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.