Skip to content

Releases: aaronparker/defaults

v2208.25.110

25 Aug 10:30
24ccdc6

Choose a tag to compare

  • Fixes an issue where Remove-AppxApps.ps1 was running in Allow mode which removes almost all UWP apps. Changed to Block mode to remove only the specified list of apps. To run in Allow mode, use .\Install-Defaults.ps1 -AppxMode Allow.

v2208.24.108

24 Aug 23:55
2cef8cf

Choose a tag to compare

Fixes an issue with the Adobe Reader and Adobe Acrobat registry keys which are case sensitive

v2208.24.107

24 Aug 11:32
8c5cb7d

Choose a tag to compare

  • 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

24 Aug 05:49
3c219ee

Choose a tag to compare

v2208.24.104 Pre-release
Pre-release
  • 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

23 Aug 11:13
66593a9

Choose a tag to compare

v2208.23.102 Pre-release
Pre-release
  • 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

18 Aug 01:22
52e64b9

Choose a tag to compare

  • Put back the Microsoft Edge shortcut in the taskbar
  • Adds MaximumVersion property to enable installation of settings up to a specified Windows version
  • Sets window colour settings for Windows 10, Windows Server only

v2208.08.98

09 Aug 00:15
46c0740

Choose a tag to compare

v2208.08.98 Pre-release
Pre-release
  • Adds MaximumVersion property to enable installation of settings up to a specified Windows version
  • Sets window colour settings for Windows 10, Windows Server only

v2205.23.94

25 May 02:44
b8090ae

Choose a tag to compare

  • Update AppX packages in Remove-AppxApps.ps1 to better support Windows 11
  • Add -AppxMode parameter to Install-Defaults.ps1 that accepts Allow or Block - this tells Remove-AppxApps.ps1 to operate in AllowList or BlockList mode, rather than the previous approach that would automatically run BlockList mode on a VM and AllowList mode on physical hardware
  • Removes copy of desktop-config.json to set Teams defaults - this hasn't been having the intended result

v2201.31.83

31 Jan 23:35
d7a9238

Choose a tag to compare

  • Adds Remove-AppxPackage -AllUsers in Remove-AppxApps.ps1 - fixes removal of Microsoft Teams in Windows 11 which was coming back after Windows Autopilot completion
  • Removes HttpAcceptLanguageOptOut in User.Virtual.json

v2201.27.82

27 Jan 02:08
ea098ce

Choose a tag to compare

  • Create function New-Directory to simplify file copy code
  • Uses file copy for Windows 11 Start menu and taskbar defaults instead of Import-StartLayout
  • Validates that copying start.bin into the default profile, completely customises the Windows 11 Start menu