diff options
author | Peter | 2019-07-23 14:01:14 +0100 |
---|---|---|
committer | Peter | 2019-07-23 14:01:14 +0100 |
commit | a1a09a0411127d682127904dfc95adf077783693 (patch) | |
tree | d635c9f02bb88f057880e6bc3ccc913808f2634d | |
parent | a661308e4592994066d0780527c57dfe94e4d456 (diff) | |
download | win10-prep-a1a09a0411127d682127904dfc95adf077783693.tar.gz win10-prep-a1a09a0411127d682127904dfc95adf077783693.tar.bz2 win10-prep-a1a09a0411127d682127904dfc95adf077783693.zip |
Add install instructions
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,3 +3,9 @@ Script to automate tweaking Windows 10 LTSC-N to 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 -OutFile "win10-prep.zip" ; Expand-Archive -Path "win10-prep.zip" +@powershell Start-Process "win10-prep\win10-prep-master\0-win10prep.bat" -Verb runAs +```
\ No newline at end of file |