D/ Personalisation of the Security Centre
This service is integrated into Service Pack 2 and allows you to manage the firewall, the antivirus and the Windows updates from a centralised location:
It is more or less possible to personalise this security centre with the help of some registry modifications:
The following changes correspond to .reg files with their locations fully listed.
These modifications can be integrated into the installation via the cmdlines.txt file and the help of the following command:
“REGEDIT /S MODIF.REG”
It is also possible to enter this command in the [GuiRunOnce] section of the answer file (this will require an additional reboot).
Deactivation of the notification bubbles in the Security Centre:
Windows Registry Editor Version 5.00
Deactivate the antivirus notification bubbles
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000001;Deactivate the notifications for the firewall [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirewallDisableNotify"=dword:00000001
Deactivate the automatic update bubbles
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"UpdatesDisableNotify"=dword:00000001
In the event that the use of the firewall and / or an antivirus isn’t detected in the security centre, these registry changes stop the following:
Windows Registry Editor 5.00
Ignore the Antivirus
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusOverride"=dword:00000001
Ignore the firewall
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirewallOverride"=dword:00000001
To deactivate the Security Centre :
Windows Registry Editor 5.00
Deactivate the Security Centre service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000004
To prevent the limitation of the number of connections blocked on TCP ports:
Windows Registry Editor Version 5.00
Open an unlimited number of TCP ports
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\parameters]
"TcpNumConnections"=dword:FFFFFE
E/ Summary and links
Two methods for users have been shown
Integration
Network Deployment
We have also looked at loading links and the silent installation and personalization of the security centre.
Good luck with your deployments.
Official site of SP2:
http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx
Silent Installation:
http://unattended.msfn.org/xp/sp2changes.htm