Advertisement
Guest User

Untitled

a guest
Sep 9th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!--
  3. ** DO NOT EDIT THIS FILE.
  4. ** If you make changes to this file while any VirtualBox related application
  5. ** is running, your changes will be overwritten later, without taking effect.
  6. ** Use VBoxManage or the VirtualBox Manager GUI to make changes.
  7. -->
  8. <VirtualBox xmlns="http://www.virtualbox.org/" version="1.16-windows">
  9. <Machine uuid="{5cce10cc-ff8b-45b9-ae28-a6a6f943f3bf}" name="TestDisk" OSType="Linux" snapshotFolder="Snapshots" lastStateChange="2016-09-09T07:01:23Z">
  10. <MediaRegistry>
  11. <HardDisks>
  12. <HardDisk uuid="{808541e0-6629-47cd-96b3-7ff6021d9dcc}" location="TestDisk.vdi" format="VDI" type="Normal"/>
  13. </HardDisks>
  14. </MediaRegistry>
  15. <ExtraData>
  16. <ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
  17. <ExtraDataItem name="GUI/LastNormalWindowPosition" value="0,29,720,451"/>
  18. <ExtraDataItem name="GUI/LastScaleWindowPosition" value="640,275,640,480,max"/>
  19. <ExtraDataItem name="GUI/RestrictedRuntimeDevicesMenuActions" value="HardDrives"/>
  20. <ExtraDataItem name="GUI/RestrictedRuntimeMachineMenuActions" value="SaveState,PowerOff"/>
  21. <ExtraDataItem name="GUI/ScaleFactor" value="1"/>
  22. <ExtraDataItem name="GUI/StatusBar/IndicatorOrder" value="HardDisks,OpticalDisks,FloppyDisks,Network,USB,SharedFolders,Display,VideoCapture,Features,Mouse,Keyboard"/>
  23. <ExtraDataItem name="VboxInternal/Bogus/Parameter" value="asdf"/>
  24. </ExtraData>
  25. <Hardware>
  26. <CPU>
  27. <PAE enabled="true"/>
  28. <LongMode enabled="false"/>
  29. <X2APIC enabled="true"/>
  30. <HardwareVirtExLargePages enabled="true"/>
  31. </CPU>
  32. <Memory RAMSize="2048"/>
  33. <HID Pointing="USBTablet"/>
  34. <Boot>
  35. <Order position="1" device="DVD"/>
  36. <Order position="2" device="HardDisk"/>
  37. <Order position="3" device="None"/>
  38. <Order position="4" device="None"/>
  39. </Boot>
  40. <Display VRAMSize="32"/>
  41. <RemoteDisplay>
  42. <VRDEProperties>
  43. <Property name="TCP/Ports" value="3389"/>
  44. </VRDEProperties>
  45. </RemoteDisplay>
  46. <USB>
  47. <Controllers>
  48. <Controller name="xHCI" type="XHCI"/>
  49. </Controllers>
  50. <DeviceFilters>
  51. <DeviceFilter name="New Filter 1" active="true" remote="0"/>
  52. </DeviceFilters>
  53. </USB>
  54. <Network>
  55. <Adapter slot="0" enabled="true" MACAddress="08002731A714">
  56. <NAT/>
  57. </Adapter>
  58. <Adapter slot="1" cable="false"/>
  59. <Adapter slot="2" cable="false"/>
  60. <Adapter slot="3" cable="false"/>
  61. <Adapter slot="4" cable="false"/>
  62. <Adapter slot="5" cable="false"/>
  63. <Adapter slot="6" cable="false"/>
  64. <Adapter slot="7" cable="false"/>
  65. </Network>
  66. <LPT>
  67. <Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
  68. </LPT>
  69. <AudioAdapter codec="AD1980" driver="DirectSound"/>
  70. <RTC localOrUTC="UTC"/>
  71. <GuestProperties>
  72. <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1473319602402310800" flags=""/>
  73. </GuestProperties>
  74. </Hardware>
  75. <StorageControllers>
  76. <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
  77. <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
  78. <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
  79. <Image uuid="{808541e0-6629-47cd-96b3-7ff6021d9dcc}"/>
  80. </AttachedDevice>
  81. </StorageController>
  82. </StorageControllers>
  83. </Machine>
  84. </VirtualBox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement