Simple Powershell script to change many Windows Settings in bulk to my liking.
- Open Powershell as Administrator
- Downlaod the script:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/OlJohnny/Powershell-Settings-Changer/master/powershell-settings-changer.ps1 -OutFile .\powershell-settings-changer.ps1
Set-ExecutionPolicy unrestricted -Scope Process
Update Execution Policy to allow execution of downloaded powershell scripts in current process (basically gets reset after closing current powershell window).\powershell-settings-changer.ps1
Execute the script (some error messages are expected due to updates to the registry structure)rm .\powershell-settings-changer.ps1
Delete the local Script