9:51 PM

(0) Comments

kamlesh.sitapara

4:58 AM

(0) Comments

* if you wanted time synchronization service stop host with guest so
do that edit .vmx file
* .vmx start

time.synchronize.restore = false
time.synchronize.resume.disk = false
time.synchronize.continue = false
time.synchronize.shrink = false
tools.syncTime = false
time.synchronize.tools.startup = FALSE
rtc.startTime = 1209728431

* .vmx end

# 2 may 2008
http://www.4webhelp.net/us/timestamp.php?action=date&day=02&month=05&year=2008&hour=11&minute=40&second=31&timezone=0

make bat file for time sync start in vm machine
cd\Program Files\VMware\VMware Tools
VMwareService.exe --cmd "vmx.set_option synctime 0 1"
pause