From aadcf87d02eac52270c8b6557747c8f2760fa765 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 27 Aug 2019 15:31:23 +0100 Subject: Include UseBasicParsing option Windows 10 will refuse to download file unless IE has been run before without this. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4cb864d..e9450af 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,6 @@ Entirely built for personal use, but hopefully somebody may find the contents us ## Install ``` -@powershell Invoke-WebRequest https://github.com/breadcat/win10-prep/archive/master.zip -OutFile "win10-prep.zip" ; Expand-Archive -Path "win10-prep.zip" +@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 ``` \ No newline at end of file -- cgit v1.2.3