1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved Windows 7 Address Bar Question

Discussion in 'Windows 7' started by rasbastas, 2012/06/07.

  1. 2012/06/07
    rasbastas

    rasbastas Inactive Thread Starter

    Joined:
    2011/07/28
    Messages:
    5
    Likes Received:
    0
    Anyone know of a script that will delete all the url's stored in the registry from the optional address bar? I know how to edit the registry to get rid of them and I know you can delete the browsing history to remove them but I would like a script to remove just the ones in the address bar. Thanks. Ras
     
  2. 2012/06/07
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    I don't know what "optional address bar" you are talking about, AFAIK there's only the normal address bar.

    To my knowledge, URL history of this address bar is not stored in the Windows registry.

    As for scripting, if you want to delete registry entries, use REG DELETE KeyName /f
     
    Arie,
    #2

  3. to hide this advert.

  4. 2012/06/07
    rasbastas

    rasbastas Inactive Thread Starter

    Joined:
    2011/07/28
    Messages:
    5
    Likes Received:
    0
    I'm sorry for the confusion. I mean the address bar that is optional in the taskbar when you select it. The entries you type in that address bar are stored in the registry @
    "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths" .
    Hope I have made my question a little easier to understand. Thanks. Ras
     
  5. 2012/06/07
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
    Try this:
    1. Copy the following three lines of indented red text and paste it into Notepad:
      Windows Registry Editor Version 5.00

      [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths]

      [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths]

    2. Save it on your Desktop with a filename of "DeleteTypedPaths.reg" (without the quotes).

    3. Right-click the "DeleteTypedPaths.reg" file on your Desktop and select Merge.

    4. Right-click the Windows Taskbar, select Toolbars and uncheck Address.

    5. Right-click the Windows Taskbar, select Toolbars and reselect Address.
     
  6. 2012/06/07
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,687
    Likes Received:
    107
    Right... talking about the Windows Explorer address bar - not Internet Explorer.
     
  7. 2012/06/07
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
  8. 2012/06/07
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,687
    Likes Received:
    107
    Right...
     
  9. 2012/06/08
    rasbastas

    rasbastas Inactive Thread Starter

    Joined:
    2011/07/28
    Messages:
    5
    Likes Received:
    0
    I followed your instructions to the letter but it doesn't work. Thanks for trying. Ras
     
  10. 2012/06/08
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    I tested the reg file from SpywareDr, it works fine... but you have to remove the extra space from TypedP aths

    So:

    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths]
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths]
     
    Arie,
    #9
  11. 2012/06/08
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
  12. 2012/06/08
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,687
    Likes Received:
    107
    A function/limitation of the vBulletin software.
     
  13. 2012/06/08
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.