This commit is contained in:
Michael H.G. Schmidt 2021-03-29 01:54:53 +02:00
parent f7034cec32
commit f4671d0c02

View File

@ -288,7 +288,7 @@ The ISO file must be extacted to the disk now. The files will be place in c:\tem
Just execute: Just execute:
```dos ```dos
cd /D %USERPROFILE%\workspace\github\w10install cd /D %USERPROFILE%\workspace\github\w10install
02_ExtractIso.cmd iso\Win10_20H2_English_x64.iso 02_ExtractIso.cmd software\Win10_20H2_English_x64.iso
``` ```
@ -457,7 +457,7 @@ The next script needs the ISO file again and will prepare the boot media with al
Execute: Execute:
```dos ```dos
cd /D %USERPROFILE%\workspace\github\w10install cd /D %USERPROFILE%\workspace\github\w10install
05_PrepareStick.cmd D: iso\Win10_20H2_English_x64.iso 05_PrepareStick.cmd D: software\Win10_20H2_English_x64.iso
``` ```
Example run: Example run:
@ -466,7 +466,7 @@ Example run:
Create USB Stick ... Create USB Stick ...
==================== ====================
using drive D: ... using drive D: ...
using image C:\Users\support\workspace\github\w10install\iso\Win10_20H2_English_x64.iso ... using image C:\Users\support\workspace\github\w10install\software\Win10_20H2_English_x64.iso ...
mounting disk image (iso) with powershell ... mounting disk image (iso) with powershell ...
[...] [...]