Windows Registry Editor Version 5.00 ;-------------------------------------------------------------------------------------------------- ;======================================== ; \\\\\\\\\\\\\\ Logon ////////////// ;======================================== ;-------------------------------------------------------------------------------------------------- ;Delete Special Accounts [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts] ;-------------------------------------------------------------------------------------------------- ;============================================ ; \\\\\\\\\\\\\\ Services ////////////// ;============================================ ; Note: Change the values to set the services to automatic, manual or disable ; 00000002 = Automatic ; 00000003 = Manual ; 00000004 = Disabled ;---------------------------------------------------------------------------------------- ; ======================================================= ; THE FOLLOWING SERVICES WERE ORIGINALLY SET TO AUTOMATIC ; NOW THEY ARE EITHER DISABLED OR SET TO MANUAL ; ======================================================= ;---------------------------------------------------------------------------------------- ; COM+ Event System [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventSystem] "Start"=dword:00000003 ;---------------------------------------------------------------------------------------- ; Cryptographic Services [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc] "Start"=dword:00000003 ;---------------------------------------------------------------------------------------- ; Distributed Link Tracking Client [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrkWks] "Start"=dword:00000003 ;---------------------------------------------------------------------------------------- ; Distributed Transaction Coordinator [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; DNS Client [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Error Reporting Service [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\ERSvc] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; IPSEC Services [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent] "Start"=dword:00000003 ;---------------------------------------------------------------------------------------- ; Performance Logs and Alerts [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Remote Registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Themes [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes] "Start"=dword:00000003 ;---------------------------------------------------------------------------------------- ; Windows Image Acquisition (WIA) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc] "Start"=dword:00000003 ;---------------------------------------------------------------------------------------- ; ==================================================== ; THE FOLLOWING SERVICES WERE ORIGINALLY SET TO MANUAL ; NOW THEY ARE SET TO DISABLED ; ==================================================== ;---------------------------------------------------------------------------------------- ;---------------------------------------------------------------------------------------- ; Distributed File System (Server 2003) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dfs] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; File Replication (Server 2003) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Microsoft Software Shadow Copy Provider [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SwPrv] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; NT LM Security Support Provider [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtLmSsp] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Portable Media Serial Number Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSN] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Resultant Set of Policy Provider (Server 2003) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RSoPProv] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Special Administration Console Helper (Server 2003) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sacsvr] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; Volume Shadow Copy [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; WinHTTP Web Proxy Auto-Discovery Service (Server 2003) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; WMI Performance Adapter [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApSrv] "Start"=dword:00000004 ;---------------------------------------------------------------------------------------- ; ======================================================= ; STOP CTFMON.EXE LOADING AT STARTUP - THIS PROGRAM IS A ; COMPLETE MYSTERY - THIS FILE IS DELETED IN THIS EDITION ; OF WINDOWS BECAUSE EVEN THOUGH YOU DELETE THE RUN ENTRY ; IN THE REGISTRY, THE PROGRAM CTFMON.EXE STILL STARTS UP ; ======================================================= [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "ctfmon.exe"=- ;-------------------------------------------------------------------------------------------------- ;===================================================== ; \\\\\\\\\\\\\\ System Performance ////////////// ;===================================================== ;------------------------------------------------------------------------------ ;Speed up opening of My Computer and Explorer [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc] "Start"=dword:00000002 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "NoNetCrawling"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRemoteRecursiveEvents"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Disable kernel paging; ;Optimize Core System Performance [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "DisablePagingExecutive"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Multiple Explorer Processes meaning its more stable [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "DesktopProcess"=dword:00000001 ;------------------------------------------------------------------------------------------------- ;Disable the NTFS Last Access Time Stamp ;(speeds up viewing folders in ntfs) ;(00000000 = disabled, 00000001 = enabled) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Show Run in Separate Memory Space Option to run 16 bit programs in VDM ;(00000000 = disabled, 00000001 = enabled) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "MemCheckBoxInRunDlg"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "MemCheckBoxInRunDlg"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Opens 16-bit apps in a separate memory space ;This increases stability when dealing with 16-bit apps. ;(No = disabled, Yes = enabled) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW] "DefaultSeparateVDM"="Yes" ;-------------------------------------------------------------------------------------------------- ;====================================================== ; \\\\\\\\\\\\\\ General Customation ////////////// ;====================================================== ;-------------------------------------------------------------------------------------------------- ;Allow renaming and removing of Recycle Bin [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] "Attributes"=hex:70,10,00,20 "CallForAttributes"=dword:00000040 ;-------------------------------------------------------------------------------------------------- ;Brand IE explorer title bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Window Title"="IE7" ;-------------------------------------------------------------------------------------------------- ;Removes More Themes Online..." option in the Themes dropdown box [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DownloadSites] ;-------------------------------------------------------------------------------------------------- ;=================================================== ; \\\\\\\\\\\\\\ General settings ////////////// ;=================================================== ;-------------------------------------------------------------------------------------------------- ;Disable Tracking of Broken Shortcut Links [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoResolveTrack"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Change the Clock to 24 Hour time format [HKEY_CURRENT_USER\Control Panel\International] "iTime"="1" "iTLZero"="0" "sTime"=":" "sTimeFormat"="H:mm:ss" "iTimePrefix"="0" ;-------------------------------------------------------------------------------------------------- ;Keyboard Num-Lock on [HKEY_CURRENT_USER\Control Panel\Keyboard] "InitialKeyboardIndicators"="2" ;-------------------------------------------------------------------------------------------------- ;Disable Sticky Keys (Popups up when pressing shift for some time, accessibility) [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="506" ;-------------------------------------------------------------------------------------------------- ;Disable Filter keys (Popups up when pressing shift for some time, accessibility) [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] "Flags"="122" ;-------------------------------------------------------------------------------------------------- ;Disable Toggle Keys (Popups up when pressing shift for some time, accessibility) [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys] "Flags"="58" ;-------------------------------------------------------------------------------------------------- ;Windows will tell you exactly what it is doing when it is shutting down or is booting [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "verbosestatus"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Change Default Search Options (1 = ON, 0 = OFF) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "SearchSystemDirs"=dword:00000001 "SearchHidden"=dword:00000001 "IncludeSubFolders"=dword:00000001 "CaseSensitive"=dword:00000000 "SearchSlowFiles"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Enable Classic Search [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPath"=dword:00000001 "FullPathAddress"=dword:00000001 "Use Search Asst"="Yes" "Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00 ;-------------------------------------------------------------------------------------------------- ;Disable "Search Dog" and use advanced search [HKEY_CURRENT_USER\Software\Microsoft\Search Assistant] "Actor"="" "SocialUI"=dword:00000000 "UsageCount"=dword:00000000 "UseAdvancedSearchAlways"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Search All File Types [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex] "FilterFilesWithUnknownExtensions"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Typing Long File Names In DOS [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor] "CompletionChar"=dword:00000009 ;-------------------------------------------------------------------------------------------------- ;Disable Windows Tour [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Show Detailed Info in Device Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment] "DEVMGR_SHOW_DETAILS"=dword:00000001 "DEVMGR_SHOW_NONPRESENT_DEVICES"="1" ;-------------------------------------------------------------------------------------------------- ;Places shortcut to Scanner or Camera on your desktop when you connect it with the USB cable [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{E211B736-43FD-11D1-9EFB-0000F8757FCD}] @="Scanners & Cameras" ;-------------------------------------------------------------------------------------------------- ;Disable Windows File Protection [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCSetting"=dword:ffffff9d "SFCDisable"=dword:ffffff9d ;-------------------------------------------------------------------------------------------------- ;Disable Built in Windows CD Burning [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoCDBurning"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Remove Alexa Spyware (comes built in Windows by default) Tweak not required for XP SP2 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}] ;-------------------------------------------------------------------------------------------------- ;Recycle Bin Uses 3% of Available Space Rather than 10% [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "Percent"=dword:00000003 ;-------------------------------------------------------------------------------------------------- ;Don't Group Similar Taskbar Buttons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Disable Automatic Hiding of Inactive Tray Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Stop Applcations from stealing the focus with pop ups [HKEY_CURRENT_USER\Control Panel\desktop] "ForegroundLockTimeout"=dword:00030d40 "ForegroundFlashCount"=dword:00000003 ;-------------------------------------------------------------------------------------------------- ;Unlock taskbar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarSizeMove"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Control Panel Classic View [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001 ;------------------------------------------------------------------------------------------------- ;Details View for Explorer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams] "Settings"=hex:09,00,00,00,04,00,00,00,00,00,00,00,00,77,7e,13,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,06,00,00,00,43,00,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=hex:1c,00,00,00,03,00,00,00,00,00,00,\ 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\ 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,78,00,\ 96,00,60,00,60,00,78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,05,\ 00,00,00,ff,ff,ff,ff,cf,f3,a8,b0,33,43,ab,4b,88,73,1c,cb,1c,ad,a4,8b,30,f1,\ 25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,04,00,00,00 "{F3364BA0-65B9-11CE-A9BA-00AA004AE837}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\ 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\ 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,b4,00,\ 60,00,78,00,78,00,3c,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,06,\ 00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ;-------------------------------------------------------------------------------------------------- ;Display drive letters ;0 = windows default ;1 = only network drive's letters shown. ;2 = no drive letters shown ;4 = all drive letters shown [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "ShowDriveLettersFirst"=dword:00000004 ;-------------------------------------------------------------------------------------------------- ;Show file extensions [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "HideFileExt"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Show protected operating system files [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden] "DefaultValue"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSuperHidden"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Show Hidden Files and Folders [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Display contents of system folders and C:\ (protected folder) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "WebViewBarricade"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Show Windows classic folders [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView] "DefaultValue"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Cache more Icons [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "Max Cached Icons"="4096" ;-------------------------------------------------------------------------------------------------- ;Display High Color Icons ;4 - 16 colors ;8 - 256 colors ;16 - 65536 colors ;24 - 16.7 million colors [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "Shell Icon BPP"="24" ;-------------------------------------------------------------------------------------------------- ;Improve Thumbnail Quality [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "ThumbnailQuality"=dword:00000064 ;-------------------------------------------------------------------------------------------------- ;====================================================== ; \\\\\\\\\\\\\\ Start menu & Taskbar ////////////// ;====================================================== ;-------------------------------------------------------------------------------------------------- ;Start menu Items: Hide/Show/Cascade. ;dword:00000000= Don't display ;dword:00000001= Display as a link (Default) ;dword:00000002= Display as a menu (Cascade) ;-------------------------------------------------------------------------------------------------- ;Show My Computer [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowMyComputer"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Show My Documents [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowMyDocs"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Show My Pictures [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowMyPics"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Show Run Command [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "Start_ShowRun"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Change MenuShowDelay (Start Menu load speed) [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="2" ;-------------------------------------------------------------------------------------------------- ;Disable Highlighting New Programs on Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_NotifyNewApps"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Sort Start Menu and Favorites in Alphabetical Order [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu] [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites] ;-------------------------------------------------------------------------------------------------- ;==================================================== ; \\\\\\\\\\\\\\ Internet Explorer ////////////// ;==================================================== ;Max your Internet Explorer's simultaneous downloads to 10 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a ;-------------------------------------------------------------------------------------------------- ;Max your Internet Explorer's simultaneous downloads to 50 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000032 ; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; *You Can Use This Batch Instead* ; ; @ECHO OFF ; IF EXIST %SYSTEMDRIVE%\SYSTEM32\CMDOW.EXE CMDOW @ /HID ; IF EXIST "%USERPROFILE%\FAVORITES\LINKS" RD /S /Q "%USERPROFILE%\FAVORITES\LINKS" ; ; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ;-------------------------------------------------------------------------------------------------- ;Make IE address bar search like Mozilla [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl] @="http://www.google.com/keyword/%s" "provider"="gogl" " "="+" "&"="%26" "+"="%2B" "#"="%23" "?"="%3F" ;-------------------------------------------------------------------------------------------------- ;Add Google As Main/default Search Page [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Use Search Asst"="no" "Search Page"="http://www.google.com" "Search Bar"="http://www.google.com/ie_rsearch.html" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL] @="http://www.google.com/keyword/%s" "provider"="gogl" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search] "SearchAssistant"="http://www.google.com/ie_rsearch.html" ;-------------------------------------------------------------------------------------------------- ;Disable Internet Explorer "Send information to the Internet" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "1601"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Disable Internet Explorer Auto-Complete prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms] "AskUser"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Disable Internet Explorer Cookie "Privacy Icon" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "PrivDiscUiShown"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Add Government and Military to auto url searches [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\UrlTemplate] "5"="www.%s.gov" "6"="www.%s.mil" ;-------------------------------------------------------------------------------------------------- ;Remove Norton Antivirus from IE Toolbar List [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] "{42CDD1BF-3FFB-4238-8AD1-7859DF00B1D6}"=- ;-------------------------------------------------------------------------------------------------- ;Disable persistent internet caching, among other things [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache] "Persistent"=hex:00,00,00,00 "FreshnessInterval"=hex:80,f4,03,00 "CleanupFactor"=hex:19,00,00,00 "CleanupTime"=hex:00,00,00,00 "CleanupInterval"=hex:80,51,01,00 "DebugFlag"=hex:ff,ff,00,00 ;-------------------------------------------------------------------------------------------------- ;Set auto complete to full on [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] "AutoSuggest"="yes" "Append Completion"="yes" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Use FormSuggest"="yes" "FormSuggest Passwords"="yes" "FormSuggest PW Ask"="yes" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows] "PopupMgr"="yes" ;-------------------------------------------------------------------------------------------------- ;skips the Internet Connection Wizard (which comes the first time you start IE6) [HKEY_CURRENT_USER\Software\Microsoft\Internet Connection Wizard] "Completed"=hex:01,00,00,00 "DesktopChanged"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enable Internet Explorer Status Bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StatusBarWeb"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Show Statusbar in all windows [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StatusBarOther"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Always expand ALT text for images [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Expand Alt Text"="yes" ;-------------------------------------------------------------------------------------------------- ;Automatically check for internet updates - disabled [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NoUpdateCheck"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Do not display a notification about every script error [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Error Dlg Displayed On Every Error"="no" ;-------------------------------------------------------------------------------------------------- ;Enable page transitions [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Page_Transitions"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enable personalized favourites menu [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "FavIntelliMenus"="NO" ;-------------------------------------------------------------------------------------------------- ;Enable third party browser extensions [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Enable Browser Extensions"="yes" ;-------------------------------------------------------------------------------------------------- ;Enable visual styles on buttons and controls in web pages [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "UseThemes"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Force offscreen compositing even under terminal server [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Force Offscreen Composition"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Notify when add-ons disabled [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NotifyControlDisable"="yes" ;-------------------------------------------------------------------------------------------------- ;Do not reuse windows for launching shortcuts [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AllowWindowReuse"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Show GO button in address bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "ShowGoButton"="yes" ;-------------------------------------------------------------------------------------------------- ;Underline links [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Anchor Underline"="yes" ;-------------------------------------------------------------------------------------------------- ;Use Smooth Scrolling [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "SmoothScroll"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Display java applets blocked dialog [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "DisplayJavaHardeningDlg"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enable automatic image resizing [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Enable AutoImageResize"="yes" ;-------------------------------------------------------------------------------------------------- ;Enable image toolbar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Enable_MyPics_Hoverbar"="yes" ;-------------------------------------------------------------------------------------------------- ; Show image download placeholders [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Show image placeholders"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Show pictures [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Display Inline Images"="yes" ;-------------------------------------------------------------------------------------------------- ;Advanced tab settings (set for fast-browsing) [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Show_ChannelBand"="No" "Cache_Update_Frequency"="Once_Per_Session" "Show_StatusBar"="yes" "Show_ToolBar"="yes" "Show_URLinStatusBar"="yes" "Show_URLToolBar"="yes" "Start Page"="about:blank" "Use_DlgBox_Colors"="yes" "FullScreen"="no" "Show_FullURL"="no" "ShowedCheckBrowser"="Yes" "Check_Associations"="No" ;-------------------------------------------------------------------------------------------------- ;Use http 1.1 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "EnableHttp1_1"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Use http 1.1 through proxy settings [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyHttp1.1"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;check for server certificate revocation [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "CertificateRevocation"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Do not save encrypted pages to disk [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "DisableCachingOfSSLPages"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enable integrated windows authentication [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "EnableNegotiate"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Use SSL 2.0 (Checked) + SSL 3.0 (Checked) + TSL 1.0 (unchecked) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "SecureProtocols"=dword:00000028 ;-------------------------------------------------------------------------------------------------- ;Warn about invalid site certificates [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "WarnonBadCertRecving"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Warn if changing between secure and insecure mode [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "WarnonZoneCrossing"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Always send URL as UTF-8 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "URLEncoding"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;disable FTP folder view (for faster browsing) [HKEY_CURRENT_USER\Software\Microsoft\Ftp] "Use Web Based FTP"="yes" ;-------------------------------------------------------------------------------------------------- ;Use passive FTP (for firewall and DSL modem compatibility, and for compatibility with older FTP servers) [HKEY_CURRENT_USER\Software\Microsoft\Ftp] "Use PASV"="yes" ;-------------------------------------------------------------------------------------------------- ;Show friendly/Full URL [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer] "Show_FullURL"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Smart image dithering [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer] "SmartDithering"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enable offline items to be synchronized on a schedule [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Webcheck] "NoScheduledUpdates"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Check for publisher's certificate revocation [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing] "State"=dword:00023c00 ;-------------------------------------------------------------------------------------------------- ;Prevent IE from popping-up "this page requires these components to display correctly" for MS and 3rd party apps [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions] "NoJITSetup"=dword:00000001 "NoWebJITSetup"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Makes the Always ask before opening this type of file check box on the on the Safe Open File dialog ;box unavailable so that it is always selected. [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Restrictions] "AlwaysPromptWhenDownload"=dword:00000001 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions] "AlwaysPromptWhenDownload"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Dis-allow spying by web-sites [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\ProtocolDefaults] "about"=dword:00000004 ;-------------------------------------------------------------------------------------------------- ;IE toolbar layout (small icons, no text) [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar] "ShowDiscussionButton"="no" ;-------------------------------------------------------------------------------------------------- ;Unlock the toolbars [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar] "Locked"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;================================================== ; \\\\\\\\\\\\\\ Outlook Express ////////////// ;================================================== ;-------------------------------------------------------------------------------------------------- ;Do Not Start MS-Messenger with Outlook Express [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express] "Hide Messenger"=dword:00000002 ;-------------------------------------------------------------------------------------------------- ;Fixes slowdown problem starting Outlook Express when you delete Windows Messenger, and it disables the splash screen [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32] "ThreadingModel"="Apartment" @="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32] "ThreadingModel"="Apartment" @="" ;-------------------------------------------------------------------------------------------------- ;Unbundle Windows Messenger from Outlook Express [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express] "Hide Messenger"=dword:00000002 ;-------------------------------------------------------------------------------------------------- ;Control the Ability to Use HTTP Mail in Outlook Express [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express] "HTTP Mail Enabled"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;================================================ ; \\\\\\\\\\\\\\ Context Menus ////////////// ;================================================ ;-------------------------------------------------------------------------------------------------- ;Adds MSCONFIG to right click on My Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig] @="MSCONFIG" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command] @="msconfig.exe" ;-------------------------------------------------------------------------------------------------- ;Adds Services to right click on My Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;-------------------------------------------------------------------------------------------------- ;Adds "Edit Registry" to the right-click menu of My Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Edit Registry] [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Edit Registry\command] @="regedit.exe" ;-------------------------------------------------------------------------------------------------- ;Show Encryption Commands on the Shortcut Menu [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EncryptionContextMenu"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Makes a right click option for unknown files (Open with notepad) [HKEY_CLASSES_ROOT\*\shell] @="\"notepad.exe %1\"" [HKEY_CLASSES_ROOT\*\shell\open] @="Open &With Notepad" [HKEY_CLASSES_ROOT\*\shell\open\command] @="notepad.exe %1" ;-------------------------------------------------------------------------------------------------- ;Removes NVIDIA desktop context menu for digital displays [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\NvCplDesktopContext] ;-------------------------------------------------------------------------------------------------- ;Add register / unregister to the context menu for .dll files [HKEY_CLASSES_ROOT\.dll] "Content Type"="application/x-msdownload" @="dllfile" [HKEY_CLASSES_ROOT\dllfile] @="Application Extension" [HKEY_CLASSES_ROOT\dllfile\Shell\Register\command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command] @="regsvr32.exe /u \"%1\"" ;-------------------------------------------------------------------------------------------------- ;Add register / unregister to the context menu for .ocx files [HKEY_CLASSES_ROOT\.ocx] @="ocxfile" [HKEY_CLASSES_ROOT\ocxfile] @="OCX" [HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister\command] @="regsvr32.exe /u \"%1\"" ;-------------------------------------------------------------------------------------------------- ;Right-click any drive to close the tray of the optical drive (Requires CDR.exe in system32) [HKEY_CLASSES_ROOT\Drive\shell\draw] @="Close CD-&tray" [HKEY_CLASSES_ROOT\Drive\shell\draw\command] @="cdr.exe close ALL" ;-------------------------------------------------------------------------------------------------- ;All items have an "edit.." on right-click sending to notepad [HKEY_CLASSES_ROOT\*\shell\open] @="Edit.." [HKEY_CLASSES_ROOT\*\shell\open\command] @="notepad.exe %1" ;-------------------------------------------------------------------------------------------------- ;This adds an option in the right-click (context) menu to open any folder on your computer in a new window. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew] @="Open In New &Window" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew\Command] @="explorer %1" ;-------------------------------------------------------------------------------------------------- ;Open .NFO files with notepad [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList] "a"="NOTEPAD.EXE" "MRUList"="a" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids] "nfo_auto_file"=hex(0): ;-------------------------------------------------------------------------------------------------- ;Disable file association web-service - Bypassing "Browse web for program" to open unknown extension. ;"Open With..." becomes default [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "NoInternetOpenWith"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Add new CMD file to right click>new [HKEY_CLASSES_ROOT\.cmd\ShellNew] "NullFile"="" ;-------------------------------------------------------------------------------------------------- ;========================================================= ; \\\\\\\\\\\\\\ XP Service Pack 2 Only ////////////// ;========================================================= ;-------------------------------------------------------------------------------------------------- ;Gets rid of annoying 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;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;" ;-------------------------------------------------------------------------------------------------- ;Disable Firewall Notifications [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "FirewallDisableNotify"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Disable Automatic Updates Notifications [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "UpdatesDisableNotify"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;================================================ ; \\\\\\\\\\\\\\ Other Software ////////////// ;================================================ ;++++++++++++++ ; MSN ;++++++++++++++ ;MSN Messenger: Disables - Auto Busy & Away & Disables the annoying MSN Today On Logon [HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger] "EnableBusyDetect"=dword:00000000 "EnableIdleDetect"=dword:00000000 "AppSettings"=hex:22,02,00,00 ;-------------------------------------------------------------------------------------------------- ;Disable balloon - Add your passport to XP messenger [HKEY_CURRENT_USER\Software\Microsoft\MessengerService] "PassportBalloon"=hex:0a,00,00,00 ;-------------------------------------------------------------------------------------------------- ;Removes Sign up with Passport Wizard when trying to sign in Windows Messenger [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] "RegistrationCompleted"=dword:00000001 ;+++++++++++++++++++++++++++ ;\\\\\\\ Notepad /////// ;+++++++++++++++++++++++++++ ;Notepad saves page setup and window positions [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fSavePageSettings"=dword:00000001 "fSaveWindowPositions"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enable status bar in notepad [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "StatusBar"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enable word wrap [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fWrap"=dword:00000001 ;++++++++++++++++++++++++ ;\\\\\\\ NERO /////// ;++++++++++++++++++++++++ ;Show the real CD-recording speed in Nero (example: 21.6x writing speed) [HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder] "ShowSingleRecorderSpeed"=dword:00000001 ;+++++++++++++++++++++++++ ;\\\\\ PLEXTOOLS ///// ;+++++++++++++++++++++++++ ;Allows installing PlexTools Upgrade as full version [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Juxtaposition] @="11111111" "Parameter"="11111111" ;+++++++++++++++++++++++ ;\\\\ MESSENGER //// ;+++++++++++++++++++++++ ; Don't let Windows Messenger load involuntarily at every boot-up [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client] "PreventAutoRun"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ; Prevent new ads being downloaded every 6 minutes in windows messenger [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MessengerService\Policies] "DisableCrossPromo"=hex:80 ;-------------------------------------------------------------------------------------------------- ;Unbundle Windows Messenger from Outlook 2003 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\InstantMessaging] "ForceDisableIM"=dword:00000001 ;+++++++++++++++++++++++ ;\\\ OFFICE 2003 /// ;+++++++++++++++++++++++ ;Gets rid of tray icon for taking survey (office 2k3) [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\Internet] "UseOnlineContent"=dword:00000002 [HKEY_CURRENT_USER\Software\Microsoft\Office\Common] "QMEnable"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Enables Live Scrolling in Microsoft Word [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Options] "LiveScrolling"="1" [HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Word\Options] "LiveScrolling"="1" [HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Word\Options] "LiveScrolling"="1" ;-------------------------------------------------------------------------------------------------- ;Get rid of 'EULA' dialog for MS-PowerPoint Viewer 2003 [HKEY_CURRENT_USER\Software\Microsoft\PowerPoint Viewer\11.0] "EULAAccepted"=dword:00000001 ;===================================================== ; \\\\\\\\\\\\ Windows Media Player ////////////// ;===================================================== ;-------------------------------------------------------------------------------------------------- ;Disable Auto Upgrade with Windows Media Player [HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsMediaPlayer] "DisableAutoUpdate"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Windows Media Player - Fit Video To Screen [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "SnapToVideo"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Media Player EULA Auto accept (to prevent first-run on XPSP2) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] "GroupPrivacyAcceptance"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;WMP 9 and 10 Setup [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "AcceptedPrivacyStatement"=dword:00000001 "FirstRun"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Disable Media Player identification (track-back) through Internetsites [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "SendUserGUID"=hex:00 ;----------------------------------------------------------------------------------------------------------------------------- ;Do Not Receive Media Player Licences automatically without prompt [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "SilentAcquisition"=dword:00000000 "UsageTracking"=dword:00000000 "DisableMRU"=dword:00000001 "SaveDRMMusic"=dword:00000000 "LibraryHasBeenRun"=dword:00000001 "FullmodeTaskbar"=dword:00000001 "UpgradeCheckFrequency"=dword:00000002 "StretchToFit"=dword:00000001 "LaunchIndex"=dword:00000003 "Maximized"="0" "ShrinkToFit"=dword:00000000 "ShowEffects"=dword:00000001 "ShowFullScreenPlaylist"=dword:00000000 "NowPlayingQuickHide"=dword:00000000 "ShowTitles"=dword:00000001 "ShowCaptions"=dword:00000001 "TitlebarMouseover"=dword:00000000 "ForceOnline"=dword:00000000 "NowPlayingPlaylist"=dword:00000001 "NowPlayingMetadata"=dword:00000001 "NowPlayingSettings"=dword:00000000 "VizAutoSelect"=dword:00000001 "CurrentDisplayView"="VizView" "CurrentDisplayPreset"=dword:00000000 "CurrentSettingsPreset"=dword:00000000 "CurrentMetadataPreset"=dword:00000000 "UserDisplayView"="VizView" "UserWMPDisplayView"="VizView" "UserWMPSettingsView"="EQView" "UserWMPMetadataView"="MediaInfoView" "UserDisplayPreset"=dword:00000000 "UserWMPDisplayPreset"=dword:00000000 "UserWMPSettingsPreset"=dword:00000000 "UserWMPMetadataPreset"=dword:00000000 "UserWMPShowSettings"=dword:00000000 "UserWMPShowMetadata"=dword:00000000 "CDRecordMP3"=dword:00000001 "CDRecordMode"=dword:00000000 "WMARecordRate"=dword:0000fa00 "WMARecordQuality"=dword:00000000 "MP3RecordRate"=dword:0002ee00 "CDRecordDRM"=dword:00000000 "AutoCopyCD"=dword:00000000 "AutoEjectCD"=dword:00000000 "AutoAddRemovable"=dword:00000000 "AutoAddMusicToLibrary"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Enable DVD in Media Player Value: Yes or No [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings] "EnableDVDUI"="Yes" ;-------------------------------------------------------------------------------------------------- ;Enable MP3 Encoding from right-click while browsing (need WMP9 or higher) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Settings\MP3Encoding] "HighRate"=dword:0004e200 ;=========================================== ; \\\\\\\\\\\\ Multimedia ////////////// ;=========================================== ;-------------------------------------------------------------------------------------------------- ; Disables Preview of Movie file formats (allowing you to move/rename/delete without errors) [-HKEY_CLASSES_ROOT\.avi\ShellEx] [-HKEY_CLASSES_ROOT\.mpg\ShellEx] [-HKEY_CLASSES_ROOT\.mpe\ShellEx] [-HKEY_CLASSES_ROOT\.mpeg\ShellEx] ;-------------------------------------------------------------------------------------------------- ;Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] [-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler] ;-------------------------------------------------------------------------------------------------- ;Show volume icon in the Task Tray [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray] "Services"=dword:0000001f ;-------------------------------------------------------------------------------------------------- ;==================================== ;\\\\\\\\\\ Networking ////////// ;==================================== ;-------------------------------------------------------------------------------------------------- ;Stop caching negative responses [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "MaxNegativeCacheTtl "=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Disable QoS ( does not affect broadband speed) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched] "NonBestEffortLimit"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Show Lan Errors [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\Connections\StatMon] "ShowLanErrors"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Increase Network Throughput [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters] "MaxCmds"=dword:00000064 "MaxThreads"=dword:00000064 "MaxCollectionCount"=dword:00000064 ;-------------------------------------------------------------------------------------------------- ;Increase RPC Packet Size [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc] "MaxRpcSize"=dword:00100000 ;-------------------------------------------------------------------------------------------------- ;Speed Up browsing remote computers (Your Network) [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] ;-------------------------------------------------------------------------------------------------- ;Mount net-drives first, when they are needed [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider] "RestoreConnection"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;============================================ ;\\\\\\\\\\\\\\\ Security /////////////// ;============================================ ;-------------------------------------------------------------------------------------------------- ;Disable Default Hidden Shares - This keeps Windows from creating the Admin$, C$, etc. shares (which are security holes) automatically on start-up. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\parameters] "AutoShareWks"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters] "AutoShareServer"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Fix for DSO Exploit that Spybot complains about [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0] "1004"=dword:00000003 ;-------------------------------------------------------------------------------------------------- ;Removes MSN Messenger From Startup [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "MsnMsgr"=- ;-------------------------------------------------------------------------------------------------- ; Stop MSN Messenger from Running on Windows Startup [HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger] "AppSettings"= hex:22,04,00,00 ;-------------------------------------------------------------------------------------------------- ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; Various Windows 2003 Registry Alterations ; ========================================= ; -------------------------------------------------------------------------------------------------- ; AutoMount drives (External USB drives) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MountMgr] "NoAutoMount"=dword:00000000 ; -------------------------------------------------------------------------------------------------- ; Disable query when copying/moving files from a network drive [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4] @="" "180B"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4] @="" "180B"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Disable hidden administrative shares (via UNC) for local disks [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters] "Autoshareserver"=dword:00000000 "Autosharewks"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Do not show "Windows Server Post Setup Security Updates" nag screen on first boot [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ServerOOBE] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ServerOOBE\SecurityOOBE] "DontLaunchSecurityOOBE"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Disable "Manage Your Server" wizard on Startup [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Setup\Welcome] "srvwiz"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Enable DirectDraw and Direct3D in DirectX Diagnostic Tool (install your graphics card driver to see this change) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw] "EmulationOnly"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Direct3D\Drivers] "SoftwareOnly"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Set Programs so they have priority over background applications [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PriorityControl] "Win32PrioritySeparation"=dword:00000026 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management] "LargeSystemCache"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Start Windows Audio Service [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AudioSrv] "Start"=dword:00000002 ;-------------------------------------------------------------------------------------------------- ;Disable Shutdown Event Tracker [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000 "ShutdownReasonUI"=- ;-------------------------------------------------------------------------------------------------- ;Critical Update for ADODB.stream (KB870669) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{00000566-0000-0010-8000-00AA006D2EA4}] "Compatibility Flags"=dword:00000400 ;-------------------------------- ; ;NORMAL XP TYPE TWEAKS START HERE ; ;-------------------------------- ;-------------------------------------------------------------------------------------------------- ;Turns on WordWrap in Notepad [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fWrap"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Remove "Shortcut to" Prefix on Shortcuts [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 ;-------------------------------------------------------------------------------------------------- ;Show Window Contents While Dragging [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "DragFullWindows"="1" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows] "DefaultApplied"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Disabe Transition Effect (Right Clicking) [HKEY_CURRENT_USER\Control Panel\Desktop] "UserPreferencesMask"=hex:b0,12,07,80 ;-------------------------------------------------------------------------------------------------- ;Disable Stupid Window Animation [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "MinAnimate"="0" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="http://www.google.com/" ;-------------------------------------------------------------------------------------------------- ;Display DOS filenames in proper text-case ;Show Hidden Files and Folders ;Use Windows Classic Folders [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_ShowMyDocs"=dword:00000001 "DontPrettyPath"=dword:00000001 "HideIcons"=dword:00000000 "Filter"=dword:00000000 "ShowSuperHidden"=dword:00000001 "StartMenuInit"=dword:00000002 "StartButtonBalloonTip"=dword:00000000 "SuperHidden"=dword:00000001 "WebView"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;Makes any open folders restore again when Windows restarts [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "PersistBrowsers"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;DISABLE AUTOMATIC RESTART IN THE EVENT OF A BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;-------------------------------------------------------------------------------------------------- ;ENABLE Windows Image Aquisition [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc] "Start"=dword:00000002 ;-------------------------------------------------------------------------------------------------- ;REMOVE SHARED DOCUMENTS FROM MY COMPUTER [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}] ;-------------------------------------------------------------------------------------------------- ;Gets rid of Places Bar in Common Dialog Boxes. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32] "NoBackButton"=dword:00000001 "NoPlacesBar"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Add Notepad as a Right Click Item [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Notepad] @="Notepad" ;-------------------------------------------------------------------------------------------------- ;Enable status bar in Windows Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StatusBarOther"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Enables status bar in Explorer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=hex:1c,00,00,00,03,00,00,00,00,00,00,\ 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\ 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\ 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,78,00,\ 96,00,60,00,60,00,78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,05,\ 00,00,00,ff,ff,ff,ff,cf,f3,a8,b0,33,43,ab,4b,88,73,1c,cb,1c,ad,a4,8b,30,f1,\ 25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,04,00,00,00 ;-------------------------------------------------------------------------------------------------- ;Enable status bar in notepad [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "StatusBar"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Icon layout tweak (Right Click Recycle Bin, handy for when you change monitor resolution) [HKEY_CLASSES_ROOT\CLSID\{19F500E0-9964-11cf-B63D-08002B317C03}] @="Desktop Icon Layout" [HKEY_CLASSES_ROOT\CLSID\{19F500E0-9964-11cf-B63D-08002B317C03}\InProcServer32] @="Layout.dll" "ThreadingModel"="Apartment" [HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\IconLayout] @="{19F500E0-9964-11cf-B63D-08002B317C03}" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved] "{19F500E0-9964-11cf-B63D-08002B317C03}"="Desktop Icon Layout" ;-------------------------------------------------------------------------------------------------- ;ADD "User Accounts" UNDER CONTROL PANEL [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}] @="User Accounts" "InfoTip"="Starts The Windows 2000 style User Accounts dialog" [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\DefaultIcon] @="%SystemRoot%\\\\System32\\\\netplwiz.dll,0" [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell] [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{98641F47-8C25-4936-BEE4-C2CE1298969D}\Shell\Open\command] @="Control Userpasswords2" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{98641F47-8C25-4936-BEE4-C2CE1298969D}] @="Add Userpasswords to Control Panel" ;-------------------------------------------------------------------------------------------------- ;Use drop shadows for icon labels on the dektop [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ListviewShadow"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow] "Type"="checkbox" "Text"="@shell32.dll,-30541" "RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" "ValueName"="ListviewShadow" "CheckedValue"=dword:00000001 "UncheckedValue"=dword:00000000 "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000001 "HelpID"="windows.hlp#51140" ;-------------------------------------------------------------------------------------------------- ;Make IE6 visit Google.com on first run [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="http://www.google.co.th" "Default_Page_URL"="http://www.google.com" ;-------------------------------------------------------------------------------------------------- ;Enable ClearType (Anti-Aliasing for fonts) [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 ;-------------------------------------------------------------------------------------------------- ;Show Windows Updates in Add-Remove Programs [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App Management] "ShowUpdates"=dword:00000001 ;-------------------------------------------------------------------------------------------------- ;Open RTF files with Wordpad [HKEY_CLASSES_ROOT\Applications\wordpad.exe] [HKEY_CLASSES_ROOT\Applications\wordpad.exe\shell] [HKEY_CLASSES_ROOT\Applications\wordpad.exe\shell\open] [HKEY_CLASSES_ROOT\Applications\wordpad.exe\shell\open\command] @="\"C:\\WINDOWS\\system32\\wordpad.exe\" \"%1\"" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.rtf] "Application"="wordpad.exe" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.rtf\OpenWithList] "a"="wordpad.exe" "MRUList"="a" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.rtf\OpenWithProgids] "rtffile"=hex(0): [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.rtf] "Application"="wordpad.exe" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.rtf\OpenWithList] "a"="wordpad.exe" "MRUList"="a" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.rtf\OpenWithProgids] "rtffile"=hex(0): ;--------------------------------------------------------------------------------------------------- ; Set IE7 up so it does not visit Microsoft on first run [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "CompatibilityFlags"=dword:00000000 "SearchMigrated"=dword:00000001 "SearchMigratedDefaultName"="Google" "SearchMigratedDefaultURL"="http://www.google.com/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:en-US&ie=utf8&oe=utf8" "SearchMigratedInstalled"=dword:00000001 "RunOnceHasShown"=dword:00000001 "RunOnceComplete"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes] "DefaultScope"="{9EA44D8B-84D5-478A-9639-9E066F9F50A7}" "Version"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{9EA44D8B-84D5-478A-9639-9E066F9F50A7}] "DisplayName"="Google" "URL"="http://www.google.com/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:en-US&ie=utf8&oe=utf8" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Zoom] "ResetTextSizeOnStartup"=dword:00000000 "ResetTextSizeOnZoom"=dword:00000001 "ResetZoomOnStartup"=dword:00000001 "ZoomFactor"=dword:000186a0 ;--------------------------------------------------------------------------------------------------- ; Turn on the phishing filter in IE7 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PhishingFilter] "ShownVerifyBalloon"=dword:00000003 "Enabled"=dword:00000002 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ShowPunycode"=dword:00000000 "EnablePunycode"=dword:00000001 "DisableIDNPrompt"=dword:00000000 "WarnOnPostRedirect"=dword:00000001 ;--------------------------------------------------------------------------------------------------- ; Open HTA files with MSHTA.EXE [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.hta] @="hta_auto_file" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\hta_auto_file] @="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\hta_auto_file\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\hta_auto_file\shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\hta_auto_file\shell\open\command] @="\"C:\\WINDOWS\\system32\\mshta.exe\" \"%1\"" ;--------------------------------------------------------------------------------------------------- ; Disable the monitor resolution check (red circle in taskbar on first logon) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DontShowMeThisDialogAgain] "ScreenCheck"="no" ;--------------------------------------------------------------------------------------------------- ; Do not ask about opening multiple files at the same time [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\DontShowMeThisDialogAgain] "MultipleInvokePrompt"="no" ;--------------------------------------------------------------------------------------------------- ; Show "Administrative Tools" on Classic Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "StartMenuAdminTools"="YES" ;--------------------------------------------------------------------------------------------------- ; Show Control Panel in My Computer (since this is removed from the classic Start Menu) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons] "{21EC2020-3AEA-1069-A2DD-08002B30309D}"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons] "{21EC2020-3AEA-1069-A2DD-08002B30309D}"=dword:00000000 ; -------------------------------------------------------------------------------------------------- ; Set mouse pointer speed to maximum [HKEY_CURRENT_USER\Control Panel\Mouse] "MouseSensitivity"="20" "MouseTrails"="0" ------------------------------ ; Use dark blue highlighting on right click [HKEY_CURRENT_USER\Control Panel\Desktop] "UserPreferencesMask"=hex:b0,12,05,80 ;-------------------------------------------------------------------------------------------------- ;------------------------------------------ E N D ------------------------------------------------- ;-------------------------------------------------------------------------------------------------- ;================= ; eXPerience 2007 ;=================