Releases: aaronparker/image-customise
Releases · aaronparker/image-customise
v2112.13.72
- Updates
Set-DefaultUserProfile
to test for registry path before setting values - Update Teams
desktop-config.json
to CRLF
v2112.13.71
- Resolves an issue where
Copy-Path
andRemove-Path
were not working as expected
v2112.10.70
- 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
- Updates
Install-Defaults.ps1
to useGet-CimInstance
instead ofGet-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
- 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()
toNew-Item
in functionSet-Registry
v2112.8.65
v2112.6.63
- 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
- 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
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
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.