Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 412 Bytes

File metadata and controls

11 lines (7 loc) · 412 Bytes

Win10-Scripts

Collection of useful scripts \

Run BATCH FILES (.cmd or .bat) as "admin"

How to use .ps1 files? (powershell 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