mikku Posted February 15, 2005 Posted February 15, 2005 i am having a strange problemi want to know how to ascertain image name in taskkilli want to install a software called crazy browser (inno setup)its install properlybut it is executed after installationand i want to kill it by using taskkill but i am not sure how to do iti mean how to ascertain the image name i.e imi have tried following linestaskkill.exe /F /IM crazybrowser.exetaskkill.exe /F /IM crazy browser.exetaskkill.exe /F /IM Crazy Browser.exetaskkill.exe /F /IM CrazyBrowser.exepskill crazybrowser.exepskill crazy browser.exeplz tell me how to get details regarding image file imECHO.ECHO Installing Crazy BrowserECHO Please wait...start /wait %systemdrive%\apps\crazybrowser.exe /VERYSILENT /SP-ECHO.ECHO Killing Crazy Browsertaskkill.exe /F /IM crazybrowser.exe
mikku Posted February 15, 2005 Author Posted February 15, 2005 why control at delete what will be the use
Martin Zugec Posted February 15, 2005 Posted February 15, 2005 To run task manager and see exactly the name of process... Or U can use tasklist from cmd... Using taskkill to kill process is not the best way - better is to use pskillorwmic process where name="process.exe" call terminate
bmn Posted February 15, 2005 Posted February 15, 2005 @mikkuwhat is ur operating system.bcz for windows xp home edition taskkill,pskill r not working.iam using belo code to taskill my yahoo messengerprog[pn]=['Yahoo Messenger']desc[pn]=['Yahoo Messenger is a free service that allows you to see when friends come online and send them instant messages..']cmd1[pn]=['%cdrom%\\DOCS\\Install\\Yahoo\\Yahoo.exe /S']cmd2[pn]=['tskill ypager']dflt[pn]=['yes']ordr[pn]=[240]pn++i dono exactly why.but for xp home edition this is the only way.o else u have to go for pskill.exe (extrenal application)
mikku Posted February 15, 2005 Author Posted February 15, 2005 thanks bmcbut i am using xp pro and taskkill is working
amardeepsingh Posted February 16, 2005 Posted February 16, 2005 @mikkutry this linetaskkill /f /im crazy*
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now