We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7813d2b commit e3b9e76Copy full SHA for e3b9e76
1 file changed
README.md
@@ -38,7 +38,7 @@ Unzip the archive, and open a PowerShell as administrator, then navigate to the
38
If you get an error stating running scripts are disabled on this system then run this command
39
40
```ps1
41
-Set-ExecutionPolicy Unrestricted -Scope Process
+Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
42
```
43
44
This makes it so you can run any PowerShell script in the current process. Once you close PowerShell it will revert back.
0 commit comments