diff options
author | Peter | 2019-08-27 15:31:23 +0100 |
---|---|---|
committer | Peter | 2019-08-27 15:31:23 +0100 |
commit | aadcf87d02eac52270c8b6557747c8f2760fa765 (patch) | |
tree | 2239d16719f369fd136bf1ac5214b3f4d80c666e /readme.md | |
parent | a1a09a0411127d682127904dfc95adf077783693 (diff) | |
download | win10-prep-aadcf87d02eac52270c8b6557747c8f2760fa765.tar.gz win10-prep-aadcf87d02eac52270c8b6557747c8f2760fa765.tar.bz2 win10-prep-aadcf87d02eac52270c8b6557747c8f2760fa765.zip |
Include UseBasicParsing option
Windows 10 will refuse to download file unless IE has been run before without this.
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |