It's not often that I post about windows
So for my first post on the subject I thought I'd post this,
mostly taken from my website.
I'm going to trust you understand the registry, the use of .reg files and the possible consequences of your actions.
Disabling Services:
Quote:
|
Originally Posted by disable-services.reg
Windows Registry Editor Version 5.00
;--------------------------------------------------------------------------------
; EQUK WINDOWS XP TWEAKS
;--------------------------------------------------------------------------------
;Alerter
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Alerter]
"Start"=dword:00000004
;Automatic Updates
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\wuauserv]
"Start"=dword:00000004
;Background Intelligent Transfer Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\BITS]
"Start"=dword:00000004
;ClipBook
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ClipSrv]
"Start"=dword:00000004
;Help and Support Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\helpsvc]
"Start"=dword:00000004
;ICF/ICS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SharedAccess]
"Start"=dword:00000004
;IMAPI CD-Burning Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ImapiService]
"Start"=dword:00000004
;Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\CiSvc]
"Start"=dword:00000004
;IPSEC
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\PolicyAgent]
"Start"=dword:00000003
;Messenger Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Messenger]
"Start"=dword:00000004
;NVIDIA Helper Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\NVSvc]
"Start"=dword:00000004
;Performance Logs & Alerts
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SysmonLog]
"Start"=dword:00000004
;Remote Desktop Help Session Manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RDSessMgr]
"Start"=dword:00000004
;Remote Registry Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RemoteRegistry]
"Start"=dword:00000004
;Routing and Remote Access
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RemoteAccess]
"Start"=dword:00000004
;SSDP Discovery Service (Universal Plug'n'Play)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\SSDPSRV]
"Start"=dword:00000004
;System Restore
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\srservice]
"Start"=dword:00000004
;TCP/IP Helper
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\LmHosts]
"Start"=dword:00000004
;Universal Plug'n'Play Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\upnphost]
"Start"=dword:00000004
;UPS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\UPS]
"Start"=dword:00000004
;Windows Time Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time]
"Start"=dword:00000004
;Wireless Zero Configuration
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\WZCSVC]
"Start"=dword:00000004
|
System Tweaks:
Quote:
|
Originally Posted by system-tweaks.reg
Windows Registry Editor Version 5.00
;--------------------------------------------------------------------------------
; EQUK WINDOWS XP TWEAKS
;--------------------------------------------------------------------------------
;Speed up opening of My Computer and Explorer
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\stisvc]
"Start"=dword:00000004
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
"NoNetCrawling"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\Explorer]
"NoRemoteRecursiveEvents"=dword:00000001
;Optimize the Windows Server Service (1=minimise memory, 2=balance, 3=max netw. throughput)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanserver\parameters]
"Size"=dword:00000002
;Force Windows to Unload DLLs from Memory
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\AlwaysUnloadDLL]
"Default"="1"
;Enable UDMA-66 Support (WARNING: Newer MOBOs only, intel chipsets)
;Speeds up drives
;[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000]
;"EnableUDMA66"=dword:00000001
|
Networking Tweaks:
Quote:
|
Originally Posted by network-tweaks.reg
Windows Registry Editor Version 5.00
;--------------------------------------------------------------------------------
; EQUK WINDOWS XP TWEAKS
;--------------------------------------------------------------------------------
;Speedup network logon/boot
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\policies\system]
"SynchronousMachineGroupPolicy"=dword:00000000
"SynchronousUserGroupPolicy"=dword:00000000
;Speed up the internet by improving DNS resolution
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
|
Security Tweaks:
Quote:
|
Originally Posted by sec-tweaks.reg
Windows Registry Editor Version 5.00
;--------------------------------------------------------------------------------
; EQUK WINDOWS XP TWEAKS
;--------------------------------------------------------------------------------
;Disable Admin Shares
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanserver\parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanworkstation\parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000
;Restrict anonymous access
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa]
"restrictanonymous"=dword:00000002
;Set Maxcached Sockets 0
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"MaxCachedSockets"=dword:00000000
;Disable SMB
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\NetBT\Parameters]
"SmbDeviceEnabled"=dword:00000000
;--------------------------------------------------------------------------------
; MANUAL TWEAKS
;--------------------------------------------------------------------------------
;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc
;Value: DCOM Protocols
;Remove ncacn_ip_tcp
;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servi ces\LanManServer\Parameters\NullSession Pipes\
;NullSessionPipes > Delete all value data INSIDE this key
;NullSessionShares > Delete all value data INSIDE this key
|
I normally use these reg files after installing from a custom slipstreamed XP SP2 Disc (with firewall, win update & sec centre removed).
You will notice on the system tweaks the UDMA for intel is commented, this is for people who have different chipsets. Just uncomment for intel chipsets.
The files can be downloaded from my site:
disable-services.reg
sec-tweaks.reg
network-tweaks.reg
system-tweaks.reg