Collection of useful scripts \
You need to run powershell as "admin". However, you also need to Enable execution of PowerShell scripts:
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
Then browse to the directory of the downloaded .ps1 script, and run the script by typing .\examplescriptname.ps1