Ya came to know what it is:)
How to add the path to the windows registry?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an executable file and i want it to run continuously with other system processes in the background.
Can u tell me how to do that?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Ya came to know what it is:)
How to add the path to the windows registry?
Ya came to know what it is:)
How to add the path to the windows registry?
Open Regedit.exe and navigate to this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ Then on the left-side right-click and select New->String Value. Name it: MyProgram. Path: - || - <program name>.exe It will BE saved and close Windows Registry.
Itknowledge24.com
Ya i did it and closed the registry editor:)
I gave the path in the value data.
Now whenever i start the system will that file keep on executing at the background?
Ya i did it and closed the registry editor:)
I gave the path in the value data.
Now whenever i start the system will that file keep on executing at the background?
Yes, since the application which I made for you in C# has a tray icon I suggest you
look in the tray area for the following icon
.
Itknowledge24.com
Ya came to know:)
Actually i double clicked the killresp.exe file and saw in the task manager and the application was running and i once ended the process it got deleted and again came back and was visible.
This shows its only stops when the system shut downs right?
But i have to double click it every time the system is started.
i want it to automatically get executed when the system is booted.
And also after adding the path to the windows registry should i restart the system so that the system can execute the .exe file?