Jump to content

Recommended Posts

Posted

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


Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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