Show - Hide Hidden Files - Add to Context Menu

Page 5 of 8 FirstFirst ... 34567 ... LastLast

  1. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #40

    You're most welcome Woki, and welcome to Seven Forums. :)
      My Computer


  2. Posts : 960
    Windows 7 Ultimate SP1 - 64 Bit
       #41

    Brink, I was wondering if there was a Context Menu tweak so when you Right click on something it shows Hide File if showing and Show File if Hidden and Show Hidden Files is on at AppData, it makes it a lot easier than going into the File Properties.
      My Computer


  3. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #42

    Hello Infinite,

    I'll look into it, but it may be a wee bit hard to unhide a file/folder like that if it's already hidden though. :)
      My Computer


  4. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #43

    Ok Infinite,

    New tutorial completed for this. :)

    File and Folder - Add "Hide" and "Unhide" to Context Menu
      My Computer


  5. Posts : 352
    Windows 7 Pro x64 SP1
       #44

    Cool! Nice one, thanks again Brink!
      My Computer


  6. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #45

    You're most welcome Denise. Thank you. :)
      My Computer


  7. Posts : 42
    win7 x64
       #46

    Another cool tutorial plus support files ! thank you Mr. Brink .
    works like a charm (7 Ultimate x64)
      My Computer


  8. Posts : 72,046
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #47

    You're most welcome. I'm glad you like it. :)
      My Computer


  9. Posts : 24
    Windows 7 Ultimate x64
       #48

    Thanks for the script! The only problem is that if you want to assign the .vbs to a keyboard shortcut, via a shortcut placed in the desktop/start menu, the explorer window becomes inactive when you press the keyboard shortcut. As a result, the "F5" refresh no longer works. I was able to solve the problem with this AutoIt script:

    $Key = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
    $SHid = "ShowSuperHidden"
    $Hid = "Hidden"

    If RegRead($Key, $Hid) = 2 Then
    RegWrite($Key, $Hid, "REG_DWORD", 1)
    RegWrite($Key, $SHid, "REG_DWORD", 0)

    ElseIf RegRead($Key, $SHid) = 0 Then
    RegWrite($Key, $SHid, "REG_DWORD", 1)

    Else
    RegWrite($Key, $Hid, "REG_DWORD", 2)
    RegWrite($Key, $SHid, "REG_DWORD", 0)
    EndIf

    ControlFocus("[CLASS:CabinetWClass]", "", "[CLASS:DirectUIHWND]")
    Send("{F5}")
    As you can see, I've also edited the toggle somewhat to allow for all 3 possible combinations of hidden files with one keyboard shortcut. I found this a bit more intuitive. If you have AutoIt installed: please compile it and try it out :)

    If anyone is able to get the same result in a .vbs script, please let me know!
      My Computer


  10. Posts : 72
    Windows 7 Ultimate 6.1 x84
       #49

    Brink said:
    You're most welcome. I'm glad you like it. :)
    I like this but is it possible to exclude certain files from showing up such as Thumbs.db and Desktop.ini ? I added.ico extensions to My Music folder in order to display them as full flat thumbnail view similar to XP and prefer this explorer context menu then 'ToggleHiddenFiles' as it runs as a constant process but would prefer if it didn't show Thumbs.db & Desktop.ini.

    I guess I want 'Show hidden files, folders and drives' and not Show protected operating system files (Recommended) ? I'm also curious why does it display little icon shield in the context menu

    Thanks
      My Computer


 
Page 5 of 8 FirstFirst ... 34567 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:02.
Find Us