From 655248304c719675056fb96565a0184049fd47f6 Mon Sep 17 00:00:00 2001 From: poslop Date: Thu, 13 Feb 2025 15:24:08 -0600 Subject: [PATCH] Update scripts/ExecutionPolicy.md --- scripts/ExecutionPolicy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ExecutionPolicy.md b/scripts/ExecutionPolicy.md index 59f456c..b75163e 100644 --- a/scripts/ExecutionPolicy.md +++ b/scripts/ExecutionPolicy.md @@ -1,4 +1,4 @@ -## Run this to allow PS execution +### Copy Paste and Run to allow PS execution ```powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser ``` \ No newline at end of file