Windows XP: The Complete Guide !

Improve your knowledge | Tips | Tricks | Downloads | and more !

REGISTRY TWEAKS - SP2  

BASIC REGISTRY RULE: Any changes made to the registry file are crucial to the running of Windows and if damaged or misconfigured, could cause severe problems. Follow Microsfot's recommended instructions to "BackUP" all important data first. It's recommended to save the backup on a CD, DVD or seperate HD due to the size factor (large)

Code:
http://search.microsoft.com/search/results.aspx?st=b&na=88&View=en-us&qu=backup

This option is not installed in Windows XP Home Edition. To install you will need the XP Home CDRom. Navigate to %CDROM%\VALUEADD\MSFT\NTBACKUP\. Look for Ntbackup.msi and double-click it to execute the install wizard.
WARNING: editing the registry can be dangerous if you don't know what you're doing, make sure to USE YOUR HEAD, if you removed something you didn't want to, don't worry, just use the back up in this program
  1. Code:
    ; Disable Anti-Virus Notifications
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
    "AntiVirusDisableNotify"=dword:00000001

  2. Code:
    ; Disable Firewall Notifications
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
    "FirewallDisableNotify"=dword:00000001

  3. Code:
    ; Disable Information Bar Prompt in Internet Explorer
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar]
    "FirstTime"=dword:00000000

  4. Code:
    ; Disable Popup For Running Files You Download From Internet
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
    "CheckExeSignatures"="no"
    "RunInvalidSignatures"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "SaveZoneInformation"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]
    "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.ht ml;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"

  5. Code:
    ; Disable Searching Windows Update For Drivers (New HW Detected)
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching]
    "DontSearchWindowsUpdate"=dword:00000001
    "DontPromptForWindowsUpdate"=dword:00000001

  6. Code:
    ; Disable Security Center (Red Shield Thing)
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
    "AntiVirusDisableNotify"=dword:00000001
    "AntiVirusOverride"=dword:00000001
    "FirewallDisableNotify"=dword:00000001
    "FirewallOverride"=dword:00000001
    "FirstRunDisabled"=dword:00000001
    "UpdatesDisableNotify"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
    "Start"=dword:00000004

  7. Code:
    ; Override Anti-Virus
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
    "AntiVirusOverride"=dword:00000001

  8. Code:
    ; Override Windows Firewall
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
    "FirewallOverride"=dword:00000001

  9. Code:
    ; Remove Display Of Zone Infomation In File Properties
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
    "HideZoneInfoOnProperties"=dword:00000001


RESULTS WILL VARY
No matter how good your systems may be, they're only as effective as what you put into them.

Related Posts



AddThis Social Bookmark Button

0 comments

Post a Comment