Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Disable Windows Service

Featured Replies

Is it possible to disable a windows service via command prompt or vbs script?

What do you mean? What windows service do you want disable?

You can type the command at a CMD window and see its uses.

net

Yes, net.exe

As for your requirement,

net stop servicename

That 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.

  • Author

The Norton Firewall monitor service... want to disable it entirely.

Why not just uninstall the software if you don't want to use the firewall????

  • Author

Cause its a new dumb service thats included and run with the latest NAV 2005... its nto a seperate component

@durex

from cmd prompt you can stop it use this code

net stop "Norton AntiVirus Firewall Monitor Service"

disable using registry

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NPFMntor]
"Start",0x00010001,4

hope helps

moo

  • Author

Just an update..

To disable the service, the reg key is actually

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NPFMntor]
"Start"=dword:00000004

which is what I think you meant moo, but wasnt clear to me at first

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.