From a command prompt on my PC or another computer on the domain I ran this to find out the PID of the svchost.exe associated with SENS

sc \servername queryex SENS
Note down the PID of that process and kill that process using PID.

taskkill /S servername /PID xxxx /F

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.