diff options
Diffstat (limited to 'test/docs')
| -rw-r--r-- | test/docs/BUILD_OS_IMAGE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/docs/BUILD_OS_IMAGE.md b/test/docs/BUILD_OS_IMAGE.md index 187edc3ddf..dc29152ccb 100644 --- a/test/docs/BUILD_OS_IMAGE.md +++ b/test/docs/BUILD_OS_IMAGE.md @@ -166,6 +166,15 @@ This can be achieved as follows: * Enable "Run task as soon as possible after a scheduled start is missed". * Enable "If the task fails, restart every: 1 minute". +* In the guest, make sure that the time service is enabled and running + + First, enable the Windows Time service (`W32Time`): + https://learn.microsoft.com/en-us/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings?tabs=config#set-the-client-to-sync-time-automatically-from-a-domain-source + + ``` + schtasks /create /tn "Synchronize Time Service" /tr "cmd.exe /c 'w32tm /resync'" /sc onlogon /rl HIGHEST + ``` + * In the guest, disable Windows Update. * Open `services.msc`. |
