ajout du fichier source du programme winkey

This commit is contained in:
H3XploR
2026-03-27 19:06:28 +01:00
parent 763753bb96
commit 1c6e5e52d8
+1
View File
@@ -1,6 +1,7 @@
#include <windows.h> #include <windows.h>
#include <winsvc.h> #include <winsvc.h>
#include <stdio.h> #include <stdio.h>
int main(void){ int main(void){
SC_HANDLE hSCManager = OpenSCManagerA(NULL, SERVICES_ACTIVE_DATABASE, SC_MANAGER_ALL_ACCESS); SC_HANDLE hSCManager = OpenSCManagerA(NULL, SERVICES_ACTIVE_DATABASE, SC_MANAGER_ALL_ACCESS);
if (hSCManager == NULL){ if (hSCManager == NULL){