Removed DisableAutoRotation:
I tested today and does not work as I expected. I put here this Sensors GPO instead...
DisableSensors:
Sensor features like autorotation are disabled. Autorotation button is removed from Action Center. Unfortunately I couldn't any detailed info what sensors exactly does it affect.
DisableCamera:
Disables use of camera devices. Settings\Privacy\Camera becomes "managed by organization".
DisableLocation:
GPO to disable location related features. Location settings become "managed by organization".
DisableBiometrics:
GPO to disable biometric features. For example Windows Hello settings become "managed by organization".
DisableAutoRotation:
Machine-level tweak to disable auto rotation feature. For example makes the Action Center Rotation button greyed out. Autorotation is nice for tablet and mobile-oriented devices, but annoying if using regular laptops like EliteBook, as I personally experienced.
DisableMediaSharing:
GPO to prevent media sharing and streaming. Network and Sharing Center\Media streaming options will show a message that Media streaming is disabled by group policy etc.
- 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)