From b158f7fc38110655330b7f1abba15fb4e373a992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cesar=20Gardu=C3=B1o?= <99093357+CesarGBkR@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:17:46 -0600 Subject: [PATCH] docs: Updating Unsigned Scripts Info Updating fix for issues running unsigned scripts --- website/docs/installation/prompt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/prompt.mdx b/website/docs/installation/prompt.mdx index 6f2bdf9d5ff4..9e95daac9c56 100644 --- a/website/docs/installation/prompt.mdx +++ b/website/docs/installation/prompt.mdx @@ -151,7 +151,7 @@ New-Item -Path $PROFILE -Type File -Force ``` In this scenario, it can also be that PowerShell blocks running local scripts. To solve that, set PowerShell -to only require remote scripts to be signed using `Set-ExecutionPolicy RemoteSigned`, or [sign the profile][sign]. +to only require remote scripts to be signed using `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine`, or [sign the profile][sign]. ::: Then add the following line.