Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <!--
- ** DO NOT EDIT THIS FILE.
- ** If you make changes to this file while any VirtualBox related application
- ** is running, your changes will be overwritten later, without taking effect.
- ** Use VBoxManage or the VirtualBox Manager GUI to make changes.
- -->
- <VirtualBox xmlns="http://www.virtualbox.org/" version="1.16-windows">
- <Machine uuid="{5cce10cc-ff8b-45b9-ae28-a6a6f943f3bf}" name="TestDisk" OSType="Linux" snapshotFolder="Snapshots" lastStateChange="2016-09-09T07:01:23Z">
- <MediaRegistry>
- <HardDisks>
- <HardDisk uuid="{808541e0-6629-47cd-96b3-7ff6021d9dcc}" location="TestDisk.vdi" format="VDI" type="Normal"/>
- </HardDisks>
- </MediaRegistry>
- <ExtraData>
- <ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
- <ExtraDataItem name="GUI/LastNormalWindowPosition" value="0,29,720,451"/>
- <ExtraDataItem name="GUI/LastScaleWindowPosition" value="640,275,640,480,max"/>
- <ExtraDataItem name="GUI/RestrictedRuntimeDevicesMenuActions" value="HardDrives"/>
- <ExtraDataItem name="GUI/RestrictedRuntimeMachineMenuActions" value="SaveState,PowerOff"/>
- <ExtraDataItem name="GUI/ScaleFactor" value="1"/>
- <ExtraDataItem name="GUI/StatusBar/IndicatorOrder" value="HardDisks,OpticalDisks,FloppyDisks,Network,USB,SharedFolders,Display,VideoCapture,Features,Mouse,Keyboard"/>
- <ExtraDataItem name="VboxInternal/Bogus/Parameter" value="asdf"/>
- </ExtraData>
- <Hardware>
- <CPU>
- <PAE enabled="true"/>
- <LongMode enabled="false"/>
- <X2APIC enabled="true"/>
- <HardwareVirtExLargePages enabled="true"/>
- </CPU>
- <Memory RAMSize="2048"/>
- <HID Pointing="USBTablet"/>
- <Boot>
- <Order position="1" device="DVD"/>
- <Order position="2" device="HardDisk"/>
- <Order position="3" device="None"/>
- <Order position="4" device="None"/>
- </Boot>
- <Display VRAMSize="32"/>
- <RemoteDisplay>
- <VRDEProperties>
- <Property name="TCP/Ports" value="3389"/>
- </VRDEProperties>
- </RemoteDisplay>
- <USB>
- <Controllers>
- <Controller name="xHCI" type="XHCI"/>
- </Controllers>
- <DeviceFilters>
- <DeviceFilter name="New Filter 1" active="true" remote="0"/>
- </DeviceFilters>
- </USB>
- <Network>
- <Adapter slot="0" enabled="true" MACAddress="08002731A714">
- <NAT/>
- </Adapter>
- <Adapter slot="1" cable="false"/>
- <Adapter slot="2" cable="false"/>
- <Adapter slot="3" cable="false"/>
- <Adapter slot="4" cable="false"/>
- <Adapter slot="5" cable="false"/>
- <Adapter slot="6" cable="false"/>
- <Adapter slot="7" cable="false"/>
- </Network>
- <LPT>
- <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
- </LPT>
- <AudioAdapter codec="AD1980" driver="DirectSound"/>
- <RTC localOrUTC="UTC"/>
- <GuestProperties>
- <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1473319602402310800" flags=""/>
- </GuestProperties>
- </Hardware>
- <StorageControllers>
- <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
- <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
- <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
- <Image uuid="{808541e0-6629-47cd-96b3-7ff6021d9dcc}"/>
- </AttachedDevice>
- </StorageController>
- </StorageControllers>
- </Machine>
- </VirtualBox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement