1<?xml version="1.0" encoding="UTF-8"?>
2<explorer-cfg>
3  <general>
4    <look-and-feel name="classic"/>
5	<explorer mdi="true" separate-folders="false"/>
6	<language name="EN"/>
7  </general>
8
9  <desktop>
10    <icon-alignment algorithm="simple" start="left-top" direction="horizontal"/>
11  </desktop>
12  <desktopbar>
13    <options show-clock="true"/>
14    <positions>
15	  <bar name="quicklaunch" left="10" top="2" width="250" height="22"/>
16	  <bar name="taskbar" left="300" top="2" width="400" height="22"/>
17	</positions>
18  </desktopbar>
19
20  <taskbar>
21  </taskbar>
22
23  <notify-icons>
24    <options hide-inactive="true" show-button="true" show-hidden="false"/>
25    <icon name="Volume Control" text="Volume" show="show"/>
26  </notify-icons>
27
28  <startmenu>
29    <order>
30	</order>
31  </startmenu>
32
33  <quicklaunch>
34    <order>
35	</order>
36  </quicklaunch>
37
38  <launchbar>
39    <entry type="startmenu"/>
40
41    <entry type="programs">
42    </entry>
43
44    <entry type="settings"/>
45    <entry type="desktops"/>
46    <entry type="notify-area"/>
47    <entry type="clock"/>
48  </launchbar>
49</explorer-cfg>
50