Skip to content

Commit e3b9e76

Browse files
authored
Update README.md
1 parent 7813d2b commit e3b9e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Unzip the archive, and open a PowerShell as administrator, then navigate to the
3838
If you get an error stating running scripts are disabled on this system then run this command
3939

4040
```ps1
41-
Set-ExecutionPolicy Unrestricted -Scope Process
41+
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
4242
```
4343

4444
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

Comments
 (0)