- Refactor
Remove-AppxApps.ps1
- simplified code and use same approach on physical and virtual machines when removing AppX application packages - Update
Install-Defaults.ps1
to only callRemove-AppxApps.ps1
during OOBE. This ensures that this script does not accidentally run on an existing machine and remove a user's apps. CallRemove-AppxApps.ps1
explicitly when needed (e.g. for gold images) - Set a static wallpaper as default on Windows 11 24H2 - this removes Windows spotlight as the default wallpaper
- Set Windows Terminal as the default terminal application. This removes the 'set default' prompt that shows by default in Windows Terminal
- Rename default Windows 11 Start menu data file to
start2.bin
#40
Files
This release includes several file assets:
image-customise.zip
- a downloadable copy of the solution that can be used anywhereimage-customise.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