Securite - Profiles

  • Thread starter Thread starter TSCS
  • Start date Start date
T

TSCS

Hi,

I would like to setup a TS on my Windows 2003 server, that should give the
user access only to one MS Access database and nothing more. When the user
logs in they should only get one icon for my Access program, or even better
it should open the program by itself.

Please let me know the easiest way to do it. Or where I can find full
documentation on it.

Thanks
 
In the user's account, specify the startup program as the path to the access
executable + path to mdb, i.e.

"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
\\ServerName\share\Database.mdb

This can also be set at the server or policy level, i.e. via Terminal Server
Configuration (tscc.msc) or via GPO. Obviously setting it at the server
level can cause problems, if you want others to be able to logon and get the
explorer shell.

These settings can also be manually set by the end-user in their remote
desktop client. You can make the settings you want then save as an RDP file.


How tos here:
http://www.workthin.com/tshta.htm

Patrick Rouse
Microsoft MVP - Terminal Server
http://www.workthin.com
 
Back
Top