Reply to thread

Using your command outputted nothing - I had to change it to


[CODE]sc query "WinHttpAutoProxySvc" > 0 & notepad 0 & del /f/q C:/Users/SacredSkull/Desktop/output.txt[/CODE]


Even though I guessed the syntax incorrectly, it actually responded with something


[CODE]SERVICE_NAME: WinHttpAutoProxySvc

        TYPE               : 20  WIN32_SHARE_PROCESS 

        STATE              : 1  STOPPED

        WIN32_EXIT_CODE    : 0  (0x0)

        SERVICE_EXIT_CODE  : 0  (0x0)

        CHECKPOINT         : 0x0

        WAIT_HINT          : 0x0[/CODE]


Back
Top