Friday, January 02, 2015

Force Kill Process - MSDN

Working on some Windows 2008 R2 FTP issues and the services got hung.  After some Goolge searching I found the following article to KILL THE Services Process that was hung.

In this case it was the ftpsvc process.

1) Open Task Manger
2) Go to the Services Tab
3) Take note of the PID

taskkill /pid #### /f

/f forces --- Problem solved yes I was sweating bullets.

http://technet.microsoft.com/en-us/library/cc725602.aspx

No comments:

How Businesses Use VPNs Securely

How Businesses Use VPNs Securely Understanding VPNs and Their Role in Business Security What is a VPN? A Virtual Private Network (V...