mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
Fix incorrect directory
This commit is contained in:
@ -239,8 +239,8 @@ This section contains several procedures to support Zero Touch installation with
|
|||||||
1. Type the following commands at a Windows PowerShell prompt on SRV1:
|
1. Type the following commands at a Windows PowerShell prompt on SRV1:
|
||||||
|
|
||||||
```
|
```
|
||||||
New-Item -ItemType Directory -Path "C:Sources\OSD\Boot"
|
New-Item -ItemType Directory -Path "C:\Sources\OSD\Boot"
|
||||||
New-Item -ItemType Directory -Path "C:Sources\OSD\OS"
|
New-Item -ItemType Directory -Path "C:\Sources\OSD\OS"
|
||||||
New-Item -ItemType Directory -Path "C:\Sources\OSD\Settings"
|
New-Item -ItemType Directory -Path "C:\Sources\OSD\Settings"
|
||||||
New-Item -ItemType Directory -Path "C:\Sources\OSD\Branding"
|
New-Item -ItemType Directory -Path "C:\Sources\OSD\Branding"
|
||||||
New-Item -ItemType Directory -Path "C:\Sources\OSD\MDT"
|
New-Item -ItemType Directory -Path "C:\Sources\OSD\MDT"
|
||||||
@ -560,7 +560,7 @@ If you have already completed steps in [Deploy Windows 10 in a test lab using Mi
|
|||||||
1. Type the following commands at an elevated Windows PowerShell prompt on SRV1:
|
1. Type the following commands at an elevated Windows PowerShell prompt on SRV1:
|
||||||
|
|
||||||
```
|
```
|
||||||
New-Item -ItemType Directory -Path "C:Sources\OSD\OS\Windows 10 Enterprise x64"
|
New-Item -ItemType Directory -Path "C:\Sources\OSD\OS\Windows 10 Enterprise x64"
|
||||||
cmd /c copy /z "C:\MDTBuildLab\Captures\REFW10X64-001.wim" "C:\Sources\OSD\OS\Windows 10 Enterprise x64"
|
cmd /c copy /z "C:\MDTBuildLab\Captures\REFW10X64-001.wim" "C:\Sources\OSD\OS\Windows 10 Enterprise x64"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user