blob: c64abf76ff6e8fe632c60438e1ca2aba67bc78df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Win10 Prep Script
Script to automate tweaking Windows 10 into a useful workstation.
Entirely built for personal use, but hopefully somebody may find the contents useful.
## Install
```
@powershell Invoke-WebRequest https://github.com/breadcat/win10-prep/archive/master.zip -UseBasicParsing -OutFile "win10-prep.zip" ; Expand-Archive -Path "win10-prep.zip"
@powershell Start-Process "win10-prep\win10-prep-master\0-win10prep.bat" -Verb runAs
```
|