Conversation
## [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.
- Added warning message for BitLocker activation in Harden-Windows.ps1. - Implemented improved detection for Microsoft Office installations in Install-Applications.ps1. - Updated output messages for clarity in Remove-Bloat.ps1, Set-HostName.ps1, and Set-Theme.ps1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[0.6.1] - 2026-02-17
Added
Changed
Fixed