- Windows → Turn Windows Features on or off
- Cocher Hyper-V
Dossiers
Virtual machine configuration folder |
C:\ProgramData\Microsoft\Hyper-V
|
Checkpount store |
C:\Users\Public\Documents\Hyper-V\Virtual hard disks
|
Smart Paging folder |
C:\Users\Public\Documents\Hyper-V\Virtual hard disks
|
Storage folder |
C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks
|
Monter un lecteur hote
- Connect
- Fenêtre Connect to → Show Options
- onglet Local Resources → More → Drives → C:
|
diskpart
list volume
select vdisk file="C:\folder\windows.vhdx"
attach vdisk
select volume 3
assign letter=v
select vdisk
select vdisk file="C:\folder\windows.vhdx"
detach vdisk
|
|
bcdboot V:\Windows
bcdedit /v
bcdedit /set "{id}" description "Windows 10 (VHDX)"
bcdedit /default "{id}"
bcdedit /timeout 0
bcdedit /delete "{id}"
|
 |
Configurer le boot menu:
- Windows + R → SystemPropertiesAdvanced
- Windows + R → msconfig
|
VHD_BOOT_HOST_VOLUME NOT ENOUGH SPACE
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FsDepends\Parameters → VirtualDiskExpandOnMount = 4
You cannot hibernate an operating system that runs on a VHD. However, sleep functionality is available.
Limitation of VHDX native boot
Erreurs
Le snapshot ne reconnait plus son parent.
|
Set-VHD "C:\folder\Win10_snapshotId.avhdx" -ParentPath "C:\folder\Win10.vhdx" -IgnoreIDMismatch
|