Pages: 1
Facade homescreen help
(Click here to view the original thread with full colors/images)
Posted by: reks
im not familiar with coding.
can someone please show me how to edit the xml file to do the following:
- put the resource manager as one of the quick launch buttons -
thanks in advance, this homescreen is certainly one of the best!
Posted by: hylton
If you are talking about 'task manager', do something like this in your XML...if you mean fire the resource mgmt folder that contains Space Maker and Task Manager, you can probably just change one of the statements below to point ot that folder, or create a shortcut to that folder and put it in the statement below as a .lnk
Chris
<plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" id="FacadeLauncher" type="Launcher">
<Buttons>
<!--
<Button type="Calendar" />
-->
<!--
<Button type="Tasks" />
-->
<Button type="Run" command="\Windows\iexplore.exe" />
<Button type="Run" command="\Windows\wmplayer.exe" />
<Button type="Run" command="\Windows\File_Manager.lnk" />
<Button type="Run" command="\Windows\Task_Manager.lnk" />
<Button type="Run" command="\Windows\settings.exe" />
<Button type="Run" command="\Storage\Program Files\Chronos\Chronos.exe" />
<Button type="Run" command="\Storage\Program Files\SPGTC\spgtc.exe" />
<Button type="Reset" />
</Buttons>
</plugin>
vBulletin Copyright ©2000 - 2008,
Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2008
- Created by Stefan "Xenon" Kaeser