Jump to content

taskkill.exe


Recommended Posts

i have norton antivirus set to install on first start up but how do i stop all the config windows from loading?? i used taskkill.exe command in my batch file (using info from this thread)

but it doesnt seem to work :blushing: any ideas guys??? is there a specific order the tasks should be killed??

Link to comment
Share on other sites


this works for me

REG ADD %KEY%\055 /VE /D "Norton Antivirus Professional 2004" /f

REG ADD %KEY%\055 /V 1 /D "REGEDIT /S %CDROM%\install\Applications\NAV\silent\cdkey.reg" /f

REG ADD %KEY%\055 /V 2 /D "\"%CDROM%\install\Applications\NAV\CD\NAVSETUP.EXE\" /O REBOOT=ReallySuppress /QB" /f

REG ADD %KEY%\055 /V 3 /D "\"%CDROM%\install\Applications\NAVdefs\20040713-005-i32.exe\" /qb" /f

REG ADD %KEY%\055 /V 4 /D "TASKKILL /F /IM CfgWiz.exe" /f

REG ADD %KEY%\055 /V 5 /D "TASKKILL /F /IM ccApp.exe" /f

REG ADD %KEY%\055 /V 6 /D "TASKKILL /F /IM symlcsvc.exe" /f

REG ADD %KEY%\055 /V 7 /D "TASKKILL /F /IM ccSetMgr.exe" /f

REG ADD %KEY%\055 /V 8 /D "TASKKILL /F /IM ccEvtMgr.exe" /f

REG ADD %KEY%\055 /V 9 /D "TASKKILL /F /IM SAVScan.exe" /f

REG ADD %KEY%\055 /V 10 /D "TASKKILL /F /IM navapsvc.exe" /f

REG ADD %KEY%\055 /V 11 /D "TASKKILL /F /IM NPROTECT.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...