Kikyo-chan / vdi

VMware Horizon 8 customize the login page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VMware Horizon 8 customize the login page

For the basic customization or removal of "Help" or "Download" links in VMware Horizon Web HTML Login Homepage, please follow the official VMware website guidelines or refer to the expert blog for detailed instructions:

https://nolabnoparty.com/en/vmware-horizon-8-customize-the-login-page

Default VMware Horizon8 Web HTML Login Homepage: image

Let's talk about how to customize or remove "Help" or "Download":

Navigate to the installation directory of VMware Horizon, typically located at:

C:\Program Files\VMware\VMware View\Server\broker\webapps\portal\webclient

Locate a file named app-htmlaccess.XXXXXXX.js within this directory. The XXXXXXX represents a version-specific string of numbers. Be sure to backup this file before making any changes.

Open the app-htmlaccess.XXXXXXX.js file with a text editor such as Visual Studio Code or Notepad++.

Use the "Find" feature of the editor to search for the following keywords to locate the links you wish to modify or remove:

privacyPolicyLink: (privacy policy link) downloadLink: (download link) help-link: (help link)

Once located, you can comment out the respective lines or modify the link destinations to remove or change these links. For example, to remove the privacy policy link, find the corresponding line and comment it out。 Take searching for privacy-policy、privacy-policy、help-link as an example:

Pay attention to what's in curly braces searching "privacy-policy" image

searching "privacyPolicyLink" image

searching "help-link" image

image

According to this method, look up all the XXXX-related content, then cut or delete it, and finally save it. image

Alternatively, you can remove the vmware_logo:

C:\Program Files\VMware\VMware View\Server\broker\webapps\portal\webclient

Edit and modify the style.app-htmlaccess.xxxxxxx.css、style.css file:

searching "bottom-logo" ,and delete CSS image

image

The final result:

image

The above content is only for reference and learning of technical exchanges, and is not recommended for use in the actual production environment, if you have any questions, please consult VMware official technical support.

About

VMware Horizon 8 customize the login page