c:\Temp>tasklist /FI "IMAGENAME eq USBDeview.exe"
Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
USBDeview.exe 9860 Services 0 5,308 K
c:\Temp>taskkill /FI "IMAGENAME eq USBDeview.exe"
ERROR: The process with PID 9860 could not be terminated.
Reason: This process can only be terminated forcefully (with /F option).
c:\Temp>taskkill /F /FI "IMAGENAME eq USBDeview.exe"
SUCCESS: The process with PID 9860 has been terminated.
c:\Temp>del /F USBDeview.exe
c:\Temp>del /F usb.html
Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
USBDeview.exe 9860 Services 0 5,308 K
c:\Temp>taskkill /FI "IMAGENAME eq USBDeview.exe"
ERROR: The process with PID 9860 could not be terminated.
Reason: This process can only be terminated forcefully (with /F option).
c:\Temp>taskkill /F /FI "IMAGENAME eq USBDeview.exe"
SUCCESS: The process with PID 9860 has been terminated.
c:\Temp>del /F USBDeview.exe
c:\Temp>del /F usb.html
No comments:
Post a Comment