Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
; Don't tell Microsoft every time I open the browser.
"NoUpdateCheck"=dword:00000001

; Disable Just-in-Time debugger and error popups
"NoJITSetup"=dword:00000001
"Disable Script Debugger"="yes"
"DisableScriptDebuggerIE"="yes"
"Error Dlg Displayed On Every Error"="no"
"NoWebJITSetup"=dword:00000001

; Hide the ActiveDesktop Channel Bar
"Show_ChannelBand"="No"

; underline web links so you know what you're clicking
"Anchor Underline"="yes"

; This seems completely broken, so we'll just set it default.
"Cache_Update_Frequency"="Once_Per_Session"

; Display images inline.  Sorry if this isn't what you want.
"Display Inline Images"="yes"

; Don't tell Microsoft which web pages I'm viewing.
"Do404Search"=hex:00,00,00,00

; Sorry, IE should not be accessing file: locations.
"Local Page"=""

; Don't reopen pages that were open when IE crashed.
"Save_Session_History_On_Exit"="no"

; "no" here actually DOES show the FullURL in the status bar.
"Show_FullURL"="no"

; Always show status bar
"Show_StatusBar"="yes"

; Always show toolbars.
"Show_ToolBar"="yes"

; Show the URL in the status bar.
"Show_URLinStatusBar"="yes"

; Show the URL in the toolbar.
"Show_URLToolBar"="yes"

; don't be cute and change the color of dialog boxes
"Use_DlgBox_Colors"="yes"

; Don't try to trick me into disabling Firefox
"Check_Associations"="No"
"ShowedCheckBrowser"="Yes"

; Don't allow IE to go fullscreen
"FullScreen"="no"

; Don't nag me with download dialogs
"NotifyDownloadComplete"="no"

; Don't try to guess what I mean to type.
"Use FormSuggest"="no"

; Don't show IE Favorites on Start Menu.
"AddToFavoritesExpanded"=dword:00000000

; Close unused folders in History and Favorites.
"NscSingleExpand"=dword:00000001

; Disable cutesy animated page transitions.
"Page_Transitions"=dword:00000000

; Disable Personalized Favorites Menu
"FavIntelliMenus"="no"

; Disable BHO and Toolband, neuters search toolbar hijacks
"Enable Browser Extensions"="no"

; Disable toolbar themes, prevent toolbars from being obscured.
"UseThemes"=dword:00000000

; Launch web pages in new window
"AllowWindowReuse"=dword:00000000

; Show the Go button next to Address Bar
"ShowGoButton"="yes"

; Smooth Scrolling
"SmoothScroll"=dword:00000001

; Autoresize images
"Enable AutoImageResize"="yes"

; Disable floating image editor toolbar
"Enable_MyPics_Hoverbar"="no"

; Play animated GIF files
"Play_Animations"="yes"

; Do not play MIDI or other Background music
"Play_Background_Sounds"="no"

; Play inline Videos
"Display Inline Videos"="yes"

; Do not show broken images in place of unloaded images, makes anti-ad filters ugly
"Show image placeholders"=dword:00000000

; Don't print the background image.
"Print_Background"="no"





; ENABLE friendly HTTP errors, apparently IE disables some security on errors.
; http://www.k-otik.com/exploits/20041119.IESP2Unpatched.php

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Friendly http errors"="yes"

; Force HTTP Friendly Errors. May not work in USER registry, use ADMIN reg patch.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\ErrorThresholds]
"400"=dword:FFFFFFFF
"403"=dword:FFFFFFFF
"404"=dword:FFFFFFFF
"405"=dword:FFFFFFFF
"406"=dword:FFFFFFFF
"408"=dword:FFFFFFFF
"409"=dword:FFFFFFFF
"410"=dword:FFFFFFFF
"500"=dword:FFFFFFFF
"501"=dword:FFFFFFFF
"505"=dword:FFFFFFFF




; Make Google my default Home Page and Search Engine

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use Custom Search URL"=dword:00000001
"Use Search Asst"="no"
"Start Page"="http://www.google.com/"
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.google.com/keyword/%s"
"provider"="gogl"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"





; Lock Down Internet Explorer in Windows XP SP2
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN]
@=""
"iexplore.exe"=dword:00000001
"explorer.exe"=dword:00000001
"msimn.exe"=dword:00000001
"wmplayer.exe"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN\Settings]
"LOCALMACHINE_CD_UNLOCK"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies]
"NoResolveTrack"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
; Disable FILE: URLs
"NoFileUrl"=dword:00000001
; Don't try to search when DNS resolve fails
"NoResolveSearch"=dword:00000001
