How to test Windows without virtualisation
To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!
Hello,
It is possible from Windows 8 to easily test a windows without virtualization and without impacting your Windows by using the technique of multiboot on virtual hard disk (.VHDX).
This can be used to check the behaviour of a Windows image (a custom image, a new version of Windows…) on a physical machine.
The principle is to create a specific file (virtual hard disk) in which to install the test operating system.
This is then added to the list of systems at startup, so you can choose at startup which system you want to boot on.
Once the tests are complete you can graphically remove the test system from the list at startup and delete the virtual hard disk.
As a starting point you need a Windows WIM file available in a Windows ISO image for example.
You can generate a Windows ISO image with Microsoft’s MediaCreationTool at the following page:
https://www.microsoft.com/fr-fr/software-download/windows10
Creating the virtual hard disk in Powershell
Deploy the Windows image
- The multiboot is in place, just reboot to test.
- The test system is defined by default in the system choice page at startup.
- If you have 2 lines of Windows 10 at startup, and you are in any doubt, the test Windows 10 has the highest volume identifier.
- Run the msconfig command to choose another default system, boot tab.
Video : How to test Windows without virtualisation
Related links
How to create a multiboot USB key with the Ventoy tool
It's useful to have a multiboot USB stick containing operating system images or troubleshooting tools that you can boot from if you need toHow to test Windows without virtualisation
It is possible from Windows 8 to easily test a windows without virtualization and without impacting your Windows by using the technique of multiboot on virtual hard diskHow to customise the Send To menu in Windows Explorer
Customise the Send To menu in Windows ExplorerLaunch software on login with a simple shortcut
Launch software on login with a simple shortcutHow to add shortcuts on the desktop of different users under Windows 10 and 11
How to add shortcuts on the desktop of different users under Windows 10 and 11How to add and manage shortcuts in the Start menu in Windows 10 and 11
Add and manage shortcuts in the Start menu in Windows 10 and 11
Follow me on
Support me
Last content
Powershell - View and manage DNS configuration of network interfaces
Powershell - Managing IP configuration of network interfaces
Powershell - Managing the status and configuration of network interfaces
Powershell and the Left Hand Side
Powershell - Managing disks, partitions and volumes
Powershell - Managing System Restore Points in Windows
Powershell - Playing with the Windows clipboard
Powershell - Changing the state of a computer (sleep, hibernate, shutdown, restart)
Powershell - Compress-Archive and Expand-Archive to create and extract ZIP archives