Allow application to access drive while blocking direct access from users in Server 2008r2?
Posted
by
Justin Hawk
on Server Fault
See other posts from Server Fault
or by Justin Hawk
Published on 2011-06-21T19:34:16Z
Indexed on
2011/06/22
16:23 UTC
Read the original article
Hit count: 277
windows-server-2008-r2
In Windows Server 2008 R2, can I grant permission for a specific application to access a drive, while at the same time blocking users from viewing/browsing/reading that drive?
Edit: Additional Info:
Users are logged in to a terminal server.
The application is a 3rd party rich GUI .exe, launched by the user. It stores large images files on the hard disk. I would like the user to only be able to access these files through the application, not by browsing the disk.
The application does not have a service component.
© Server Fault or respective owner