[Solved] Mount Tools not allowed in the current state

The problem

You try to mount the VMware tools ISO but you get the following error.

Operation "Mount VMware Tools." failed for VM "MyComputer" for the following reason:
The operation is not allowed in the current state.

Using the following command line to remove any existing ISO does not solve the problem:

Get-VM -Name MyComputer | Get-CDDrive | Set-CDDrive -NoMedia

Restarting the computer does not solve the problem neither.

The solution

What worked for me was to stop the VM and start the VM again.

One thought on “[Solved] Mount Tools not allowed in the current state

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s