Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1054489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:24:53+00:00 2026-05-16T17:24:53+00:00

I asked same question on stackoverflow . First, here is a picture of what

  • 0

I asked same question on stackoverflow.

First, here is a picture of what I see http://img713.imageshack.us/img713/4797/iedrop.png

I need an solution to clear addressbar dropdawn, but not using ClearMyTracksByProcess or IE dialogs. I need to delete only a specific URL and all his traces.

I deleted manually all traces of that URL in:

  1. Users\user\AppData\Local\Microsoft\Windows\Temporary Internet Files*
  2. Users\user\AppData\Local\Microsoft\Windows\History*
  3. Users\user\Recent*

also that URL can be found in:

4) Users\user\AppData\Local\Microsoft\Internet Explorer\Recovery\High*

Now I made an BootTime program that searches for 8 and 16 bit charsets string in all my system disc files. URL wasn’t found anywhere, but after logging and starting IE, the URL is still there. I suspect this is related to 4), but can’t understand how.

PS: This IS NOT TypedUrls. I know where are and how to delete TypedUrls.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T17:24:54+00:00Added an answer on May 16, 2026 at 5:24 pm

    Finally I found solution.

    HRESULT CreateCatalogManager(ISearchCatalogManager **ppSearchCatalogManager)
    {
        *ppSearchCatalogManager = NULL;
    
        ISearchManager *pSearchManager;
        HRESULT hr = CoCreateInstance(CLSID_CSearchManager, NULL, CLSCTX_SERVER, IID_PPV_ARGS(&pSearchManager));
        if (SUCCEEDED(hr))
        {
            hr = pSearchManager->GetCatalog(L"SystemIndex", ppSearchCatalogManager);
            pSearchManager->Release();
        }
        return hr;
    }
    
    {
    
        ISearchCatalogManager *pCatalogManager;
        HRESULT hr = CreateCatalogManager(&pCatalogManager);
    
        if (SUCCEEDED(hr))
        {
            pCatalogManager->Reset();
            pCatalogManager->Release();
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is the same question asked in C# but i need for C++ How
Asked the same question here but got no answer, so I'm trying here instead
I hate to ask the same question others have asked in Stackoverflow, but I
I asked the same question yesterday and the answer was not applicable. https://stackoverflow.com/questions/6194578/breaking-up-class-functions-into-multiple-cpp-files If
I already asked same question here after that i came up with this code
First of all, this question has no malicious purposes. I had asked the same
i recently asked question which was closed down linked here. https://stackoverflow.com/questions/3827349/how-to-use-one-openid-across-multiple-domains-closed I did not
I've asked this same question with Python. Now I like to know if this
I already asked the same question over at dev.twitter.com , however, I didn't get
I have a issue with my java code. i asked the same question yesterday.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.