Jump to content

grack

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by grack

  1. if you move/rename/delete/create files/folders/shortcuts in windows explorer, the right-click menu will contain the undo option.

    it's very annoying if you hit that option by accident. it often happens to me, and sometimes I don't even remember what I've done before, because I might hit that option several hours later.

     

    I would love to see a feature to clear the undo history in CCleaner.

     

    if you know any way to disable that option or clean the undo history, or a programming code example in any language, please tell me.

  2. here's something I've been missing for ages:

    (deletes all dialog history including searches (find function) in winrar)

     

    working code, please add this:

    [WinRAR Dialog History*]
    LangSecRef=3024
    Detect=HKCU\Software\WinRAR\DialogEditHistory
    Default=False
    RegKey1=HKCU\Software\WinRAR\DialogEditHistory
    

     

    have been trying to do a code that deletes all subfolders separately instead of deleting the entire DIalogEditHistory key for almost 1 hour now...

    tried stuff like

    RegKey1=HKCU\Software\WinRAR\DialogEditHistory|*.*|REMOVESELF|ArcName|FindArcNames|FindNames

    RegKey1=HKCU\Software\WinRAR\DialogEditHistory|*.*|RECURSE|ArcName|FindArcNames|FindNames

    RegKey1=HKCU\Software\WinRAR\DialogEditHistory|*.*

    RegKey1=HKCU\Software\WinRAR\DialogEditHistory|*.*|REMOVESELF

    RegKey1=HKCU\Software\WinRAR\DialogEditHistory|*.*|RECURSE

     

    and all that stuff with a slash on the end, just like this:

    RegKey1=HKCU\Software\WinRAR\DialogEditHistory\|*.*|RECURSE

    RegKey1=HKCU\Software\WinRAR\DialogEditHistory\|*.*|REMOVESELF

    etc.

     

    even tried using * instead of *.*, because that would make sense, as *.* usually stand for filename.extension since at least 1981, and regkeys don't have any extensions.

     

    but nothing works! dammit! I'm already tearing my hair out...

    so I hope you'll just accept my code from above which is the only one that's working at all. thanks

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.