Update scripts/ExecutionPolicy.md

This commit is contained in:
2025-02-13 15:23:37 -06:00
parent 6e5631da75
commit 3937a19ede

View File

@@ -1,3 +1,4 @@
## Run this to allow PS execution
```powershell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
```