github farag2/Sophia-Script-for-Windows 4.5.7
17.08.2020

latest releases: 6.6.5, 6.6.4, 6.6.3...
3 years ago

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;

    • Closed #50 & #52;
    • To revert these services back run
    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.

Windows 10 LTSC Enterprise 2019 Version

  • As I was asked many times, released the LTSC version;
  • Closed #40 & #39;
  • Minor changes.

Don't miss a new Sophia-Script-for-Windows release

NewReleases is sending notifications on new releases.