User manual
Table Of Contents
- Using HTML Access
- Contents
- Using HTML Access
- Setup and Installation
- System Requirements for HTML Access
- Preparing View Connection Server and Security Servers for HTML Access
- Configure View to Remove Credentials From Cache
- Prepare Desktops, Pools, and Farms for HTML Access
- Configure HTML Access Agents to Use New SSL Certificates
- Configure HTML Access Agents to Use Specific Cipher Suites
- Configuring iOS to Use CA-Signed Certificates
- Upgrading the HTML Access Software
- Uninstall HTML Access from View Connection Server
- Data Collected by VMware
- Configuring HTML Access for End Users
- Using a Remote Desktop or Application
- Feature Support Matrix
- Internationalization
- Connect to a Remote Desktop or Application
- Shortcut Key Combinations
- International Keyboards
- Screen Resolution
- H.264 Decoding
- Setting the Time Zone
- Using the Sidebar
- Sound
- Copying and Pasting Text
- Transferring Files Between the Client and a Remote Desktop
- Using the Real-Time Audio-Video Feature for Webcams and Microphones
- Log Off or Disconnect
- Reset a Remote Desktop or Application
- Index
Opens My Notepad++ on server 10.10.10.10 and passes the argument My new file.txt in the
application launch command. The lename is enclosed in double quotes because it contains spaces.
8
vmware-view://10.10.10.10/Notepad++%2012?args=a.txt%20b.txt
Opens Notepad++ 12 on server 10.10.10.10 and passes the argument a.text b.txt in the application
launch command. Because the argument is not enclosed in double quotes, a space separates the
lenames and the two les are opened separately in Notepad++.
N Applications can dier in the way they use command-line arguments. For example, if you pass
the argument a.txt b.txt to WordPad, WordPad opens only one le, a.txt.
HTML Code Examples
You can use URIs to make hypertext links and buons to include in emails or on Web pages. The following
examples show how to use the URI from the rst URI example to code a hypertext link that says, Test Link,
and a buon that says, .
<html>
<body>
<a href="https://view.mycompany.com/?domainName=finance&userName=fred">Test Link</a><br>
<form><input type="button" value="TestButton" onClick="window.location.href=
'https://view.mycompany.com/?domainName=finance&userName=fred'"></form> <br>
</body>
</html>
HTML Access Group Policy Settings
HTML Access uses the VMware Blast protocol. You congure group policies for HTML Access by
conguring group policies for the VMware Blast protocol.
For more information, see "Conguring Policies for Desktop and Application Pools" and "VMware Blast
Policy Seings" in the Seing Up Desktop and Application Pools in View document.
Chapter 2 Configuring HTML Access for End Users
VMware, Inc. 25