i removed the system tray icon for avedesk and i am only using some SysStats widgets, so now i cannot add more desklets anymore since i am not able to have the avedesk control panel back,
how can i bring the system tray icon back?
i removed the system tray icon for avedesk and i am only using some SysStats widgets, so now i cannot add more desklets anymore since i am not able to have the avedesk control panel back,
how can i bring the system tray icon back?
In your Application DataAveDesk folder is a file called 'settings.xml'
Open this file in a text editor and change the value between to 1.
Then restart AveDesk
You may need to close AveDesk before doing so.
or, alternatively, you could make a vbs file that goes something like this:
Dim aveDesk ' as AveDesk.Application
set aveDesk = CreateObject("AveDesk.Application")
aveDesk.ShowControlPanel
and save it as avedesk_opencontrolpanel.vbs
(this is actually a tip given by Andreas on another site, so dont thank me, thank him)
You may also want to try this one:
http://www.aqua-soft.org/board/showthread.php?t=19528
It'll let you add desklets with a right click on the desktop - an updated version that unfolds to themes and provides the control panel is in the makes but way behind schedule.
thank you so much
all options worked great, and i like the possibilty of adding desklets with a right click on the desktop