Mount the Windows update MSU file and use dism /Add-Package against the VHDX mount point .
Option A: Microsoft Evaluation Center (For IT Pros and Testing)
You can set up the empty container through the Windows GUI or Command Prompt. Using Disk Management Right-click the button and select Disk Management Create VHD
Right-click the disk label (e.g., Disk 2) and select . Choose GPT (or MBR for older legacy systems) and click OK .
: If you have an old physical PC you want to turn into a VHD, use the free Microsoft tool Important Note : Evaluation versions of Windows typically expire after 90 to 180 days windows 10 vhd image download install
(Note: If your file is an ESD, change install.wim to install.esd ) .
You can modify a VHDX without booting into it using (Deployment Imaging Servicing and Management). This is far faster than booting the OS and is essential for IT deployments.
dism /Image:V:\ /Add-Driver /Driver:"C:\Drivers" /Recurse
Now you'll deploy Windows from the ISO to your newly created VHDX volume (drive V:). Mount the Windows update MSU file and use
Click the folder icon, locate your .vhd file, and select it. Click , then click Start to run Windows 10.
Are you setting this up for a specific use case, such as or enterprise deployment ? Share public link
(Assuming you detached the VHDX—if it's still mounted as V: , this command will work. If you've detached it, you'll need to re-attach it first using DiskPart.)
If you are using an official Microsoft evaluation VHD, you can extend the 90-day trial up to three times by opening Command Prompt as Administrator and running slmgr /rearm . Choose GPT (or MBR for older legacy systems) and click OK
In Disk Management, scroll down to find your new uninitialized disk.
Right-click the unallocated space and select .
To move or copy your VHD file, open Disk Management , right-click the VHD disk row at the bottom, and select Detach VHD . Never move or rename the file while it is actively mounted.
Assign memory (at least 4096 MB is recommended for smooth performance).
Restart the PC. The Windows Boot Manager will show two entries: your original OS and “Windows 10 VHD.” Select the VHD entry. On first boot, Windows performs driver detection and setup. After completion, you have a fully functional Windows 10 running from the VHD file. Note that sleep/hibernation may be disabled in native boot mode unless the VHD is on the system drive.
Keep your VHD mounted as drive V: and open as Administrator.