在 Chrome、Firefox 上使用 TS RemoteApps 而无需下载 RDP 文件?
Using TS RemoteApps on Chrome, Firefox without downloading RDP file?
我已经在 Windows Server 2012 R2 数据中心上发布了一些 TS RemoteApps。该网络的所有成员现在都可以通过 IE、Chrome、Firefox 和 Opera 打开远程应用程序。那很简单!
但是,通过 IE 和其他浏览器调用应用程序之间存在细微差别。在其他浏览器中,RDP 文件是自动下载的,用户必须使用此文件打开所需的远程应用程序。
我的问题:没有此 RDP 文件,是否可以在与 IE 不同的浏览器中打开 TS RemoteApps?
IE 与其他浏览器的不同之处在于该网站使用 ActiveX(如果可用)。因此,当用户单击应用程序的磁贴时,奇迹发生了:ActiveX 接管,您的 Windows 机器的行为就好像它实际上是通过控制面板订阅到应用程序列表一样,您的凭据被重用并且 MSTSC 是实际推出。
Chrome/Firefox 不支持 ActiveX。 Chrome/Firefox 也不支持文件类型关联/ClickOnce。
为了获得接近本机的体验,我建议查看 RemoteApp 和桌面连接:http://blogs.msdn.com/b/rds/archive/2009/06/08/introducing-remoteapp-and-desktop-connections.aspx - 这可以从控制面板访问,也可以推送:
- 通过 Windows 7 中的登录脚本:http://blogs.msdn.com/b/dsadsi/archive/2011/11/30/automating-the-silent-deployment-of-remoteapp-and-desktop-connection.aspx
- 通过 Windows 8+ 中的组策略:http://microsoftplatform.blogspot.com/2012/04/setting-default-remoteapp-connection.html
免责声明:我是此代码库的当前 developer/maintainer - 如果您有任何其他想法,我愿意倾听、编码并给予您荣誉:)
/cd
我已经在 Windows Server 2012 R2 数据中心上发布了一些 TS RemoteApps。该网络的所有成员现在都可以通过 IE、Chrome、Firefox 和 Opera 打开远程应用程序。那很简单! 但是,通过 IE 和其他浏览器调用应用程序之间存在细微差别。在其他浏览器中,RDP 文件是自动下载的,用户必须使用此文件打开所需的远程应用程序。
我的问题:没有此 RDP 文件,是否可以在与 IE 不同的浏览器中打开 TS RemoteApps?
IE 与其他浏览器的不同之处在于该网站使用 ActiveX(如果可用)。因此,当用户单击应用程序的磁贴时,奇迹发生了:ActiveX 接管,您的 Windows 机器的行为就好像它实际上是通过控制面板订阅到应用程序列表一样,您的凭据被重用并且 MSTSC 是实际推出。
Chrome/Firefox 不支持 ActiveX。 Chrome/Firefox 也不支持文件类型关联/ClickOnce。
为了获得接近本机的体验,我建议查看 RemoteApp 和桌面连接:http://blogs.msdn.com/b/rds/archive/2009/06/08/introducing-remoteapp-and-desktop-connections.aspx - 这可以从控制面板访问,也可以推送:
- 通过 Windows 7 中的登录脚本:http://blogs.msdn.com/b/dsadsi/archive/2011/11/30/automating-the-silent-deployment-of-remoteapp-and-desktop-connection.aspx
- 通过 Windows 8+ 中的组策略:http://microsoftplatform.blogspot.com/2012/04/setting-default-remoteapp-connection.html
免责声明:我是此代码库的当前 developer/maintainer - 如果您有任何其他想法,我愿意倾听、编码并给予您荣誉:)
/cd