Creating a Golden Image for VDI
HYPR Workforce Access Client: Advanced Configuration: Windows
This page describes how to configure the HYPR Workforce Access Client for golden images when using a non-persistent VDI environment.
Uninstall the Previous Version
Make sure to uninstall any previous version of the HYPR Workforce Access Client before setting up the golden image.
- Execute the installer with the appropriate configuration parameters. Include the
HYPRNONPERSISTENTVDI=1
parameter to signify you're deploying to a non-persistent environment.
Examples
Calling msiexec
on the command line:
msiexec.exe /qn /i WorkforceAccess_x64.msi HYPRAPPID="WindowsUnlock" HYPRRP="https://my.host.com/rp"
HYPRSUPPORT="[email protected]" HYPRHASH="LeM8Xn...G1RSP91w=" HYPRINSTALLTOKEN="0f03f...77cb6e"
HYPRTEMPLATE="HYPRUser" HYPRNONPERSISTENTVDI=1
Using the installer UI:

- Reboot the computer when the installation is complete.
- Open a command prompt and execute
Sysprep /generalize /shutdown
to generalize the image.
Installation Machine SID or Computer Name
For the HYPR Workforce Access Client to configure itself correctly on a VM created from a golden image, the non-master image must have either a different Machine SID or a different Computer Name than its master image.
The HYPR Workforce Access Client is compatible with any VDI software package which modifies either the Machine SID or the Computer Name when a new VM is created.
- Create and distribute the golden image.
Updated about 1 month ago