tag archive 'Dos'

Turn Windows Hybernate state on/off by using the powercfg tool. If you have to run a download for the next 5 hours and the OS sets the computer after 20 minutes automatically into the hybernate state powercfg MS-DOS command is quite handy. Turn the hybernate state off 1 2 3 4 5   C:\Users\run> powercfg [...]

read full post »

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 »

older posts »