Browse Source

Update README.md

pull/59/head
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
4a26df7079
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -79,7 +79,7 @@ To run the script:
- 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
```powershell
```powershell
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
```

Loading…
Cancel
Save