This is a Windows Server 2012 VMware Guest Issue: If this is not your setup, this may not work!
net stop w32time && w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org" && w32tm /config /reliable:yes && net start w32time && w32tm /query /configuration && w32tm /resync
Note: I got an error but everything worked :)
Credit :