Monday, September 15, 2014

kill stuck service on windows

C:\Users\username>sc queryex MySQL_ZendServer51

SERVICE_NAME: MySQL_ZendServer51
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 3  STOP_PENDING
                                (STOPPABLE, PAUSABLE, ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x1
        WAIT_HINT          : 0x5265c00
        PID                : 2568
        FLAGS              :

C:\Users\username>taskkill /f /pid 2568
SUCCESS: The process with PID 2568 has been terminated.

C:\Users\username>


Monday, August 26, 2013

Tuesday, May 21, 2013

How to create Windows 8 Backup disk

Creating System Recovery media fails on DVDs.

Always use a flash /USB pend drive of 8+GB to create recovery drive.