November 24, 200421 yr You can type the command at a CMD window and see its uses.netYes, net.exeAs for your requirement, net stop servicenameThat will do the task for that session (i.e., until the next reboot).But if you need it to be stopped even at your next session, you need to do it thru registry.
November 24, 200421 yr Author Cause its a new dumb service thats included and run with the latest NAV 2005... its nto a seperate component
November 24, 200421 yr @durexfrom cmd prompt you can stop it use this codenet stop "Norton AntiVirus Firewall Monitor Service"disable using registry[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NPFMntor]"Start",0x00010001,4hope helpsmoo
November 24, 200421 yr Author Just an update..To disable the service, the reg key is actually[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NPFMntor]"Start"=dword:00000004which is what I think you meant moo, but wasnt clear to me at first
Create an account or sign in to comment