Jump to content

DAP 7


eddy_71

Recommended Posts


If you had even bothered reading the entire thread you would have known how to use taskkill and how to call it.

Its really frustrating when members cant do a proper search for previous posts/threads. And please dont even say that you did a search and nothing came up because I just did a 15 second search and am looking at the thread I had posted in a few days back.

Link to comment
Share on other sites

@ big poppa pump: nice to see that there are still some people who know to be polite. Furthermore i read this thread and didn't understand it. The lines i use, in runonceex all start with reg add %key% and so on. This doesn't look like the lines you posted in the thread. Therefor my question. Do i have to put the taskkil programm in the DAP dir and what commandline should i use that gives the right command, seeing my lines differ from yours.

Link to comment
Share on other sites

eddy_71

Under WinXP Pro, two copies of taskkill.exe are found here:

- C:\WINDOWS\system32\

- C:\WINDOWS\system32\dllcache\

taskkill.exe is installed by default with WinXP Pro.

However, as I read in some posts, taskkill.exe isn't part of WinXP Home. So, if you have WinXP Home, you need to get taskkill.exe, then put it here:

$OEM$\$$\System32\taskkill.exe

This is an example taken from a post:

REG ADD %KEY%\0070 /VE /D "IsoBuster" /f

REG ADD %KEY%\0070 /V 1 /D "%systemdrive%\install\IsoBuster.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\0070 /V 2 /D "taskkill /F /IM isobuster.exe" /f

REG ADD %KEY%\0110 /VE /D "Getright Download Manager" /f

REG ADD %KEY%\0110 /V 1 /D "%systemdrive%\install\Getright.exe /s" /f

As you can see, you don't have to refer to the directory in which taskkill.exe resides, which is System32. Nor you need to put the taskkill program in DAP directory.

/F means force (i.e. to force termination of a process without confirmation)

/IM means image (i.e. name of process or program to terminate).

More info:

http://unattended.msfn.org/xp/runonceex.htm

Visit this link for more information on taskkill:

http://www.microsoft.com/windowsxp/home/us...en/taskkill.asp

I hope this helps.

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...