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.

heloo i wont remove the firewall and automatic upd

Featured Replies

heloo i wont remove the firewall and automatic updateand virus protection alert by Registry

untitled2.JPG

Edited by boshkash


This should get you started

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"UpdatesDisableNotify"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001

For the auto-update, and

sc config sharedaccess start= disabled

at a command prompt for turning off the firewall (Warning, this totally kills it, and perminently, not just the regular part, but the service also, also I think this disables Internet Connection Shareing). Most likely the turn off the security center command is simmilar to the disable updates notification, but I havn't got the correct one (most likely "FirewallDisableNotify"=dword:000000001)

In .cmd file format

@echo off

::Override Security Center Antivirus Monitoring (when yours is unsupported)
reg add "HKLM\Software\Microsoft\Security Center" /v AntiVirusOverride /t REG_DWORD /d 1 /f

::Override Security Center Firewall Handling (when yours is unsupported)
reg add "HKLM\Software\Microsoft\Security Center" /v FirewallOverride /t REG_DWORD /d 1 /f

::Stop Security Center nagging about Automatic Updates being turned off
reg add "HKLM\Software\Microsoft\Security Center" /v UpdatesDisableNotify /t REG_DWORD /d 1 /f

goto :eof

for the three alert settings only

the key is

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
values are
AntiVirusDisableNotify=1 for uncheck , 0 for check

FirewallDisableNotify=1 for uncheck , 0 for check

UpdatesDisableNotify=1 for uncheck , 0 for check

Regarding oneless' reply,

I cannot see any benefit in simply disabling the notifications. The monitoring is of no use if you disable the notifications which result from the monitoring.

Both our responses should achieve your intended goal however, since if you override the monitoring process then there will be no notifications as a result.

Here is both, Yzöwl and oneless again in .reg format

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]"AntiVirusDisableNotify"=dword:00000001

"AntiVirusOverride"=dword:00000001

"FirewallDisableNotify"=dword:00000001

"FirewallOverride"=dword:00000001

"UpdatesDisableNotify"=dword:00000001

Use everything in green and delete either the blue stuff or the purple stuff according to your taste.

If you want to turn off all three notifications, why not disable the Security Center (manually in system services or via regedit) altogether?

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.