Update scripts/ExecutionPolicy.md

This commit is contained in:
2025-02-13 15:24:08 -06:00
parent 3937a19ede
commit 655248304c

View File

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