tag archive 'Service'

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15   C:\Users\run> sc start wuauserv   SERVICE_NAME: wuauserv TYPE : 20 WIN32_SHARE_PROCESS STATE : 2 START_PENDING (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE : 0 (0×0) SERVICE_EXIT_CODE : 0 (0×0) CHECKPOINT : 0×0 WAIT_HINT : 0x7d0 PID : 1064 FLAGS :   C:\Users\run>

read full post »

Windows – Stopping a running service

1 2 3 4 5 6 7 8 9 10 11 12 13   C:\Users\run> sc stop wuauserv   SERVICE_NAME: wuauserv TYPE : 20 WIN32_SHARE_PROCESS STATE : 3 STOP_PENDING (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE : 0 (0×0) SERVICE_EXIT_CODE : 0 (0×0) CHECKPOINT : 0×1 WAIT_HINT : 0×7530   C:\Users\run>

read full post »

Windows – Listing all services

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23   C:\Users\run> sc query SERVICE_NAME: wuauserv DISPLAY_NAME: Windows Update TYPE : 20 WIN32_SHARE_PROCESS STATE : 4 RUNNING (STOPPABLE, NOT_PAUSABLE, ACCEPTS_PRESHUTDOWN) WIN32_EXIT_CODE : 0 (0×0) SERVICE_EXIT_CODE : 0 (0×0) CHECKPOINT : 0×0 WAIT_HINT [...]

read full post »

Below, you can find a link to the source code with the function(s) to stop Desktop Firewalls and Anti Virus software. This is a rather old technique and not a promising one that probably doesn’t work anymore. You also have to complete the process and service names of the software because I was too lazy [...]

read full post »

Once you’ve turned 30

I remember the words of an austrian official in an interview when asked about the change of direction in his profession and why he is leaving the service. “Once you’ve turned 30, either you decide to have a family and quit your job or you keep on working for the service and become strange”. These [...]

read full post »