minigun Posted August 28, 2004 Posted August 28, 2004 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 any ideas guys??? is there a specific order the tasks should be killed??
mazin Posted August 29, 2004 Posted August 29, 2004 Then, you probably used method 1 or 2. The perfect method is number 3, where you don't need taskkill.http://www.msfn.org/board/index.php?showto...ndpost&p=125501
minigun Posted August 29, 2004 Author Posted August 29, 2004 it works but not properly... its late now will have more details tomorrow
minigun Posted August 29, 2004 Author Posted August 29, 2004 hmmm well i fixed the original problem i had but now it pops up the config wizard again
turbomcp Posted August 29, 2004 Posted August 29, 2004 this works for meREG ADD %KEY%\055 /VE /D "Norton Antivirus Professional 2004" /fREG ADD %KEY%\055 /V 1 /D "REGEDIT /S %CDROM%\install\Applications\NAV\silent\cdkey.reg" /fREG ADD %KEY%\055 /V 2 /D "\"%CDROM%\install\Applications\NAV\CD\NAVSETUP.EXE\" /O REBOOT=ReallySuppress /QB" /fREG ADD %KEY%\055 /V 3 /D "\"%CDROM%\install\Applications\NAVdefs\20040713-005-i32.exe\" /qb" /fREG ADD %KEY%\055 /V 4 /D "TASKKILL /F /IM CfgWiz.exe" /fREG ADD %KEY%\055 /V 5 /D "TASKKILL /F /IM ccApp.exe" /fREG ADD %KEY%\055 /V 6 /D "TASKKILL /F /IM symlcsvc.exe" /fREG ADD %KEY%\055 /V 7 /D "TASKKILL /F /IM ccSetMgr.exe" /fREG ADD %KEY%\055 /V 8 /D "TASKKILL /F /IM ccEvtMgr.exe" /fREG ADD %KEY%\055 /V 9 /D "TASKKILL /F /IM SAVScan.exe" /fREG ADD %KEY%\055 /V 10 /D "TASKKILL /F /IM navapsvc.exe" /fREG ADD %KEY%\055 /V 11 /D "TASKKILL /F /IM NPROTECT.EXE" /f
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now