diff --git a/docs/FAQ.md b/docs/FAQ.md index f33b18e3..cc108d06 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -44,7 +44,7 @@
How to install PowerShell on Windows? -**It's already preinstalled, but** the script execution policy is *restricted* (forbidden) by default! **Open the *Windows PowerShell (Admin)* console and enter:** +**Good news:** It's already preinstalled, but the script execution policy is *restricted* (=forbidden) by default! Therefore, **open *Windows PowerShell (Admin)* console** and enter: ``` > Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ```