PDA

Click to See Complete Forum and Search --> : Startup and tray [RESOLVED]


Framerate
Nov 30th, 2004, 06:19 AM
How can you configure windows to start a progam automaticly? (in XP)

also, can you take a normal program and put it in the tray instead of the taskbar?(in XP too)

alex_read
Nov 30th, 2004, 07:21 AM
1.

You can either place a shortcut to the application under the start menu's startup folder:

For all users
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

For a single user
C:\Documents and Settings\User_Name_Here\Start Menu\Programs\Startup

or in the registry at this key:

For all users
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

For a single user
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run


2.

Nope, the program has to be designed to work this way, this isn't like a "shortcut".

Framerate
Nov 30th, 2004, 02:21 PM
k thx