Jump to content

Recommended Posts

Posted

I know it has been asked before, but the windows firewall thread is making me angry .. :realmad:

Alright I was able to disable the Windows XP firewall in my unattend.txt windows XP sp2 installation.

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]  
Mode = 0

My problem is when the first time the administrator autologon, I still have the annoying security warning.

Samething for the Antivirus.

How can I disable those 2 security messages.

thanks

John


Posted

Try this in a reg file

;-----  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

I think this is in the sticky "reg tweaks" I can't remember for sure

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...