Hi!
Is there a way to disable CAD on sidebar when only using HTML access for publishing RDS apps? Only confusing to the users ending up on the RDS server when pressing CAD button.
You need to modify the HTML code on the connection servers. If you feel adventurous be sure you have a backup copy before you start modifying the HTML code.
Here is a post on the location:
Re: Horizon Blast - Disable Users Access to Ctrl-Alt-Del
Or if you don't want to do that, you can just disable it on the RDS server.
In group policy create a registry item preference under user settings and set the following:
Action: Update
Hive: HKEY_CURRENT_USER
Key Path: Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum
Value name: {59031a47-3f72-44a7-89c5-5595fe6b30ee}
REG_DWORD 0x00000001
Unfortunately the old post's location doesent seem to work on 7.5.
You need to modify the following file (back it up first):
C:\Program Files\VMware\VMware View\Server\broker\webapps\portal\webclient\app-htmlaccess.*********
You need to remove the following code:
Remove what is highlighted:
<li id="cad"\r\n class="icon-button icon-cad-image icon-button-hover"\r\n
This has been improved in product, if you are using HTML Access v4.8(Horizon 7.5), the CAD keys shouldn't be allowed to use for application sessions.
Using 7.5.1 and the button is still highligted and clickable
