diff --git a/Docs/FAQ.md b/Docs/FAQ.md index d74480ae..af9fac29 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -37,7 +37,7 @@
How to install PowerShell on Windows? -**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: +**Good news:** it's preinstalled, **but** the script execution policy is *restricted* (forbidden) by default! To change this: open the *Windows PowerShell (Admin)* console and enter: ``` > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ```