Home > Software engineering >  Change Azure VM Time (not timezone) running Windows Server 2022
Change Azure VM Time (not timezone) running Windows Server 2022

Time:01-20

I would like to change an Azure server's local time to a month ago. This is for testing purposes on a custom application. Happy if it changes back after reboot.

There are a number of similar posts with answers, but most either refer to changing the timezone, or are old(ish) posts whose answers are not valid anymore. Not sure if Microsoft has made some changes.

What I have tried to to stop the Hyper-V Time Synchronization service as well as the Windows Time service, but to no avail. I also wrote a small c# program to try and do this, but no success.

Anything else that might work?

enter image description here

CodePudding user response:

As per enter image description here

Reference: change time grayed out in windows server 2016

  •  Tags:  
  • Related