Microsoft Windows [Version 10.0.18362.418]
(c) 2019 Microsoft Corporation. All rights reserved.
X:\Sources>diskpart
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: MINWINPC
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
Disk 0 Online 465 GB 128 MB *
Disk 1 Online 233 GB 0 B *
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
Partition 1 System 200 MB 20 KB
Partition 2 Primary 450 GB 201 MB
Partition 3 Primary 14 GB 450 GB
DISKPART> select partition 3
Partition 3 is now the selected partition.
DISKPART> assign letter=t
DiskPart successfully assigned the drive letter or mount point.
DISKPART> select partition 2
Partition 2 is now the selected partition.
DISKPART> delete partition
DiskPart successfully deleted the selected partition.
DISKPART> create partition msr size=16
DiskPart succeeded in creating the specified partition.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> format fs=ntfs label=BOOTCAMP quick
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> assign letter=w
DiskPart successfully assigned the drive letter or mount point.
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> assign letter=s
DiskPart successfully assigned the drive letter or mount point.
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
Volume 0 W BOOTCAMP NTFS Partition 450 GB Healthy
Volume 1 T WINSTALL exFAT Partition 14 GB Healthy
- Volume 2 S EFI FAT32 Partition 200 MB Healthy Hidden
Volume 3 EFI FAT32 Partition 300 MB Healthy Hidden
DISKPART> exit
Leaving DiskPart...
X:\Sources>dism /apply-image /imagefile:t:\sources\install.wim /name:"Windows 10 Pro" /applydir:w:\ /checkintegrity
Deployment Image Servicing and Management tool
Version: 10.0.18362.1
Applying image
[==========================100.0%==========================]
The operation completed successfully.
X:\Sources>dism /image:w:\ /add-driver /driver:t:$WinPEDriver$ /recurse /forceunsigned
Deployment Image Servicing and Management tool
Version: 10.0.18362.1
Image Version: 10.0.18363.418
Searching for driver packages to install...
There was a problem opening the INF file. t:$WinPEDriver$\IntelHDGraphics64\autorun.inf Error: 0xE0000100.
Found 24 driver package(s) to install.
Installing 1 of 24 - t:$WinPEDriver$\AppleAudio\AppleAudio.inf: The driver package was successfully installed.
Installing 2 of 24 - t:$WinPEDriver$\AppleAudio_1884106B\AppleAudio_1884106B.inf: The driver package was successfully installed.
Installing 3 of 24 - t:$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf: The driver package was successfully installed.
Installing 4 of 24 - t:$WinPEDriver$\AppleMultiTouchTrackPad64\AppleMTP64.inf: The driver package was successfully installed.
Installing 5 of 24 - t:$WinPEDriver$\AppleMultiTouchTrackPadPro64\AppleTPP64.inf: The driver package was successfully installed.
Installing 6 of 24 - t:$WinPEDriver$\AppleSSD64\AppleSSD.inf: The driver package was successfully installed.
Installing 7 of 24 - t:$WinPEDriver$\Aquantia64\aqnic650.inf: The driver package was successfully installed.
Installing 8 of 24 - t:$WinPEDriver$\BroadcomBluetoothHID64\UheBtHid.inf: The driver package was successfully installed.
Installing 9 of 24 - t:$WinPEDriver$\BroadcomBluetoothHID64\UheSerialBus.inf: The driver package was successfully installed.
Installing 10 of 24 - t:$WinPEDriver$\BroadcomWirelessUDM64\bcmwdidhdpcie.inf: The driver package was successfully installed.
Installing 11 of 24 - t:$WinPEDriver$\Dolby\swc_aposvc\dax3_swc_aposvc.inf: The driver package was successfully installed.
Installing 12 of 24 - t:$WinPEDriver$\Dolby\swc_hsa\dax3_swc_hsa.inf: The driver package was successfully installed.
Installing 13 of 24 - t:$WinPEDriver$\IntelHDGraphics64\Graphics\cui_comp.inf: The driver package was successfully installed.
Installing 14 of 24 - t:$WinPEDriver$\IntelHDGraphics64\Graphics\iigd_base.inf: The driver package was successfully installed.
Installing 15 of 24 - t:$WinPEDriver$\IntelHDGraphics64\Graphics\iigd_ext.inf: The driver package was successfully installed.
Installing 16 of 24 - t:$WinPEDriver$\IntelHDGraphics64\Graphics\IntcDAud.inf: The driver package was successfully installed.
Installing 17 of 24 - t:$WinPEDriver$\IntelHDGraphics64\Graphics\msdk_comp.inf: The driver package was successfully installed.
Installing 18 of 24 - t:$WinPEDriver$\IntelHDGraphics64\Graphics\vk_comp.inf: The driver package was successfully installed.
Installing 19 of 24 - t:$WinPEDriver$\IntelMEI\heci.inf: The driver package was successfully installed.
Installing 20 of 24 - t:$WinPEDriver$\IntelSST\intcaudiobus.inf: The driver package was successfully installed.
Installing 21 of 24 - t:$WinPEDriver$\SerialIO\iaLPSS2_GPIO2_CNL.inf: The driver package was successfully installed.
Installing 22 of 24 - t:$WinPEDriver$\SerialIO\iaLPSS2_I2C_CNL.inf: The driver package was successfully installed.
Installing 23 of 24 - t:$WinPEDriver$\SerialIO\iaLPSS2_SPI_CNL.inf: The driver package was successfully installed.
Installing 24 of 24 - t:$WinPEDriver$\SerialIO\iaLPSS2_UART2_CNL.inf: The driver package was successfully installed.
The operation completed successfully.
X:\Sources>bcdboot w:\windows /l en-us /s s: /f uefi
Boot files successfully created.
X:\Sources>attrib -h t:\label*
X:\Sources>copy t:\label.d* s:\efi\boot
t:\label.disk_label
t:\label.disk_label_2x
2 file(s) copied.
X:\Sources>attrib +h s:\efi\boot.d*
X:\Sources>exit