2
1
I use Windows 10 and I've hidden a folder using attrib +h +s C:\MyUser\HiddenDir\
which contains some files like MySecretDocument.docx
.
I have Folder Options
set to Show hidden files & folders
so I can still see the likes of MyUser/AppData
from the MyUser
directory listing. However HiddenDir
is invisible from the same file listing.
When I search C:\
or C:\MyUser
for *.docx
; the secret files still show up! How can I hide them from the search results?
The above is the most important. The following is not as important since I've found a workaround. The files and folders also show up in Quick Access
. How can I hide just this folder from it? The only way I've found is to hide all files, e.g. Folder Options > [Uncheck] Show recently used files in Quick Access
and Folder Options > [Uncheck] Show frequently used folders in Quick Access
.
Prime example of why security by obscurity never quite works... – Fiasco Labs – 2015-10-05T01:45:19.623
Why not just also
attrib +h C:\MyUser\HiddenDir\MySecretDocument.docx
? You only wants to hide it from your normal Windows Explorer search results, right? – Explorer09 – 2016-10-05T15:37:48.760@FiascoLabs but the OP was after privacy, not security. Privacy and obscurity do in fact go hand in hand. – andromeda – 2017-07-25T15:46:02.810