Discussion:
Hidden folder still visible to users
(too old to reply)
John at Norwalk
2005-10-06 13:15:05 UTC
Permalink
Users can configure Windows Explorer to show hidden folders.
I want Windows to hide the folder no matter what.
What's the best way to accomplish this?
Pegasus (MVP)
2005-10-06 13:45:49 UTC
Permalink
Post by John at Norwalk
Users can configure Windows Explorer to show hidden folders.
I want Windows to hide the folder no matter what.
What's the best way to accomplish this?
You could give the folders the "system" attribute. I don't
think you can do this via explorer but you can do it via
a Command Prompt:

attrib +s +h /s /d c:\Windows

You should also consider NTFS permissions. They may
not hide a folder but they are very effective at controlling
access to files and folders.
Bob I
2005-10-06 14:02:47 UTC
Permalink
Security, For Users, Deny "List Folder Contents"
Post by John at Norwalk
Users can configure Windows Explorer to show hidden folders.
I want Windows to hide the folder no matter what.
What's the best way to accomplish this?
John at Norwalk
2005-10-06 16:43:03 UTC
Permalink
Thanks for your responses, everyone. Here's what I found:

Potential Solution 1: Add the system attribute via the Command Prompt
(attrib +s +h /s /d c:\Windows). It works only if the user's Windows
Explorer folder options is configured to Not hide protected operating system
files. So I cannot use that solution.

Potential Solution 2: NTFS permissions: They work great in keeping users
from browsing a folder's contents but, as in solution 1, they won't hide the
folder if a user's Explorer options allow them to see hidden folders.

I even tried creating a hidden share. No good, for the same reason above.

So, I don't have a solution yet, but I'm open to other suggestions.
Post by John at Norwalk
Users can configure Windows Explorer to show hidden folders.
I want Windows to hide the folder no matter what.
What's the best way to accomplish this?
John Wunderlich
2005-10-06 20:15:03 UTC
Permalink
=?Utf-8?B?Sm9obiBhdCBOb3J3YWxr?=
Post by John at Norwalk
Potential Solution 1: Add the system attribute via the Command
Prompt (attrib +s +h /s /d c:\Windows). It works only if the
user's Windows Explorer folder options is configured to Not hide
protected operating system files. So I cannot use that solution.
Potential Solution 2: NTFS permissions: They work great in
keeping users from browsing a folder's contents but, as in
solution 1, they won't hide the folder if a user's Explorer
options allow them to see hidden folders.
I even tried creating a hidden share. No good, for the same
reason above.
So, I don't have a solution yet, but I'm open to other
suggestions.
It would help if you would clue us in to more of your requirements...

How about a USB [thumb] drive? When it's in your pocket, it's hidden.
When it's plugged into your computer you can access it...

-- John
Jerold Schulman
2005-10-07 13:19:02 UTC
Permalink
Post by John at Norwalk
Users can configure Windows Explorer to show hidden folders.
I want Windows to hide the folder no matter what.
What's the best way to accomplish this?
See tip 4975 ยป How do I 'Remove the Folder Options menu item from the Tools menu'?
and links in the 'Tips & Tricks' at http://www.jsifaq.com



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
idi
2005-11-27 06:30:03 UTC
Permalink
How do I keep the hidden files from showing on desk top. Help please. idi
--
thank you
Post by John at Norwalk
Users can configure Windows Explorer to show hidden folders.
I want Windows to hide the folder no matter what.
What's the best way to accomplish this?
Continue reading on narkive:
Loading...