Select your scripts:

Checked Scripts:

No scripts selected

not sure where to start? check out the dropdown menus, below :)

scroll through or search for a script that appeals to you. perhaps you miss a feature from a previous version of Windows? there could be a script to bring it back

Step 1: Open PowerShell as Administrator

  1. Press (Windows) + R
  2. Type powershell - don`t hit Enter yet
  3. Press Ctrl + Shift + Enter (this opens as administrator)
  4. Click Yes when Windows asks for permission

Step 2: Run the Script

  1. Minimise the window and go back to where the scripts are.
  2. Check the script you want, and a copy button will appear. Press copy
  3. In the PowerShell window, ctrl + v or Right-click paste.
  4. Press Enter to execute.
  5. congrats, you just ran a script :D

💡 Tip: Some scripts may take a few seconds to complete. Don`t close PowerShell until you see the process finish.

tl;dr: scripts are just a list of instructions, like a recipe. but instead of baking a cake, these scripts change registry files on your computer - basically extra settings that might be difficult to reach otherwise. some scripts also restart services or programs to apply changes immediately

each checked script has a reverse/undo script. use the copy (undo) button, directly next to the copy button. it works in exactly the same way - paste it into your terminal and hit Enter!