@@ -1,6 +1,7 @@
#include <windows.h>
#include <winsvc.h>
#include <stdio.h>
int main(void){
SC_HANDLE hSCManager = OpenSCManagerA(NULL, SERVICES_ACTIVE_DATABASE, SC_MANAGER_ALL_ACCESS);
if (hSCManager == NULL){
The note is not visible to the blocked user.