VMware Horizon Community
vmstrom
Contributor
Contributor

vmware horizon html access prohibit send ctrl alt delete

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.

Reply
0 Kudos
5 Replies
techguy129
Expert
Expert

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

Reply
0 Kudos
vmstrom
Contributor
Contributor

Unfortunately the old post's location doesent seem to work on 7.5.

Reply
0 Kudos
techguy129
Expert
Expert

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:

pastedImage_0.png

<li id="cad"\r\n class="icon-button icon-cad-image icon-button-hover"\r\n

Reply
0 Kudos
lirick
VMware Employee
VMware Employee

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.

Reply
0 Kudos
vmstrom
Contributor
Contributor

Using 7.5.1 and the button is still highligted and clickable

Reply
0 Kudos