mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
trying again to get formatting right
This commit is contained in:
@ -8,19 +8,6 @@ ms.pagetype: deploy
|
|||||||
author: greg-lindsay
|
author: greg-lindsay
|
||||||
---
|
---
|
||||||
|
|
||||||
<style type="text/css">
|
|
||||||
pre {
|
|
||||||
width: 40%;
|
|
||||||
max-height: 400px;
|
|
||||||
color: #444;
|
|
||||||
padding: 10px;
|
|
||||||
background: #eee;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 5px;
|
|
||||||
word-wrap: normal;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
# Deploy Windows 10 in a test lab using Microsoft Deployment Toolkit
|
# Deploy Windows 10 in a test lab using Microsoft Deployment Toolkit
|
||||||
|
|
||||||
@ -222,6 +209,7 @@ A reference image serves as the foundation for Windows 10 devices in your organi
|
|||||||
|
|
||||||
26. Open a Windows PowerShell prompt on the Hyper-V host computer and type the following commands:
|
26. Open a Windows PowerShell prompt on the Hyper-V host computer and type the following commands:
|
||||||
|
|
||||||
|
<div style='font-size:9.0pt'>
|
||||||
|
|
||||||
<pre style="overflow-y: visible">
|
<pre style="overflow-y: visible">
|
||||||
New-VM -Name REFW10X64-001 -SwitchName poc-internal -NewVHDPath "c:\VHD\REFW10X64-001.vhdx" -NewVHDSizeBytes 60GB
|
New-VM -Name REFW10X64-001 -SwitchName poc-internal -NewVHDPath "c:\VHD\REFW10X64-001.vhdx" -NewVHDSizeBytes 60GB
|
||||||
@ -231,6 +219,8 @@ A reference image serves as the foundation for Windows 10 devices in your organi
|
|||||||
vmconnect localhost REFW10X64-001
|
vmconnect localhost REFW10X64-001
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
The VM will require a few minutes to prepare devices and boot from the LiteTouchPE_x86.iso file.
|
The VM will require a few minutes to prepare devices and boot from the LiteTouchPE_x86.iso file.
|
||||||
|
|
||||||
27. In the Windows Deployment Wizard, select **Windows 10 Enterprise x64 Default Image**, and then click **Next**.
|
27. In the Windows Deployment Wizard, select **Windows 10 Enterprise x64 Default Image**, and then click **Next**.
|
||||||
|
Reference in New Issue
Block a user