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
- Press (Windows) + R
- Type
powershell
- don`t hit Enter yet - Press Ctrl + Shift + Enter (this opens as administrator)
- Click Yes when Windows asks for permission
Step 2: Run the Script
- Minimise the window and go back to where the scripts are.
- Check the script you want, and a copy button will appear. Press copy
- In the PowerShell window, ctrl + v or Right-click paste.
- Press Enter to execute. 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!