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