- Reverts 'Combine taskbar buttons and hide labels' value to 'Always'. This is the default Windows behaviour #46
- Adds additional settings in 'Settings / Privacy & Security / Recommendations & offers'
- Disables Personalised offers
- Disables Advertising ID
- Moves 'Disables suggested content in the Settings app' to
User-Windows11.All.json
- Adds an alternative approach for changing the default value at:
HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarDa
to disable Widgets by default.- This value is protected, so in most cases fails to be set directly via
Set-ItemProperty
- Note: This new approach makes a copy of
C:\Windows\System32\reg.exe
to$Env:TEMP\reg1.exe
which could get picked up by XDR solutions
- This value is protected, so in most cases fails to be set directly via
Files
This release includes several file assets:
defaults.zip
- a downloadable copy of the solution that can be used anywheredefaults.intunewin
- a copy of the solution in Intune Win32 format for deployment to manage devicesWin32App.json
- a definition file for the Win32 package and can be used with theIntuneWin32App
PowerShell module to import into an Intune tenant