AveDesk/System Tray

How do I configure AveDesk if I have my syetem tray disabled through the registry?

#291344

From what I have seen, AveDesk does not use the Registry, you would have to edit the theme (theme.???) file in the AveDesk root directory.

#291352

This is a [help] thread and remeber to use tags next time you post

What do you mean "configure AveDesk"?

And why/how do you disabe the tray icon through registry when you can simply disable t in the control panel? :slant:

#291366

Use search next time...search for tray icon, and it will explain how to turn the tray icon back on.

-NC

#291367

i think he's saying that his entire systray is turned off via the registry.

@high6ix: a couple of things you can do: 1) right-click on any ave desklet and select 'control panel'. 2) got no way to launch a desklet cuz your systray is disabled? install this. hth

#291369

right-click on any ave desklet and select 'control panel'
or control-click if right click is disabled.

Also, something like this, put in a .vbs file, should pop up the control panel:

Dim aveDesk 'as AveDesk.Application

set aveDesk = CreateObject("AveDesk.Application")

aveDesk.ShowControlPanel()

set aveDesk = nothing

(just a small variant of the showcase vbs)

#291373

Are you saying that you don't have a systray? or that you can't configure Avedesk because you can't see the systray icon.

if it's the first one then you must have disabled the :: Taskbar and Starmenu settings 'Show taskbar notification icons' in TweakUI.

if you want your system tray back. Other than that i don't what else to say other than what Unbe and shmengie said earlier.

#291382

How do I configure AveDesk if I have my syetem tray disabled through the registry?

first back up your themes or whatever,

go to C:Documents and Settings"userprofile"Application Data

and delete avedesk, it'll be like a fresh installation of avedesk

#296660