diff --git a/docs/FAQ.md b/docs/FAQ.md index face289c..53a74c50 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -39,7 +39,7 @@
How to install PowerShell on Windows? -**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: +**It's already preinstalled, but** the script execution policy is *restricted* (forbidden) by default! **Open the *Windows PowerShell (Admin)* console and enter:** ``` > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ```