Friday 6 March 2015

How to create an Update System Time Shortcut for Windows 7

1. Create a .bat file containing the following text (the fourth line is optional):

@echo off
net start w32time
w32tm /resync
%windir%\explorer.exe shell:::{E2E7934B-DCE5-43C4-9576-7FE4F75E7480}

2. Create a shortcut to the new bat file.
3. Allow "Run As Administrator" in Advanced Properties section of the Shortcut Properties

No comments:

Post a Comment