Problem
Windows System Error Event 7011, Service control manager “A timeout (30000 milisecond) was reached while waiting for a transaction response from the VMtools service.” This timeout event error only happen on windows VM with 8.6.5 version of VMWare tools. Basically this is not an application or service specific but a generic windows error and it can occur with other services too.
Solution: Reinstall VMware Tools
- Stop VMware Tools service.
- Uninstall VMware Tools through Control Panel.
- Delete VMware Tools folder that is under Program Files > VMware.
- Right-click the virtual machine and click Guest > Install/Upgrade VMware Tools.
- Open a Console to the virtual machine and log into the guest operating system.
- Click Start > Run, type
cmd
, and click OK. A Command Prompt window opens. - Change the drive to your CD-ROM drive (For example, D:\).
- Type
setup /c
and press Enter to force removal of all registry entries and delete the old version of VMware Tools. For 64-bit guest operating systems, typesetup64 /c
- Open My Computer and double-click the CD-ROM that contains VMware Tools.
- After Auto-Run starts, follow the prompts to install.
- When the installation completes, reboot the guest operating system.