Run the command below on command prompt to check the PID and to kill the process on the Windows 2008 server.
C:\Windows\system32>%windir%/system32/inetsrv/appcmd list wp
Command to kill the process-> taskkill /F /IM php-cgi.exe (process name)
]]>
Run the command below on command prompt to check the PID and to kill the process on the Windows 2008 server.
C:\Windows\system32>%windir%/system32/inetsrv/appcmd list wp
Command to kill the process-> taskkill /F /IM php-cgi.exe (process name)
]]>