@antspants I am having trouble with the last step, build your own ISO/USB.
Here is what I have done so far:
1. Go to
Instructions on how to download and install the Windows ADK
learn.microsoft.com
to get ADK and WinPE and install them to the default directories. Just use Deployment module of ADK.
2. Run Deployment and Imaging Tools Environment and run the command,
copype amd64 C:\WinPE_amd64
3. While still in Deployment and Imaging Tools Environment, change path to
C:\WinPE_amd64\media\sources>
4. Create a mount directory
C:\Mount
5. While still in Deployment and Imaging Tools Environment, issue command,
Dism /Mount-Wim /WimFile:C:\WinPE_amd64\media\sources\boot.wim /Index:1 /MountDir:C:\Mount
6. Copy the MiniTool Partition Wizard program folder,
C:\Program Files\MiniTool Partition Wizard 13
into \Program Files inside the mounted image,
C:\Mount\Program Files
7. Navigate to the mount point in File Explorer (C:\Mount).
Go to the desired folder C:\Mount\Users\Public\Desktop.
Right-click > New > Shortcut.
Browse to the actual file you want to link to, making sure to stay within the C:\Mount path (e.g., C:\Mount\Program Files\MiniTool Partition Wizard 13\partitionwizard.exe).
Name the shortcut and finish.
8. While still in Deployment and Imaging Tools Environment, issue command
Dism /Unmount-Image /MountDir:C:\mount /Commit
MAKE SURE NO OTHER PROGRAM IS ACCESSING C:\Mount when doing this.
?????????????????????????????????????????????????????????????????????????????
9. While still in Deployment and Imaging Tools Environment, issue command
oscdimg –n –b –m C:\WinPE_amd64\media\sources\boot.wim C:\MPW13_ISO\MPW13.iso
Nine does not work.