
Search the Knowledge Base: |
Search the Knowledge Base: |
Find the config.ini file:
Windows 2000 / XP - %AllUsersProfile%\Application Data\VMware\<VMware-Product>\config.ini
Windows Vista - C:\ProgramData\VMware\<VMware-Product>
Edit config.ini, and add the following lines. Modify the cpukHz value according to the value of the physical computer's maximum CPU speed from step 1. Also add the second and third lines. This enables a mechanism that keeps the guest's clock accurate even when the time stamp counter (TSC) is slow.
host.cpukHz = "1700000"
host.noTSC = "TRUE"
ptsc.noTSC = "TRUE"
The example above is for a computer that has a maximum CPU speed of 1700 MHz (or 1.7 GHz). The value entered on this line must be in KHz. To convert the speed from MHz, multiply by 1000. To convert from GHz, multiply by 1 000 000.
In addition, verify that the VMware in the guest operating system are set to enable time synchronization.
Open the VMware Tools toolbox application by double-clicking the VMware icon in the system notification area (tray).
Click Options, select Time synchronization between the virtual machine and the host operating system.