I am trying to uninstall Wireshark. I closed all wireshark instances. but still it is giving error as Wireshark or one associated with it is already running. How to uninstall it ?
Alternatively you can also use the Windows cmd command
tasklist | findstr -i "cap"
And then check for any of the wireshark related component, something like usbcap, dumpcap and if you find one, use the below command to kill it.
taskkill -f /PID xxxx
Where xxxx is the process ID of the output of the first command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With