From a1a09a0411127d682127904dfc95adf077783693 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 23 Jul 2019 14:01:14 +0100 Subject: Add install instructions --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 9eb6cf9..4cb864d 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3