tag archive 'microsoft'

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 »

Windows – Stopping a running process

1 2 3 4   C:\Users\run> taskkill /PID 9176 Sent termination signal to the process with PID 9176 C:\Users\run>

read full post »

1 2 3 4 5 6 7 8 9 10 11 12   C:\Users\run> tasklist Image name PID Session name Number Usage ========================= ======== ================ =========== ============ System Idle Process 0 Services 0 24 kB System 4 Services 0 18.808 kB smss.exe 328 Services 0 336 kB avgrsa.exe 384 Services 0 648 kB avgcsrva.exe 416 [...]

read full post »

older posts »