allanruba
Aug 5 2008, 03:14 PM
Well.. i need to add some .exe files to start up.. i know its by registry but dunno how :S
if some one can explain me plz..
see ya
ccl0
Aug 6 2008, 05:20 PM
narayanaswamy
Sep 4 2008, 05:37 AM
can u pls try adding it to scheduled tasks and set it to run at every logon??
inka
Sep 10 2008, 08:55 AM
You want some .exe file auto start at windows startup ?
If it's true , you can copy .exe file (or shortcut) into StartMenu>Startup folder , your file will autorun next time !
Other way , in registry , find the key "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run"
For each program you want to start automatically create a new string value using a descriptive name, and set the value of the string to the program executable.
For example, to automatically start Notepad, add a new entry of "Notepad"="c:\windows\notepad.exe".