
Search the Knowledge Base: |
Search the Knowledge Base: |
Find the config.ini file:
Windows 2000 or XP - %AllUsersProfile%\Application Data\VMware\<VMware-Product>\config.ini
Windows Vista or Windows 7 - C:\ProgramData\VMware\VMware\ <VMware-Product>\config.ini
Note: This file is normally created when the VMware product is installed. Make sure the "Show hidden files and folders" is enabled under Tools > Folder options > View. However, if the file does not exist, create a new text file in the appropriate location as described above, then add the required lines to form a valid config.ini file. For the specifications of the file, see Creating and Editing config.ini on Windows Hosts (1754).
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.