Releases: farag2/Sophia-Script-for-Windows
Releases · farag2/Sophia-Script-for-Windows
31.08.2019
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
Fixed loop in "Set "High performance" in graphics performance preference for apps"
20.08.2019
- 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.