- Add "Enable updates for Microsoft products via Windows Update" (thx @farag2)
- Add "Disable Microphone"
- Add "Disable Recycle Bin" (thx @Robot1me)
- Add "Show Build Number On Desktop" (thx @Cubox-)
- Add "Show seconds in taskbar functions" (thx @reloxx13)
- Add "Disable Automatic Restart after Windows Update"
- Add several tweaks to disable network protocols (thx @gxjit)
- Create new group for network tweaks and move appropriate tweaks there
- Update DisableAppSuggestions to disable Ink Workspace suggestions
- Update UninstallOneDrive to not remove user files if OneDrive has already been used
- Update main execution loop to return nonzero exit code when module or preset file doesn't exist or can't be loaded
- Add "Disable IE first run wizard" (thx @sippi90)
- Add "Disable Modern UI swap file" (thx gtein)
- Add "Disable enhanced pointer precision"
- Add "Enable clearing of recent files on exit" (thx @r3incarnat0r)
- Add "Disable recent files lists" (thx @r3incarnat0r)
- Reimplement HideMostUsedApps using GPO (thx @r3incarnat0r)
- *BREAKING* Removed HideRecentJumplists (superseded by DisableRecentFiles)
- Update UninstallMsftBloat to not remove Snipping tool
- Update DisableTelemetry to not report KMS client activation data (thx @wallrik)
- Fix main execution loop when the script is called by another PowerShell process
- Fix "DisableUpdateDriver" to not block driver installation entirely (thx Nick for pointing this out)
- Fix "HideShortcutArrow" to not show black squares over the icons (thx @Ozgood for helping me debug)
- Add more bloatware for removal (thx @r3incarnat0r, @mhujer)
- Add "Hide shortcut icon arrow"
- Add "Show Control panel shortcut on desktop" (thx @Win10debloater)
- Add "Enable window title bar color" (thx @scruel)
- Add "Disable Edge preload after Windows startup" (thx Nick)
- Update "DisableBackgroundApps" to properly show toasts and notifications
- Update "DisableActivityHistory" to fix problems caused by disabled CDP user service
- Update "DisableUpdateDriver" to add one more GPO (thx @kukubau)
- Add option to remove tweaks from selection (see advanced usage)
- Add "Enable Dark Theme" (thx @DaniloNC)
- Update DisableActivityHistory to disable CDP user service
- Minor description updates in comments
- Add "Hide Windows Defender SysTray icon" (thx @sippi90)
- Revert DisableSharedExperiences to safer non-GPO variant
- Update DisableAppSuggestions to hide suggestions in settings
- Update DisableAppSuggestions to purge and reload tile cache
- Update UnpinStartMenuTiles to reload tile cache
- Update EnableStorageSense to set only the necessary values
- Update documentation and comments to announce Server 2019 support
Lots of changes, few of them BREAKING, hence the bigger version bump.
- Add "DisableActivityHistory"
- Add "DisableSMBServer" (thx @Phenix66)
- Add "Disable LLMNR"
- Add "Enable Core Isolation Memory Integrity"
- Add more bloatware for removal (thx @jnslmk and @agsimmons)
- Update "UnpinStartMenuTiles" for 1803 (thx @sippi90)
- Update "Disable Web Search" for 1803
- Update "Disable Location Tracking" for 1803
- Update "DisableAppSuggestions" to remove ads from Task View
- *BREAKING* Update "ShowTaskbarSearch*" to add type choice (thx @Letouane)
- *BREAKING* Split "ShowTaskbarTitles" to add type choice (thx @sztanpet)
- *BREAKING* Update "SetControlPanel*" to add icon size choice
- Update "DisableSmartScreen" to use GPO
- Update "DisableFeedback" to use GPO
- Update "DisableAdvertisingID" to use GPO
- Update "DisableSharedExperiences" to use GPO
- Update "DisableAdobeFlash" to use GPO
- Update "DisableUpdateDriver" to use GPO and set more keys
- Move "DisableTailoredExperiences" to separate tweak and use GPO
- Update "UninstallInternetExplorer" to support also x86
- Update "InstallLinuxSubsystem" compatibility with old OS builds
- Update "DisableDefender" compatibility with old OS builds
- Update "DisableXboxFeatures" compatibility with old OS builds
- Update "SetP2PUpdateLocal" and comment from default preset
- Comment "DisableHomeGroups" removed in 1803
- *BREAKING* Merge "DisableLockScreenSpotlight" into "DisableAppSuggestions"
- *BREAKING* Remove "DisableAutoLogger" as it was never useful
- Remove test files as they seemed to be confusing
- Few other minor improvements
- Documentation update