Skip to content

supmaxi/Win10-Scripts

Repository files navigation

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

About

Collection of useful scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors