Skip to content

Commit 4bd82d6

Browse files
authored
Update README with PowerShell script instructions
Added instructions for running PowerShell script with admin privileges.
1 parent 58ac653 commit 4bd82d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Either download the one of the files and run those or use this command on powers
55
```
66
irm https://wank.artic.sh | iex
77
```
8+
### Powershell Script
9+
If you're going to run the powershell script by directly downloading it, consider running this command in PowerShell with Admin priviledges first, to allow for it to run properly.
10+
```
11+
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force
12+
```
813

914
## TO DO
1015
- Create Restore Point

0 commit comments

Comments
 (0)