Jump to content

question about adding apps to RunOnceEx


Recommended Posts

i'm now making my RunOnceEx.cmd file and i noticed its a little bit diffrence of the batchfile.cmd .. how can i add NAV2004 and Ad-Aware? this apps requirs task kills ans some other stuff, can i just write -

REG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.02 Retail" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Ad-Aware\aawsepro.exe
taskkill /IM Ad-Aware.exe /F
taskkill /IM hh.exe /F

it will work this way? and what about NAV2004?

thanks all.

Link to comment
Share on other sites


I'm warning you, it is not poilite or even considered proper etiquet to bump you thread after 40 minutes. Perhaps no even day depending on the number of posts. There is just no reason for it. Don't do so again, and this isn't the first time you've done it.

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

under the portion of "Understanding RunOnceEX". What you want is to assign several tasks to your thing.

If you don't search again, I will be tempted to close the thread, just because it's OBVIOUS you don't search or read.

Link to comment
Share on other sites

mmm first of all i'm sorry i'm new here.

second, i already searched and looked in the link u gave me, but i still haven't manage to understand what the correct line that i should write.. should it be like this -

REG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.02 Retail" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Ad-Aware\aawsepro.exe
REG ADD %KEY%\005 /V 2 /D taskkill /IM Ad-Aware.exe /F
REG ADD %KEY%\005 /V 3 /D taskkill /IM hh.exe /F

??

Link to comment
Share on other sites

you forgot some quotes....

REG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.02 Retail" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Ad-Aware\aawsepro.exe" /f
REG ADD %KEY%\005 /V 2 /D "taskkill /IM Ad-Aware.exe" /F
REG ADD %KEY%\005 /V 3 /D "taskkill /IM hh.exe" /F

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