Releases: Stensel8/WinDeploy
Releases · Stensel8/WinDeploy
v0.6.1
[0.6.1] - 2026-02-17
Added
- Intune enrollment detection: Windows hardening is now skipped if the device is already enrolled in Intune.
- Dedicated section for the Windows Spotlight fix under "Windows tweaks" with user instructions and reference to Fix-Spotlight.ps1.
Changed
- Office/M365 is no longer installed via Winget if an Office or M365 package is already detected on the system.
- Dropped support for Windows 11 24H2; only 25H2+ (build 26200+) is now supported.
- Driver lists for Dell and HP are now embedded directly in the script for improved reliability (no more external JSON files).
- Application installation output now shows both the app name and its alias/ID for improved clarity.
- Theme configuration logging/output has been cleaned up to avoid duplicate or confusing messages.
- Hostname script now provides a clear message if no serial number is found (e.g., in a VM).
Fixed
- Improved error handling for missing serial number during hostname setup.
- Various minor improvements to logging, error handling, and user messages.
v0.6.0
[0.6.0] - 2026-02-02
Changed
- Refactored RMM agent installation to be vendor-neutral (USB-based only).
- Updated all deployment scripts with consistent headers and improved structure.
- Cloudflare API endpoints restored and verified working.
- Cleaned up documentation and removed outdated assets.
Fixed
- Improved script reliability after extensive internal testing.
- Various consistency improvements across the codebase.
Removed
- Removed vendor-specific RMM integrations in favor of generic USB-based approach.