CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    1

    [RESOLVED] What are the Internet Explorer 8 Registry locations?

    Hi,

    can you please, tell me what history-related-registry locations for IE8( like typedurls, adress bar history.... ) are available?

    For example i know that typed urls location for IE7 is :

    HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\TypedURLs

    but this is not working for IE8, so TypedURLs is empty !?



    Thanks in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: What are the Internet Explorer 8 Registry locations?

    Just add a new favorite to XWZQRST.XXX, the search for it.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2006
    Posts
    1

    Re: What are the Internet Explorer 8 Registry locations?

    ok, to describe the problem i have made a screenshot : http://img441.imageshack.us/img441/1...2009121840.png

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: What are the Internet Explorer 8 Registry locations?

    Wouldn't they be here? (using Vista)

    Code:
    C:\Users\[insert username here]\Favorites

    Are you using Vista?

    Maybe here:

    Code:
    # HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
    #
    
        * SOFTWARE
        *
              o Policies
              o
                    + Microsoft
                    +
                          # Internet Explorer
                          #
    Last edited by dglienna; April 1st, 2009 at 08:48 PM.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    May 2006
    Posts
    1

    Re: What are the Internet Explorer 8 Registry locations?

    no i didn't find any trace to the websites which are listed in adress-bar History. I have searched all possible locations....untile i reached the faulty file....i couldn't delete it, so i filled it with 00, after that restarted IE8 and everything was ok.


    Thanks for help.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured