summaryrefslogtreecommitdiff
path: root/README.md
blob: a63991c6f64b4a40264dc353c3b578cfb58b921d (plain)
1
2
3
4
5
6
7
8
9
10
11
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