Skip to content

Commit 00e1fab

Browse files
committed
fix 2 on requested changes
1 parent 11780c9 commit 00e1fab

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/virtual-machines/windows/external-ntpsource-configuration.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,12 @@ From an elevated command prompt rerun *w32tm /query /source* and compare the out
6464
2. Browse to *Task Scheduler* Library -> *Microsoft* -> *Windows* -> *Time Synchronization* -> Right-click in the right hand side pane and select *Create New Task*.
6565
3. In the *General* tab, click the *Change User or Group...* button and set it to run as *LOCAL SERVICE*. Then check the box to *Run with highest privileges*.
6666
4. Under *Configure for:* select your operating system version.
67-
5. Switch to the *Triggers* tab, click the *New...* button, and set the schedule as per your requirements. Before clicking OK, make sure the box next to *Enabled* is checked.
68-
6. Go to the *Actions* tab. Click the *New...* button and enter the following details: *Action: Start a program*. *Program/script:* set the path to *%windir%\system32\w32tm.exe*. On the *Add arguments:* textbox type */resync*, and click OK to save changes.
69-
7. Under the *Conditions* tab ensure that *Start the task only if the computer is in idle for* and *Start the task only if the computer is on AC power* is *not selected*. Click Ok.
67+
5. Switch to the *Triggers* tab, click the *New...* button, and set the schedule as per your requirements. Before clicking *OK*, make sure the box next to *Enabled* is checked.
68+
6. Go to the *Actions* tab. Click the *New...* button and enter the following details:
69+
- On *Action:* set *Start a program*.
70+
- On *Program/script:* set the path to *%windir%\system32\w32tm.exe*.
71+
- On *Add arguments:* type */resync*, and click *OK* to save changes.
72+
7. Under the *Conditions* tab ensure that *Start the task only if the computer is in idle for* and *Start the task only if the computer is on AC power* is *not selected*. Click *OK*.
7073

7174
## GPO for Clients
7275

0 commit comments

Comments
 (0)