SPSLCE (AKA Computer Enhancer or CE) is a PowerShell script with miscellaneous tools and features. Here is a feature list:
- Stop reboot prompts (SPSReboot.exe, Software Center, scheduled restarts)
- Get back the Windows native volume selector If you have any ideas for other features to add, feel free to make an issue! (Note: If you have any idea of how to implement the feature you are requesting, please give an idea in the issue.)
To launch CE, you will first have to do some preperation.
- Open Notepad++
- Press Alt + R, then press R.
- Type
netsh
and press Enter. - If a window with one open tab opens, then:
- Open a new tab
- Close the existing tab
- Type
wt
and press Enter. - In the new window, proceed to the section Launching CE.
- Otherwise, contact Silvan for help.
Type the following into PowerShell (if you don't know what that is, just follow the section Preparing to Launch CE.):
cmd /c curl https://silvanzwick.com/ce | Invoke-Expression