Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
starchyunderscore authored Mar 13, 2023
1 parent d90065a commit 87d57b9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ Checkpoint-Computer -Description "setup script run" -RestorePointType "MODIFY_SE

Open up standard windows terminal or powershell, ***NOT*** command prompt.

Unblock the file and run it:

```
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
.\Downloads\setup.ps1
```

I have not tried this yet, but I believe you can do
Run the below command, replacing the path to `setup.ps1` as needed

```
powershell -ep Bypass -File .\Downloads\setup.ps1
Expand Down

0 comments on commit 87d57b9

Please sign in to comment.