Extract Windows Xp Mode For Mac

Greetings!

Sep 04, 2017  XP Mode was introduced for Windows 7 (Professional, Enterprise, or Ultimate) users as a way to run software designed for XP in Windows 7. Since Wiindows 8 or 10 does not support XP Mode, we'll need to extract the virtual hard drive included in XP Mode and run it as a virtual machine. Once you downloaded the file WindowsXPModeen-us.exe run it. Xml rpc client mac xml rpc client for mac. It will extract a file named Windows XP Mode base.vhd. Copy that to xpmode.


I tried a Windows XP Mode for Windows 7 and found that Windows Virtual PC doesn't allow to use any D3D applications, so I thought to move it to VirtualBox. I know that there are a VMLite - special virtual mashine based on VirtualBox 3.2.6, there also present a plugin for VirtualBox 3.2.6, but it is not working on current VirtualBox version (4.0.6). So I want to setup XP Mode manually. I tried to create a virtual mashine with Microsoft's Windows XP Mode on VirtualBox 4 and got error:
Failed to open hard disk g:Work PC VirtualBoxXP ModeWindows XP Mode.vhd. Parent medium with UUID {851e399f-90aa-e74b-9108-cd7d38634be6} of the medium g:Work PC VirtualBoxXP ModeWindows XP Mode.vhd is not found in the media registry C:UsersEagle/.VirtualBoxVirtualBox.xml

So I tried to fix image using VBoxFixHdd:
Code: Select allExpand viewCollapse view
VBoxFixHdd-Win.exe --filename 'Windows XP Mode.vhd' --format VHD --zeroparentuuid

and got same error:
VBoxFixHdd-Win.exe: error: Cannot open the virtual disk image 'Windows XP Mode.vhd': VERR_VD_INVALID_TYPE

Next I tried is to convert VHD to VDI:
Code: Select allExpand viewCollapse view
VBoxManage clonehd 'Windows XP Mode.vhd' 'XP Mode.vdi' --format VDI

and got error:
VBoxManage.exe: error: Parent medium with UUID {851e399f-90aa-e74b-9108-cd7d38634be6} of the medium 'g:Work PC VirtualBoxXP ModeWindows XP Mode.vhd' is not found in the media registry ('C:UsersEagle/.VirtualBoxVirtualBox.xml')
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component Medium, interface IMedium, callee IUnknown
Context: 'OpenMedium(Bstr(pszFilenameOrUuid).raw(), enmDevType, AccessMode_ReadWrite, pMedium.asOutParam())' at line 209 of file VBoxManageDisk.cpp

I was looking for the solutions in Google but found nothing that can help me.. Does anyone know how to manage this? I will be very thankful!