Forum Discussion

lily's avatar
lily
Copper Contributor
Apr 12, 2022

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?

  • Xandven's avatar
    Xandven
    Copper 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

     

Resources