invoke an application when starting the pc
-
hai all i have an executable file installed in my system and what i need to do is invoke that application(.exe file) when ever my operating system is up.please help me thank you
-
hai all i have an executable file installed in my system and what i need to do is invoke that application(.exe file) when ever my operating system is up.please help me thank you
You could place a shortcut to the file in the Startup folder on the start menu, or better still, create an entry in the RUN section in your registry key path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run This will work on whoever logs into the machine assuming they have access rights to the file that you want to run.
"You know "that look" women get when they want sex? Me neither." --Steve Martin
-
You could place a shortcut to the file in the Startup folder on the start menu, or better still, create an entry in the RUN section in your registry key path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run This will work on whoever logs into the machine assuming they have access rights to the file that you want to run.
"You know "that look" women get when they want sex? Me neither." --Steve Martin
There are multiple Run sections... HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run will execute the application before anyone logs into the system HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run will execute the application when that user (the current one) logs in... Just make a new String Value (REG_SZ) and give it a descriptive name "My Application" then set the value of the String to the location of the executible C:\.....\somthing.exe -=[ QuieT Cha0s ]=-