Skip to content

Releases: farag2/Sophia-Script-for-Windows

31.08.2019

31 Aug 15:27
8aee1c5
Compare
Choose a tag to compare

Removed CDPSvc service from list due to Night ligth doesn't start.
Revert service backTurn the service back on:

Get-Service -Name CDPSvc | Set-Service -StartupType Automatic
Get-Service -Name CDPSvc | Start-Service

29.08.2019

29 Aug 06:21
8aee1c5
Compare
Choose a tag to compare

Fixed loop in "Set "High performance" in graphics performance preference for apps"

20.08.2019

21 Aug 12:20
8aee1c5
Compare
Choose a tag to compare
  • Turn off diagnostics tracking services,
  • Uninstall all UWP apps from all accounts except,
  • Turn off diagnostics tracking scheduled tasks;
    • The foreach instruction is no longer used;
    • Increased processing speed
  • Import Start menu layout from pre-saved reg file;
    • Now it's possible to select a file to import through OpenFileDialog
  • Turn on Windows Sandbox;
    • Changed the method for determining if a Hyper-V service is enabled
  • Fixed typo in "Turn on Windows Sandbox"
  • Minor changes.