Skip to content

Commit

Permalink
docs: Updating Unsigned Scripts Info
Browse files Browse the repository at this point in the history
Updating fix for issues running unsigned scripts
  • Loading branch information
CesarGBkR authored Sep 22, 2023
1 parent 44c9a3c commit b158f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/prompt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b158f7f

Please sign in to comment.