github farag2/Sophia-Script-for-Windows 4.6
18.08.2020

latest releases: 6.6.7, 6.6.6, 6.6.5...
3 years ago

Windows 10 2004 | 1903/1909 | LTSC Enterprise 2019

Diff from v4.5.7
4.5.7...4.6

  • Fixed and improved translations and comments. Closed #58 & #59. Thanks a lot to @skycommand for the help with translation;

  • Removed the "Group svchost.exe processes" section;

    • To revert to the default changes rub
    New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control -Name SvcHostSplitThresholdInKB -PropertyType DWord -Value 3670016 -Force
    
    # Restart required
  • Removed the "Show the "File Explorer" and "Settings" folders on Start" section;

  • Updated the "Turn off Delivery Optimization" section;

    • To enable it run
    New-ItemProperty -Path Registry::HKEY_USERS\S-1-5-20\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings -Name DownloadMode -PropertyType DWord -Value 0 -Force
    New-ItemProperty -Path Registry::HKEY_USERS\S-1-5-20\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings -Name DownloadModeProvider -PropertyType DWord -Value 8 -Force
  • Updated the "Turn off Windows features" section;

    • The "Microsoft Print to PDF" feature was excluded from disabling;
    • To revert to the proper values run
    Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features # -NoRestart
  • Updated the "Change the location of the user folders to %SystemDrive%" section;

    • Added the RemoveDesktopINI argument to remove desktop.ini in the old user shell folder;
  • Fixed wrong value in "Add the "Extract all" item to Windows Installer (.msi) context menu" section;

    • To revert to the proper values run
    New-ItemProperty -Path Registry::HKEY_CLASSES_ROOT\Msi.Package\shell\Extract -Name MUIVerb -PropertyType String -Value "@shell32.dll,-37514" -Force
  • Updated the "Do not add the "- Shortcut" suffix to the file name of created shortcuts" section;

  • Minor changes.

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

NewReleases is sending notifications on new releases.