diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 930d0ac0..dc2538a9 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -39,7 +39,7 @@ **Good news:** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Administrator)* console and enter: ``` - PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser + PS> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ``` **NOTE:** the group policy object (GPO) settings of your organization might disallow changes. In that case contact your system administrator for help.