Windows 7 Help with explorer address bar

Rasbastas

Senior Member
Does anyone know where I can find and download a script to delete the address bar history from IE9. I know how to manually edit the registry to get rid of them and I have found a couple of scripts online but they didn't work. Any help would be appreciated. Ras
 
How about REG.exe? If you know how to make the registry edits, duplicate it and query the steps through command line's sent to REG.exe. :)

Code:
C:\Users\AceInfinity>reg /?

REG Operation [Parameter List]

  Operation  [ QUERY   | ADD    | DELETE  | COPY    |
               SAVE    | LOAD   | UNLOAD  | RESTORE |
               COMPARE | EXPORT | IMPORT  | FLAGS ]

Return Code: (Except for REG COMPARE)

  0 - Successful
  1 - Failed

For help on a specific operation type:

  REG Operation /?

Examples:

  REG QUERY /?
  REG ADD /?
  REG DELETE /?
  REG COPY /?
  REG SAVE /?
  REG RESTORE /?
  REG LOAD /?
  REG UNLOAD /?
  REG COMPARE /?
  REG EXPORT /?
  REG IMPORT /?
  REG FLAGS /?

This post will come with a disclaimer as well.

*MAKE SURE YOU BACK YOUR REGISTRY UP FIRST BEFORE FOOLING AROUND WITH AUTOMATED EDITS THROUGH SCRIPTS.

That'll be my warning, and I hope you take it serious. Good luck!
 
Back
Top