I
its_me_here
Guest
I need to run a single instance of a process(exe) from a C++ Windows service . It should also be a single instance for all users. I am ware that we can use the CreateProcessAsUser() call for this but the process is launched for that user only. by this API. Is there anyway I cam launch the exe from the service and have a single instance across all users. This is to make sure that the exe doesnt have to be launched for all users. The exe doesn't have a UI and it does not need to any UI interactions.It needs to be run only in the background,
Continue reading...
Continue reading...