Skip to content

Releases: aaronparker/image-customise

v2112.13.72

13 Dec 22:42
4ba19cd
Compare
Choose a tag to compare
  • Updates Set-DefaultUserProfile to test for registry path before setting values
  • Update Teams desktop-config.json to CRLF

v2112.13.71

13 Dec 20:40
9e56871
Compare
Choose a tag to compare
v2112.13.71 Pre-release
Pre-release
  • Resolves an issue where Copy-Path and Remove-Path were not working as expected

v2112.10.70

10 Dec 08:40
2f46673
Compare
Choose a tag to compare
v2112.10.70 Pre-release
Pre-release
  • Adds HKCU:\Control Panel\Desktop\FontSmoothing, HKCU:\Control Panel\Desktop\FontSmoothingType to address a font smoothing issue on virtual machines
  • Removes HKCU:\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy - manage Storage Sense via a GPO in VDI environments instead

v2112.8.69

09 Dec 01:46
ff96362
Compare
Choose a tag to compare
  • Updates Install-Defaults.ps1 to use Get-CimInstance instead of Get-WmiObject
  • Removes the following registry entries from implementing by default:
    • HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\VisualFXSetting
    • HKCU:\Control Panel\Desktop\UserPreferencesMask
  • Removes the following Windows features from being removed by default
    • Microsoft.Windows.PowerShell.ISE~~~~0.0.1.0
    • MathRecognizer~~~~0.0.1.0

v2112.8.66

08 Dec 08:49
ca46a43
Compare
Choose a tag to compare
  • Updates where .Handle.Close() is called to ensure the default user registry can be unloaded successfully. Resolves an issue with deployment via Windows Autopilot
  • Adds .Handle.Close() to New-Item in function Set-Registry

v2112.8.65

08 Dec 07:23
a32195d
Compare
Choose a tag to compare
v2112.8.65 Pre-release
Pre-release
  • Adds the follow lines to close any handles to the Registry before unloading the default profile
$result.Handle.Close()
[gc]::Collect()
  • Update logging for loading and unloading the default profile
  • Fix #10 #11

v2112.6.63

08 Dec 04:38
5fb7736
Compare
Choose a tag to compare
v2112.6.63 Pre-release
Pre-release
  • Updates execution of Remove-AppxApps.ps1 where running under some environments (e.g., Packer) fails to gather the script location
  • Updates the default Windows 10 Start menu layout. Image here: docs/assets/img/defaultstartmenu.png

v2112.1.62

01 Dec 11:41
ab6675e
Compare
Choose a tag to compare
v2112.1.62 Pre-release
Pre-release
  • Fix Start-Process arguments when re-launching from x86 PowerShell
  • Fixes for logging with correct output properties
  • Fix event log source for AppX

v2112.1.60

01 Dec 09:57
fd0e8a4
Compare
Choose a tag to compare
v2112.1.60 Pre-release
Pre-release

Detect whether a registry key exists before updating values in the key. New-Item -Force on a registry key replaces the existing values

v2112.1.59

01 Dec 08:33
dddb315
Compare
Choose a tag to compare
v2112.1.59 Pre-release
Pre-release

Restarts Install-Defaults.ps1 in a 64-bit PowerShell process if it detects the script running in a 32-bit process - fixes an issue with deployment via Microsoft Intune where a Win32 package installs in a 32-bit process.