diff options
| author | seth <[email protected]> | 2024-03-06 17:12:26 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-06 17:12:26 -0500 |
| commit | a66edb771502d36c67e50977dca20b414e767f55 (patch) | |
| tree | e67ec5e85853cc2a9f1e4008714a5b43c41da8ac /README.md | |
| parent | a37c8e6da88389bf5030e1ae4ff601c29b6c2f03 (diff) | |
split up scripts
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ # windows-scripts small collection of scripts i use when (re)installing windows + +## how to run + +after downloading this repo, open powershell as admin and run this command in the directory: `Get-Item *.ps1 | Unblock-File` + +> [!NOTE] +> the `Unrestricted` execution policy should not be permanently set, this is why we're using `-Scope Process` + +if this doesn't allow you to execute the scripts, use `Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process` and try again |
