Search code examples
c#c++winformsstartup

C# or C++ How to make program to run when user password asked?


I've such a problem, I need my program to run when user password asked(when computer is switched on). I know there is a class RegistryKey in both C++ and C# but they make program to start when the user logged in. Is there any I can do that?


Solution

  • Thank you everyone I've used windows service.