Windows 10 2004 | 1903/1909 | LTSC Enterprise 2019 Versions
Diff from v4.5.6 (2004)
4.5.6...4.5.7
-
Removed "Turn off per-user services" section;
New-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\PimIndexMaintenanceSvc -Name Start -PropertyType DWord -Value 3 -Force Remove-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\PimIndexMaintenanceSvc -Name UserServiceFlags -Force New-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UnistoreSvc -Name Start -PropertyType DWord -Value 3 -Force Remove-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UnistoreSvc -Name UserServiceFlags -Force New-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UserDataSvc -Name Start -PropertyType DWord -Value 3 -Force Remove-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UserDataSvc -Name UserServiceFlags -Force # Restart required
-
Updated "Turn on Windows 10 20H2 new Start style" section;
-
Updated "Change %TEMP% environment variable path to the %SystemDrive%\Temp" section;
-
Added prompt for choice;
- Added symbolic link creation;
-
Closed #51.
- Create required folder
New-Item -Path $env:LOCALAPPDATA\Temp -ItemType Directory -Force
-
-
Minor changes.