I'm trying to kill a window 7 32 bit application using taskkill command but I'm having an issue passing a space for the name of the process.
taskkill /F /IM ABC DEFG.exe
If someone could help me with this would be much appreciated. Thanks!
I'm trying to kill a window 7 32 bit application using taskkill command but I'm having an issue passing a space for the name of the process.
taskkill /F /IM ABC DEFG.exe
If someone could help me with this would be much appreciated. Thanks!
Use Below Command to terminate any thread use like command and give application alias in between two % %
wmic Path win32_process Where "CommandLine Like '%XYZ%'" Call Terminate