Forum Discussion
lily
Apr 12, 2022Copper Contributor
AVD Time Zone
Before generating avd, a golden image was created and the time zone was set to Seoul, and when avd was created with that image, the time was reset again and changed to the world standard time UTC. Is there a solution?
7 Replies
Sort By
Better to consider GPO to enforce the timezone all the time
- XandvenCopper Contributor
lily Sysprep removes time zone info so you need to set that when creating a host from the image (e.g. Script or GPO) or you can use time zone redirection as shown below. The "session time zone" will then be the same as on the client's computer.
Run this on the golden image before sysprep.reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v fEnableTimeZoneRedirection /t REG_DWORD /d 1 /f
- guptapankaj8Brass Contributor
Xandven This is not working for Linux based endpoints. Specially if you have HP Thin Pro.
What could be the other best solution to get this done?- guptapankaj8Brass ContributorI got update recently. HP providing latest AVD Client for ThinPRO and this Timezone issue should be fixed there.