I am creating a C program that is running with administrator privileges, another .exe to run on startup (Also in C) makes use of other answers .net in the background, for one / all user, but how do I do it in C, develop in minGW?
then
-
C code that sets a program to run on startup
-
In the background To run the program installed (without opening the terminal)
Yes, I think it's quite specific enough for myself :-)
-
You can register your program in the Windows Registry for a list of programs running on your program startup .
-
You must link to the window subsystem instead of the console subsystem. When adding your code to
-Wl, -subsystem, windows to
GCC can be done by passing .
-
Comments
Post a Comment