Releases: aaronparker/defaults
Releases · aaronparker/defaults
v2208.25.110
- Fixes an issue where
Remove-AppxApps.ps1was running in Allow mode which removes almost all UWP apps. Changed toBlockmode to remove only the specified list of apps. To run inAllowmode, use.\Install-Defaults.ps1 -AppxMode Allow.
v2208.24.108
Fixes an issue with the Adobe Reader and Adobe Acrobat registry keys which are case sensitive
v2208.24.107
- Update to better handle issue when reading configurations and ensuring the script throws an error
- Fix an issue with overlapping version variables
- Update approach to sending log output to the event log
- Fix creating registry paths in default profile
- Remove
ShellState- need to fix adding registry binary values - Fix copy of source files to
$env:ProgramData\FeatureUpdates\image-customise
v2208.24.104
- Update to better handle issue when reading configurations and ensuring the script throws an error
- Fix an issue with overlapping version variables
- Update approach to sending log output to the event log
- Fix creating registry paths in default profile
- Remove some registry settings with issues
v2208.23.102
- Update to better handle issue when reading configurations and ensuring the script throws an error
- Fix an issue with overlapping version variables
v2208.18.99
- Put back the Microsoft Edge shortcut in the taskbar
- Adds
MaximumVersionproperty to enable installation of settings up to a specified Windows version - Sets window colour settings for Windows 10, Windows Server only
v2208.08.98
- Adds
MaximumVersionproperty to enable installation of settings up to a specified Windows version - Sets window colour settings for Windows 10, Windows Server only
v2205.23.94
- Update AppX packages in
Remove-AppxApps.ps1to better support Windows 11 - Add
-AppxModeparameter toInstall-Defaults.ps1that acceptsAlloworBlock- this tellsRemove-AppxApps.ps1to operate inAllowListorBlockListmode, rather than the previous approach that would automatically runBlockListmode on a VM andAllowListmode on physical hardware - Removes copy of
desktop-config.jsonto set Teams defaults - this hasn't been having the intended result
v2201.31.83
- Adds
Remove-AppxPackage -AllUsersinRemove-AppxApps.ps1- fixes removal of Microsoft Teams in Windows 11 which was coming back after Windows Autopilot completion - Removes
HttpAcceptLanguageOptOutinUser.Virtual.json
v2201.27.82
- Create function
New-Directoryto simplify file copy code - Uses file copy for Windows 11 Start menu and taskbar defaults instead of
Import-StartLayout - Validates that copying
start.bininto the default profile, completely customises the Windows 11 Start menu