*****************************************************************************************
* Description: Changing password and resolve blank screen when accessing Windows via RDP
* Date: 17:52 PM EST, 03/22/2018
*****************************************************************************************

		 
<1> Sometimes, when accessing remote Windows system, the logon may hang in a blank screen [Any color, such as white, black, blue etc.]:
     |
     |__ o. The reason is RDP caching screen resolution session by session. The case usually happens when one user login from one laptop but never log off, 
     |      and then he accesses the system [same account] from a different laptop with different screen size. The resolution can not be compatible.
     |		
     |	  
     |__ o. The solution is pressing "Ctl + Alt + End" simutenously, and task manager will pop-up to see the desktop.



	 
	 
<2> The other case is changing logon password for RDP, by which people can use same method.
     |
     |__ o. The reason using "End" instead of "Del" is for avoiding conflict with your local laptop, from which user launch RDP. 
		  
    
	

Your Comments