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