0

Just wonder is there a way to only allow user access to the window desktop of a RDP session. Which mean user can only execute any file and app on the desktop, but cannot double click into the computer , c drive or d drive

Thanks

3
  • You could possibly set up something similar with permissions? So, when the user logs on, they are under a certain group and the policy limits their actions
    – Dave
    Commented Jan 22, 2014 at 10:45
  • Group Policy can do a whole lot of things in regards to restricting access. So you can have that user in a certain group, and windows, once knowing the user is in that certain group, will allow RDP, but at the same time apply the group policy with the restrictions. By default User (non admin) can still access the root drive (C: and/or D:) but with no write access to them. They can only write to their ?:/Users/username.
    – Darius
    Commented Jan 22, 2014 at 10:55
  • thank you for the comment, i think group policy work for me. thanks
    – CHT
    Commented Jan 23, 2014 at 7:20

1 Answer 1

0

With group policy settings you can certainly block the access to almost anything. The question is, will the app the user tries to run still work.

You may wan't to try RemoteApp instead. In this way the users access is redirected to the application and maybe some files and folders which he really needs.

1
  • Hi Daniel, i think i will try on the group policy, if dont meet my requirement, then will try again on the remote app, thank you so much, appreciate.
    – CHT
    Commented Jan 23, 2014 at 7:21

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .