After rebooting the Virtual Machine, the time zone resets back to UTC 您所在的位置:网站首页 zonesetting After rebooting the Virtual Machine, the time zone resets back to UTC

After rebooting the Virtual Machine, the time zone resets back to UTC

#After rebooting the Virtual Machine, the time zone resets back to UTC| 来源: 网络整理| 查看: 265

Hello @Vinoth Kaliaperumal

We noticed that you rated an answer as not helpful. We value your feedback and want to see if there is anything we can do to improve it and make this a positive experience for you. What is the reason for not being able to make the registry update for timezone persistence?

Did you try PowerShell method to set the timezone? If not, here is the command Set-TimeZone -Id

To see the list of available Timezones, run Get-TimeZone -ListAvailable Ex: Set-TimeZone -Id "Pacific Standard Time" Verify that the time zone has been set correctly by running the following command: Get-TimeZone The above command should display the current time zone. To make the time zone change persistent after reboot, you need to run the following command: Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones" -Name "DisableAutoDaylightTimeSet" -Value 1 -Type DWord

After completing these steps, you should be able to reboot the VM without the time zone resetting to UTC.

Thanks!



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有