From f7034cec323d45f0e696984aa49914eb2bae23df Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 29 Mar 2021 01:54:00 +0200 Subject: [PATCH] docs --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ad501cf..de765d7 100644 --- a/README.md +++ b/README.md @@ -454,15 +454,12 @@ USB stick formatted. The next script needs the ISO file again and will prepare the boot media with all needed files EXCEPT the image files (boot.wim & install.esd). In case you need a standard image (unmodified) you will have to use the Microsoft "MediaCreationTool20H2.exe" included in the "software" folder. - -Just execute: +Execute: ```dos cd /D %USERPROFILE%\workspace\github\w10install 05_PrepareStick.cmd D: iso\Win10_20H2_English_x64.iso ``` -After creating the stick with this script you can use it for a standard Windows 10 installation! - Example run: ```text ====================