Manually Creating Optimized Windows Images for Horizon
- Barry Ling

- Mar 27
- 1 min read

To have better compatibility and performance, Omnissa released a document on how to manually prepare a Windows machine as Horizon master image machine. Following is the official documentation for details.
For the most common use case of using vSphere VM as master image, I have summarized following high level steps for easy reading. Details of each steps can be found in the Omnissa document.
Create vSphere VM
Install Win11
Enter Windows audit mode
Install VMware Tools
Patch Windows fully
Optimize Windows with Omnissa Optimization Tool
Turn off Device Encryption in Windows setting
Disable Bitlocker by creating following registry key
HKEY_LOCAL_MACHINE:\SYSTEM\CurrentControlSet\Control\BitLocker
Create a new DWORD key
Name: PreventDeviceEncryption
Value: 1
Open Windows Service Manager to stop and disable “Bitlocker Drive Encryption Service (BDESVC)”
Run “Generalize” in Omnissa Optimization Tool and restart Windows
Clean up Microsoft Store with command:
Get-AppxPackage –name Microsoft.Copilot | Remove-AppxPackage
Get-AppxPackage –name Microsoft.BingSearch | Remove-AppxPackage
Install Horizon Agent
Run “Finalize” in Omnissa Optimization Tool
Shutdown Windows
Convert to template
Create full clone pool
----- END -----




Comments