diff --git a/docs/FAQ.md b/docs/FAQ.md index aa57e4e1..782a5b0c 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -32,7 +32,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 (Admin)* console and enter: +**It's already 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 ```