Update README.md

This commit is contained in:
amd64fox
2021-09-01 11:10:30 +03:00
committed by GitHub
parent 188d6abeeb
commit e3eb911c39

View File

@@ -64,7 +64,7 @@ To check your access rights:
* Enter the command `Get-ExecutionPolicy`
* If your rights are `Restricted` or `AllSigned` then enter the command
```ps1
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned Force
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force
````