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)
Printable View
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)
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".
k thx