Running an application on terminal server

  • Thread starter Thread starter CWT
  • Start date Start date
C

CWT

An application on WIN2000 Terminal Server runs fine, but
on few users when they click on the icon on the desktop
nothing happens. this application has worked in the past.
but if i log in as any other user from "users" group
application
doesn't work. if i put certain user in
the "administrators" group,
application runs fine. also if i log in directly to server
(not using
TS) as user, application works.

is there anything i could try with this?

thanks!
 
I would 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