Ili preko registrija, prvo odradi back-up pa onda odradi sve ovo.
Code:
Windows Registry Editor Version 5.00
;Disable Security Center
;Disable Anti-virus Notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000000
;Disable Firewall Notifications
"FirewallDisableNotify"=dword:00000000
;Disable Automatic Updates Notifications
"UpdatesDisableNotify"=dword:00000000
;Override Antivirus
"AntiVirusOverride"=dword:00000001
;Override Windows Firewall
"FirewallOverride"=dword:00000000
;Disable Security Center
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000002
Code:
Windows Registry Editor Version 5.00
;Disable Security center
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000001
"AntiVirusOverride"=dword:00000001
"FirewallDisableNotify"=dword:00000001
"FirewallOverride"=dword:00000001
"FirstRunDisabled"=dword:00000001
"UpdatesDisableNotify"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000004