(imported topic written by nberger91)
I need help killing the skype.exe process as part of my uninstall action (which works)
I have tried all of the following commands, none of which work on Windows 7 (havent tried on WinXP). If i run TSKILL skype from command line manually it works, so dont know why running this as system through BigFix is failing. The log file indicates ‘command succeeded’ yet the process is still running.
Any ideas what Im doing wrong ?
dos cmd /c TSKILL skype
OR
wait {(pathname of client folder of site “BESSupport” & "\taskkill.exe /f “) & (if (name of operating system = “WinXP” OR name of operating system = “Win2003”) then " /im skype” else “skype”)}
OR
wait {(pathname of client folder of site “BESSupport” & "\taskkill.exe /f “) & (if (name of operating system = “WinXP” OR name of operating system = “Win2003”) then " /im skype.exe” else “skype.exe”)}