How to fix the check box on RDWeb 2012 for use private computer

It is hard when you use the RDWeb interface internally only and you must activated the checkbox
"I am using a private computer that complies with my organization's security policy."
each time.

Do you want to activated the checkbox by default, you must make the following points.
  1. Go to C:\Windows\Web\RDWeb\Pages\en-US or other language
  2. Open the file "Default.aspx" with admin rights
  3. Go to line 32 with the content "public bool bShowPublicCheckBox = false, bPrivateMode = false, bRTL = false;"
  4. Change the value from bPrivateMode from false to true
  5. Save
Example: public bool bShowPublicCheckBox = false, bPrivateMode = true, bRTL = false;



Comments

Popular posts from this blog

SCCM 2012 Software Center returned error code 0x0041013 (-2147217389)

How to publish the remote desktop session servers to RDWeb under RDS 2012