Windows Registry and Internet Explorer | CodeGuru

Windows Registry and Internet Explorer

Environment : Microsoft Windows This article was contributed byVishal KHAPRE Note: This article assumes that reader has basic knowledge of Windows Registry and understands its criticality. I have tested it on Windows 9X and NT not sure about Windows 2000 and XP. If somebody tests success please let me also know. Warning: As I mentioned […]

Written By
CodeGuru Staff
CodeGuru Staff
Apr 25, 2002
3 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Environment : Microsoft Windows

This article was contributed byVishal KHAPRE

Note:

This article assumes that reader has basic knowledge of Windows Registry and understands its criticality. I have tested it on Windows 9X and NT not sure about Windows 2000 and XP. If somebody tests success please let me also know.

Warning:

As I mentioned in last article, Windows stores most of its settings in its registry. That is for quick referance, faster access, and unique way to access the settings. Basically, this article is just the information about some settings related to Internet Explorer. I suggest that you do not modiy registry, unless and until you read and comply with all the terms and conditions of Microsoft Copyrights.

Microsoft has provided users with Internet Explorer Administration Kit 6 for customization. In any case, Author can never be held responsible for the damages to Registry or User System. The unsolicited changes might damage the system.


Internet Explorer reads many of its basic properties from the Windows Registry. The location is HKEY_USERSDefaultSoftwareMicrosoftWindowsInternet ExplorerMain . It has several keys that have specific values and meanings. For example, the ‘Start Page’ Key will specify the URL of your home page(i.e. when you press the HOME button in borwser).

Location :HKEY_USERSDefaultSoftwareMicrosoftWindowsInternet ExplorerMain

Key Datatype Value Meaning
Start Page String e.g. https://www.codeguru.com The start page or the Home page
for IE.
Window Title String "Provided by me" Changes the Title End string
Search Page String http://home.microsoft.com/
access/allinone.asp
Page which is used for searchin
on internet
Save Directory String "C:" Path on local hard drive where
the Save window will open first.
Anchor Underline String "yes" or
"no"
Underlines the Links on the
page.
Disable Script Debugger String "yes" or
"no"
If yes the errors will not be
prompted for debugging.
Show_StatusBar String "yes" or
"no"
Displays Status bar for the
windows.
Page_Transitions DWORD 1 Displays Page Transitions.

Location :HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet SettingsCachePaths AND

Key Datatype Value Meaning
Path String Local Hard drive path This will chage the Cache path
of Internet Explorer.

Location :HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders

The Key is Cache of String type and the value is same as
above one.

Location :HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet SettingsCacheTypedURLs

This stores the previous URLs that User typed in address bar for viewing. It usually has Key names as url1, url2 and so on. the Key datatype is string and value as the URL itself.

Location :HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet SettingsActiveX Cache

This stores the path for downloaded ActiveX Components. The key is ‘0’ of string datatype. Usually it is under system root, as ‘Downloaded Program Files’.

Location :HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet SettingsZones

This has the information about the security zones of IE, e.g. Trusted Sites, Restricted Sites, Intranet and Internet.


This is about the Windows Registry and Internet Explorer. I found this when I was working on some application development where I wanted to use the Internet Explorer as per my needs on a user’s machine. The major focus of this article is to find easy ways for application. Next time, I will cover some more on the Windows Registry.

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.