Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-09-04 11:10:51 +02:00 committed by GitHub
parent b34fac4632
commit fb974454d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Why use PowerShell?
How to get PowerShell? How to get PowerShell?
---------------------- ----------------------
* **On Windows** PowerShell is preinstalled. However, the default execution policy is "restricted", meaning **script execution is disallowed**. To change this, open the "Windows PowerShell (Administrator)" console and enter: * **On Windows** PowerShell is preinstalled. **However,** the default execution policy is "restricted", meaning script execution is disallowed! To change this, open the "Windows PowerShell (Administrator)" console and enter:
``` ```
PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser PS> Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
``` ```