LAB: Modify RD web desktops.aspx
Change default RDWeb to RemoteDesktopConnection instead of RemoteAPP http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/f23fe7da-bcb7-460b-8c6d-a8c73661f56a/ change default.aspx to desktop.aspx from login.aspx remove computer name before - const string L_DefaultComputerNameValue_Text = "Computer Name"; after - const string L_DefaultComputerNameValue_Text = ""; before - type="text" onkeydown="jscript:checkKey(this);" onkeyup="jscript:checkLen(this, 1);" /> after - type="text" onkeydown="jscript:checkKey(this);" onkeyup="jscript:checkLen(this, 1);"value="rd.msft.com" /> before - <button type="button" id="ButtonConnect" name="ButtonConnect" disabled class="formButton" onclick="BtnConnect()" accesskey=<%=L_ConnectAccessKey_Text...