- 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
- Add "EnableClearRecentFiles" for cleanup on every logout
- Add "DisableRecentFiles" to not create MRU lists at all
- Add previously removed "HideMostUsedApps", this time via GPO
- Removed HideRecentJumplists (superseded by DisableRecentFiles)
- 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