Dmitry Nefedov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
@ -79,7 +79,7 @@ To run the script: |
|
|
- Check whether .ps1 is encoded in **UTF-8 with BOM**; |
|
|
- Check whether .ps1 is encoded in **UTF-8 with BOM**; |
|
|
- Set execution policy to be able to run scripts only in the current PowerShell session |
|
|
- Set execution policy to be able to run scripts only in the current PowerShell session |
|
|
|
|
|
|
|
|
```powershell |
|
|
```powershell |
|
|
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force |
|
|
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|