We should firstly identify which PID is associated with the service e.g.:
sc queryex wuauservand then kill the PID with something like:
taskkill /F /PID:<service-pid>
sc queryex wuauservand then kill the PID with something like:
taskkill /F /PID:<service-pid>
0 comments:
Post a Comment