durex Posted November 24, 2004 Posted November 24, 2004 Is it possible to disable a windows service via command prompt or vbs script?
moo Posted November 24, 2004 Posted November 24, 2004 What do you mean? What windows service do you want disable?
prathapml Posted November 24, 2004 Posted November 24, 2004 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.
durex Posted November 24, 2004 Author Posted November 24, 2004 The Norton Firewall monitor service... want to disable it entirely.
tguy Posted November 24, 2004 Posted November 24, 2004 Why not just uninstall the software if you don't want to use the firewall????
durex Posted November 24, 2004 Author Posted November 24, 2004 Cause its a new dumb service thats included and run with the latest NAV 2005... its nto a seperate component
moo Posted November 24, 2004 Posted November 24, 2004 @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
durex Posted November 24, 2004 Author Posted November 24, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now