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?
- 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
- guptapankaj8Copper 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?- Drizz_coopBrass ContributorAny updates on this for Thins, wea re having the same issue. its fine for Laptops but not on Linux based systems HP thinPro or Igel
Better to consider GPO to enforce the timezone all the time