Jump to content

How to turn of security center using winnt.sif


Recommended Posts

My winnt.sif file contain's the following line

[WindowsFirewall]Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode = 0

this turns the firewall option to off but the security center alert's me that your filrewall is turned off, now how to set off Security Center pop up in windows xp sp2 on an unattended installation so that it won't alert me while i log in.

thanks

Edited by rajunix
Link to comment
Share on other sites


Here is my winnt.sif windows firewall configuration.

[WindowsFirewall]
Profiles = WindowsFirewall.Domain

[WindowsFirewall.Domain]
Type = 3
Mode = 1
Exceptions = 1
Notifications = 0
Services = WindowsFirewall.FileandPrinterSharing
PortOpenings = WindowsFirewall.RealVNC

[WindowsFirewall.FileandPrinterSharing]
Type = 0
Mode = 1
Scope = 1

[WindowsFirewall.RealVNC]
Protocol = 6
Port = 5900
Name = RealVNC
Mode = 1
Scope = 1

In my WindowsFirewall.Domain you may notice notifications = 0

By default this vaule is 1, which enables notifcations

Under the same heading Type options has 3 possible values.

0 specifies a domain type of profile

1 specifies a standard type of profile

3 specifies both domain and standard profiles.

I have used a vaule of 3 so the settings under the WindowsFirewall.Domain effect both workgroup computers and domain PCs created with my unattended install.

This information is available in the ref.chm file that comes in the XP SP2 Deploy Tools (KB838080)

Hope this helps.

Edited by Sinistrality
Link to comment
Share on other sites

  • 1 month later...

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