- Code: Select all
taskkill /IM RMPrinterWrapper.exe
will work, but Status Reporter I think doesn't work though...
Also try:
- Code: Select all
taskkill /IM client32.exe
taskkill /F /IM explorer.exe
taskkill /IM StatusReporter.exe
Make sure you put the /IM or /F in the command, do:
- Code: Select all
taskkill /?
to get a list of the sytax's
