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.

Security Center warnings making you crazy?

Featured Replies

Control and Configure Windows Security Center

Even if you know that your computer is safe, Security Center keeps popping up balloon messages that you are not protected. So, now you need to do something, right? All you have to do is to set the startup type of wscsvc (Security Center) service to manual. You can do it either from services.msc or entering command in the command console (run: cmd).

CONSOLE COMMANDS

Set auto start:

sc config wscsvc start= auto

Set manual start:

sc config wscsvc start= demand

Disable completely:

sc config wscsvc start= disabled

Stop for this session:

sc stop wscsvc

Start for this session:

sc start wscsvc

NOTE: All these commands can be entered directly into the Run (Start Menu > Run) dialog. Command prompt (Start Menu > Run > cmd) can also be used to see the result returned by sc.exe.


I found it easier to set the notifications to OFF by

start | contol panel | security centre

In this pane you will see a question / notice about notifications, click this and set them all to off and presto all done.

;Disable Security Center

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]

"Start"=dword:00000004

;Disable Anti-virus Notifications

;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

;"AntiVirusDisableNotify"=dword:00000001

;Disable Firewall Notifications

;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

;"FirewallDisableNotify"=dword:00000001

;Disable Automatic Updates Notifications

;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

;"UpdatesDisableNotify"=dword:00000001

  • Author

@oioldman

This will turn off the notification, but the service will still start and take system resources. I have played with it enough to see how much can it protect your system. To me, its nothing but a small piece of crap for:

1. Promoting Antivirus software market, they call it partnership. :rolleyes:

2. Nagging users continuously to use Automatic Update. SysAdmins know how bothering this is.

@Radimus

In fact, sc.exe does the same thing with safety. :)

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.