Start Deskband in Taskbar with system start for all users

  • Thread starter Thread starter bbembi_de
  • Start date Start date
B

bbembi_de

Hello everyone,

I have a deskband that resides in the taskbar. I can start it manually.
But I want to start it with system start and for all users. Is there a
registry entry I have to make?

Thanks.
Greetings juergen
 
Two things I can think of. Throw a short-cut into the C:\Document And
Settings\All Users\Start Menu\Startup folder. Or add a registry entry to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

I've never done either of these programatically, but that's two of the
places I go to look for crap/software that's automatically running even
though I don't tell it to do so. Keep in mind that most "nice" software
asks if you want to install it for yourself, or all users. And perhaps give
the users an option to turn it off somehow as well. Unfortunately, I can't
tell you how you're going to turn it off for one user and not all the
others, cause I don't know. :)

Clint
 
To follow up on Clint's reply, if installing for Everyone, then use the
"All Users" folder. If not, just use the folder for the current user.
Look up the "SpecialFolders" enumeration.

Derrick
 
Thanks,
but the problem is that I start it manually by right clicking on the
Taskbar and activating my deskband in the list of toolbars. The
deskband is a DLL in the Windows Assembly Cache.

So it can't just start the DLL.

greetings juergen
 
Thanks, that helped alot.

I still have the problem that i can't start the deskband
programmically.
But it seems there is no solution for that.

greetings juergen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top