@@ -0,0 +1,5 @@
NAME = svc
$(NAME):
cl main.c Advapi32.lib
@@ -0,0 +1,6 @@
#include <windows.h>
#include <winsvc.h>
int main(void){
SC_HANDLE scHandle = OpenSCManagerA(NULL, SERVICES_ACTIVE_DATABASE, SC_MANAGER_ALL_ACCESS);
return 0;
}
The note is not visible to the blocked user.