Hi Everyone, I need to create a Windows 11 image t...
# _general
n
Hi Everyone, I need to create a Windows 11 image today for a client. This image will have the Citrix Virtual Delivery Agent (VDA) installed and will be hosted on VMware (version not yet confirmed). Does anyone have any tips or potential pitfalls I should be aware of? I found the below article on Citrix website so far. https://community.citrix.com/tech-zone/build/deployment-guides/w11-mcs-vsphere8/
j
Beware the switches on the VDA installer
They have a tendency to change from version to version
n
ok, thanks James
r
...and make sure the hosts are not on any power saving/eco mode.. you want performance.
c
VMware will need to be configured to supply a vTPM to the Win11 VM.
🙌 1
d
any known drawbacks of bypassing TPM with a regkey?
n
will it still be support by MS if you bypass?
do you guys use Windows 11 pro or enterprise? the Citrix Windows 11 deployments does not state which version...
j
You can bypass it? I couldn't get Packer to even start building Win11 images without TPM
n
i was able to build a windows 11 vmware workstation a while back with reg hack but not sure if TPM was even a thing back then.
d
@James Rankin yup the current test W11 deployment im using is bypassing tpm. just some reg keys during the windows installation : https://www.tomshardware.com/how-to/bypass-windows-11-tpm-requirement
i just didnt know what to expect down the road doing this
j
Problem I have is Packer just stops because Hyper-V errors out when building the Win11 image without TPM. Not sure I could set those before the image is created
Ah I see, use an install disk. Maybe I could figure something with that
Although in Hyper-V they have to be Gen2 - which doesn't support a floppy drive - back to the drawing board 😞
d
why floppy?
j
Good point
d
i havent used hyper in ages but i assume you can atleast attach a usb, boot of that into windows installation, edit the registry and install it
j
It's client Hyper-V, so less features, but I will give it a go
n
any of you build your Windows VDI with Windows 11 pro...i have a clients who's ask me if they can do that. i just always built it using enterprise, never pro
howdy
a
Enterprise - you need to be licensed for Enterprise to run Windows client in VDI anyway. Ent gives you the control needed, eg blocking the Store
s
We used Enterprise.
n
Thanks everyone