RDS Configuration Notes

 Notes for Microsoft Remote Desktop Service Configuration

Only Use Webclient , no Other sites

At Default Web site level
Click Redirect and only redirect requests to content in this directory (not subdirectories)

At RDWeb site

At RDweb/page directory, this might cause an issue even with "only redirect requests to content in this directory (not subdirectories)" this option. 

  • Something went wrong while loading your resources. Trying again...

Something went wrong while loading your resources. Trying again... screenshot

Eventually you will get this:

  • It looks like your Admin hasn't set up any resources for you yet. Try again later or contact your admin.

RDWeb

 Switching between RemoteApp and Desktops page

RDWeb/pages/en-US/Desktops.aspx

Remove Privacy Message from Remote Desktop Web client

 

Remote Desktop Web Client, how can we remove this "privacy message" from user's browser screen?

Privacy settings for managed resources have been preset by your organization. Learn More

We figured out what appears to be a decent solution to remove the annoying privacy message. Gone is this entire message and its yellow background even the x. Nice.

We modified one line in file: C:/Windows/Web/RDWeb/Pages/default.aspx

strPrivacyUrl = ""; // = await PageContentsHelper.GetPrivacyLinkAsync();

RDweb Application Settings

 

To disable specific features of the Remote Desktop Web Client page, you'll need to modify settings within the IIS Manager and potentially the web.config fileSpecifically, you can remove the "Connect to a remote PC" option by setting ShowDesktops to false in the Application Settings for the RDWeb site. You can also manage authentication settings and user timeouts through IIS Manager. 

Steps to Disable Features:
  1. 1. Remove "Connect to a remote PC" option:
    • Open Internet Information Services (IIS) Manager. 

    • Navigate to Sites > RDWeb > Pages. 

    • In the content pane, select Application Settings under ASP.NET. 

    • Change the ShowDesktops value to false. 

    • Click OK. 


  2. 2. Disable Windows Authentication (if needed):
    • Open IIS Manager. 

    • Expand the RDWeb folder. 

    • Double-click Authentication. 

    • Enable Basic Authentication and disable Windows Authentication. 

  3. 3. Configure User Timeouts:
    • Open IIS Manager. 

    • Navigate to the RDWeb site. 

    • Open Application Settings. 

    • Modify PrivateModeSessionTimeoutInMinutes or PublicModeSessionTimeoutInMinutes as needed. 

RD Web Client via CF Tunnel

 

Note: https://www.reddit.com/r/CloudFlare/comments/18d2s3b/rd_gateway_web_client_via_cf_tunnels/

This option needs to be enabled because of the self-signed certificate on the Gateway Server.

All other options on the CF Tunnel remain default

r/CloudFlare - RD Gateway Web Client via CF Tunnels

RDweb customization

https://www.heelpbook.net/2018/remote-desktop-services-2016-web-customization/

RDS 2019 Web Client Customization

https://custominterfacesolutions.com/demos/ms-rds-2022-web-customization/
https://www.heelpbook.net/2018/remote-desktop-services-2016-web-customization/
Remove remote app prompt and remove upload button:
Uncheck redirection settings should be able to remove upload button. 

References

版权声明:
作者:cc
链接:https://www.techfm.club/p/221287.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>