Jump to content

Help Needed Regarding Taskkill Im


Recommended Posts

i am having a strange problem

i want to know how to ascertain image name in taskkill

i want to install a software called crazy browser (inno setup)

its install properly

but it is executed after installation

and i want to kill it by using taskkill but i am not sure how to do it

i mean how to ascertain the image name i.e im

i have tried following lines

taskkill.exe /F /IM crazybrowser.exe

taskkill.exe /F /IM crazy browser.exe

taskkill.exe /F /IM Crazy Browser.exe

taskkill.exe /F /IM CrazyBrowser.exe

pskill crazybrowser.exe

pskill crazy browser.exe

plz tell me how to get details regarding image file im

ECHO.

ECHO Installing Crazy Browser

ECHO Please wait...

start /wait %systemdrive%\apps\crazybrowser.exe /VERYSILENT /SP-

ECHO.

ECHO Killing Crazy Browser

taskkill.exe /F /IM crazybrowser.exe

Link to comment
Share on other sites


@mikku

what is ur operating system.bcz for windows xp home edition taskkill,pskill r not working.iam using belo code to taskill my yahoo messenger

prog[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)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...