As mentioned here
Changes in Windows XP SP2 Unattended
I have figured out why the entry doesnt workin the [IEPopupBlocker] section. Even the current ref.chm (Help File)that comes with the Windows XP SP2 Deployment Tools has an error.
You need to specify (HTTP) or (HTTPS) before hostname.
Add these [NEW SP2] entries (in the supplied format) in your WINNT.SIF file to successfully customise your XP install.
[IEHardening]
LocalIntranetSites = http://localhost
TrustedSites = http://msfn.org;http...tp://google.com
[IEPopupBlocker]
AllowedSites = http://msfn.org;http....microsoft.com;
BlockPopups = Yes
FilterLevel = Medium
ShowInformationBar = Yes
[SystemRestore]
CheckpointCalendarFrequency = 2
CheckpointSessionFrequency = 10
MaximumDataStorePercentOfDisk = 25
RestorePointLife = 10
[Branding]
BrandIEUsingUnattended = Yes
[FavoritesEx]
Title1 = Smartwayz.url
URL1 = http://www.smartwayz.com/
Title2 = MSFN.url
URL2 = http://msfn.org
-end script
Hope this helps!
Pete



Help
Back to top









