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