Review System
The Integration and Deployment of SP2 under Windows XP.

This tutorial explains how to directly integrate Service Pack 2 into a bootable Windows XP CD. By installing your operating system on a new computer with this modified CD you will already have an up to date system. This tutorial will also talk about network deployments of Service Pack 2.

The Integration and Deployment of SP2 under Windows XP.

August 17th, 2004 - 06:00 pm ET by Duke-GNT
  1. 1 - Introduction
  2. 2 - Preparation
  3. 3 - Integration.
  4. 4 - Integration - end
  5. 5 - Burning
  6. 6 - Preparation for a network deployment
  7. 7 - Personalisation of the Security Center

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:

 

Image


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
Page 7 / 7 « previous page Post a comment
Previous review Next review
Installation of Poledit under Windows 2000 / XP Install a DHCP server on Windows 2000 Server