Keyboard short-cut to "see" hidden file...

G

Galen

In
Hi,

Is there any short-cut to toggle show/hide those hidden file??


Not as far as I know. A quick search at a search engine didn't turn up any
shortcut keys assigned to show/hide hidden files. I don't even know of a
third party application that does that but there may be one out there.
Sounds a bit like a valuable application if it were light and didn't require
installation. You could use it on client machines to show hidden files while
you were debugging it. It's a great idea but I don't know of an animal that
does that.

You could make a .reg file for that or maybe convert it to a VBScript file
if you wanted, here's the key information that you'd need to do this:

Registry Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advance
d
Data Type: REG_DWORD [Dword Value] // Value Name: ShowSuperHidden
Modify/Create the Value Name [ShowSuperHidden] according to the Value Data
listed below.
Value Data: [0 = ShowSuperHidden Disabled / 1 = ShowSuperHidden Enabled]
Exit Registry and Reboot

The reg key information came from theeldergeek.com just so you don't think I
knew that off the top of my head ;)

Galen
--

"My mind rebels at stagnation. Give me problems, give me work, give me
the most abstruse cryptogram or the most intricate analysis, and I am
in my own proper atmosphere. I can dispense then with artificial
stimulants. But I abhor the dull routine of existence. I crave for
mental exaltation." -- Sherlock Holmes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top