June 20, 200521 yr heloo i wont remove the firewall and automatic updateand virus protection alert by Registry Edited June 20, 200521 yr by boshkash
June 20, 200521 yr 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:00000001For the auto-update, and sc config sharedaccess start= disabledat 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)
June 20, 200521 yr 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 offreg add "HKLM\Software\Microsoft\Security Center" /v UpdatesDisableNotify /t REG_DWORD /d 1 /fgoto :eof
June 20, 200521 yr for the three alert settings onlythe key is [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]values areAntiVirusDisableNotify=1 for uncheck , 0 for checkFirewallDisableNotify=1 for uncheck , 0 for checkUpdatesDisableNotify=1 for uncheck , 0 for check
June 20, 200521 yr 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 formatWindows 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:00000001Use everything in green and delete either the blue stuff or the purple stuff according to your taste.
June 22, 200521 yr 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