We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90065a commit 87d57b9Copy full SHA for 87d57b9
README.md
@@ -34,14 +34,7 @@ Checkpoint-Computer -Description "setup script run" -RestorePointType "MODIFY_SE
34
35
Open up standard windows terminal or powershell, ***NOT*** command prompt.
36
37
-Unblock the file and run it:
38
-
39
-```
40
-Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
41
-.\Downloads\setup.ps1
42
43
44
-I have not tried this yet, but I believe you can do
+Run the below command, replacing the path to `setup.ps1` as needed
45
46
```
47
powershell -ep Bypass -File .\Downloads\setup.ps1
0 commit comments