You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
offline vhd
About this tag
The offline VHD tag covers discussions about managing virtual hard disk files that are not currently attached to a running virtual machine. In Windows environments, particularly with Hyper-V on Windows 10 or Windows Server, users may need to install Windows features or roles directly onto a VHD or VHDX file while it is offline. This process involves specifying the path to the VHD file and using PowerShell commands like Install-WindowsFeature with the -Vhd parameter. Common issues include permission errors when accessing the VHD over a network share, as seen in a thread about a Hyper-V 2016 host where a user encountered access rights problems when trying to install the Web Server role on an offline VHDX. The tag focuses on offline servicing of VHD files for role and feature installation.
hi,
i have win 10 hyper-v host --> (H1 - 192.168.1.200)
i have created to VMs, viz. 1} hv-nug1, 2}gui-nug, 3}core-nug --> "gui-nug" & "core-nug" are Clonned from "hv-nug1".
when i try to install windows feature from "core-nug" OR "gui-nug" on Offline VHDX(core-nug.vhdx OR gui-nug-) residing...