Skip to content

Instantly share code, notes, and snippets.

@dkittell
Last active November 30, 2015 12:45

Revisions

  1. dkittell revised this gist Nov 30, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions UpdateDateTime.bat
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    cls
    date 11-27-2013
    time 5:19:00 PM
    w32tm /config /syncfromflags:manual /manualpeerlist:"time.windows.com"
    net stop w32time
    net start w32time
    w32tm /resync
  2. dkittell created this gist Nov 30, 2015.
    8 changes: 8 additions & 0 deletions UpdateDateTime.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    cls
    date 11-27-2013
    time 5:19:00 PM
    net stop w32time
    net start w32time
    w32tm /resync
    w32tm /resync
    pause