Posts Tagged windows

Windows Terminal Server and User Auto Log-Off for RDP

If you are one who has ever faced issues due to people disconnecting from the Windows Terminal Server (RDP) and not logging off? Then here is a small change you can make and it will auto-log-off Users after specific interval of disconnection.

User > Properties > Session

User > Properties > Session

Open Local Users and Groups, select User and then right click and open Properties window. Click on Sessions tab. It will show up screen similar to one above. Change "End a disconnected session: <N>" to specific time you want after which a disconnected User Session will be logged off.

So basically this is a small trick to avoid issues while Users tends to forget to log-off their sessions.

I have faced problems in the past when maximum limit for Users to connect comes to an end and you don't have any choice but to Restart the server, even "mstsc /console" don't work..! I had such experience with one of the dedicated Windows server on 1and1.com.

Tags: ,

This download has been blocked by your security zone policy

I would like to post one wired and interesting issue I faced before few days.

Recently I was deploying one of my project on client end. Basically it was a Web Application but unlike other setups they were going to use that by terminal access. Meaning that all Users of the Portal will be having unique login into their(client's) Windows Network Domain and users will be logging into the Portal by logging into the Server machine first with given Windows domain credentials and then to the Portal.

This setup seems to be easy and no worry as whole portal will be accessed via LOCALHOST only..! Looks odd for any web-application though but that was the requirement for the client (keeping their security concerns in mind).

I have been given Administrative User to login to the server machine and setup everything. I did setup and did my post implementation testing on the machine with my user. Everything seems to be working as expected and I gave green flag to my superior.

Later on I have been buzzed with 2 issues from the Client.

  1. Portal is not working in Internet Explorer at all.
  2. Users are not able to download files from my Portal.

I asked for login details they used for testing and which they were actually going to give to their Users.

Problems & their Solutions: Read the rest of this entry »

Tags: , , , , , ,