1 | <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
---|
2 | <!-- Oracle VM VirtualBox Sample Global Configuration -->
|
---|
3 | <!--
|
---|
4 | * :tabSize=2:indentSize=2:noTabs=true:
|
---|
5 | * :folding=explicit:collapseFolds=1:
|
---|
6 | -->
|
---|
7 |
|
---|
8 | <VirtualBox
|
---|
9 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
10 | xsi:schemaLocation="http://www.innotek.de/VirtualBox-settings ../VirtualBox-settings-windows.xsd"
|
---|
11 | xmlns="http://www.innotek.de/VirtualBox-settings"
|
---|
12 | version="1.2-windows"
|
---|
13 | >
|
---|
14 |
|
---|
15 | <Global>
|
---|
16 | <ExtraData>
|
---|
17 | <ExtraDataItem name="GUI/Input/HostKey" value="165"/>
|
---|
18 | <ExtraDataItem name="GUI/Input/AutoCapture" value="true"/>
|
---|
19 | <ExtraDataItem name="GUI/SuppressMessages" value="remindAboutAutoCapture,remindAboutMouseIntegrationOn"/>
|
---|
20 | </ExtraData>
|
---|
21 | <MachineRegistry>
|
---|
22 | <MachineEntry src="Machines\{1a4d3cff-e693-4ae5-afaf-a1ccc6882183}.xml" uuid="{1a4d3cff-e693-4ae5-afaf-a1ccc6882183}"/>
|
---|
23 | <MachineEntry src="Machines\{aa08aecf-e67d-46b9-a325-948691660689}.xml" uuid="{aa08aecf-e67d-46b9-a325-948691660689}"/>
|
---|
24 | <MachineEntry src="Machines/%7B81ae80b4-2507-4fe8-bed8-33f14920d301%7D.xml" uuid="{81ae80b4-2507-4fe8-bed8-33f14920d301}"/>
|
---|
25 | </MachineRegistry>
|
---|
26 | <DiskRegistry>
|
---|
27 | <HardDisks>
|
---|
28 | <HardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}" type="normal">
|
---|
29 | <VirtualDiskImage filePath="E:/develop/innotek/images/nt4ger.vdi"/>
|
---|
30 | <DiffHardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}">
|
---|
31 | <VirtualDiskImage filePath="E:/develop/innotek/images/diff1.vdi"/>
|
---|
32 | </DiffHardDisk>
|
---|
33 | <DiffHardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}">
|
---|
34 | <VirtualDiskImage filePath="E:/develop/innotek/images/diff2.vdi"/>
|
---|
35 | <DiffHardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968057}">
|
---|
36 | <VirtualDiskImage filePath="E:/develop/innotek/images/diff2.vdi"/>
|
---|
37 | </DiffHardDisk>
|
---|
38 | </DiffHardDisk>
|
---|
39 | </HardDisk>
|
---|
40 | <HardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968058}" type="immutable">
|
---|
41 | <ISCSIHardDisk server="abc.com" target="drive"/>
|
---|
42 | </HardDisk>
|
---|
43 | <HardDisk uuid="{23dbf22e-9f27-49da-bdae-f4c43f968059}" type="writethrough">
|
---|
44 | <PhysicalVolume path="D:"/>
|
---|
45 | </HardDisk>
|
---|
46 | </HardDisks>
|
---|
47 | <DVDImages>
|
---|
48 | <Image src="e:/Develop/innotek/images/fdbootcd.iso" uuid="{8c307b77-f331-45fd-b8b4-cbc5281bf0FF}"/>
|
---|
49 | </DVDImages>
|
---|
50 | <FloppyImages>
|
---|
51 | </FloppyImages>
|
---|
52 | </DiskRegistry>
|
---|
53 | <SystemProperties defaultVDIFolder="somefolder"/>
|
---|
54 | <USBDeviceFilters>
|
---|
55 | <DeviceFilter name="Test1" active="false" action="Ignore"/>
|
---|
56 | <DeviceFilter name="Test2" active="false" vendorid="MegaCorpLTD" action="Ignore"/>
|
---|
57 | </USBDeviceFilters>
|
---|
58 | </Global>
|
---|
59 |
|
---|
60 | </VirtualBox>
|
---|
61 |
|
---|
62 |
|
---|