Can't use application within TS unless admin

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

I am utilizing a Windows 2000 Server running Terminal
Services in application mode. The company is small and is
running the TS and the Domain Controller on the same box.
Serveral applications will not run for users unless they
are domain admins. We do not want to grand this right as
they would be able to make critial changes which could
bring down the server. Any ideas of how to work around
this problem?

Thanks for everyone help!!!
 
Download FileMon and RegMon from
http://www.sysinternals.com/. Run them as administrator, start
a TS session as a normal user and try to run the application.

FileMon and RegMon will show you all "access denied" errors
that occur, so that you can give your users the necessary
permissions on a file-to file or Registry subkey basis.
 
Back
Top