Well, since in xp most users are registered as administrators - it is easy for a programmer to make the program work with the registry. I am trying to do the following:
The software is launched and added as a startup process in the registry, however this should only be done when the application is closed, and not earlier.
However, this does not work in xp when the user is limited and the same in Vista 7,2008.
What are the workarounds? I thought that the program created the scheduled task or was attached to the process with higher privileges? Any work way? I taggin it as .net, since my software is connected to .net - actually the same thing happens in C ++, but I secretly hope that the network offers simpler methods for developing it. 10 times in advance!
source share