Do you need to block users from logging on to an RDS Server
Problem:
You are updating an RDS server, or an application on the RDS server, but another users process is stopping your install. You need to stop access to other users to the RDS server but still be able to work on it yourself. but how?
Solution:
Open up administrative CMD
Change Logon /Disable
Then log all other users off using Task manager (users tab)
And when you are finished simply revert:
Change Logon /Enable
Sorted.