Skip to content

Simple Powershell script to change Windows Settings in bulk.

License

Notifications You must be signed in to change notification settings

OlJohnny/Powershell-Settings-Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Powershell-Settings-Changer

Simple Powershell script to change many Windows Settings in bulk to my liking.

Usage

  • 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

About

Simple Powershell script to change Windows Settings in bulk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published