VMware Cloud Community
federicoc__
Contributor
Contributor
Jump to solution

ESXi remote consolle

Hello everyone,
on my pc I have VMWare Workstation installed and every time I go to launch the virtual console from ESXi the session is opened in Workstation instead of VMRC.
Does anyone know the way to make VMRC open instead of Workstation?

Thanks to all!!!

0 Kudos
2 Solutions

Accepted Solutions
Octopus_L4
Enthusiast
Enthusiast
Jump to solution

Try to edit the records in the registry on the Win workstation, or add:

HKLM:\SOFTWARE\Classes\vmrc\DefaultIcon -Value '"C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe",0'
HKLM:\SOFTWARE\Classes\vmrc\shell\open\command -Value '"C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe" "%1"'

View solution in original post

Mies89
Contributor
Contributor
Jump to solution

4 Replies
Octopus_L4
Enthusiast
Enthusiast
Jump to solution

Try to edit the records in the registry on the Win workstation, or add:

HKLM:\SOFTWARE\Classes\vmrc\DefaultIcon -Value '"C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe",0'
HKLM:\SOFTWARE\Classes\vmrc\shell\open\command -Value '"C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe" "%1"'

reptw144
Contributor
Contributor
Jump to solution

Hi, do you have the vmware remote console application installed on your computer or you are trying to use de web console.

You can try eliminate the vcenter in the vmware workstation application or the cookies of your web browser.

Kind regards

0 Kudos
Mies89
Contributor
Contributor
Jump to solution

I did a blog post a couple of years back: https://be-virtual.net/the-vm-remote-console-changed-to-vmware-workstation-instead-of-vmrc/


Best regards,

Mischa Buijs
Website: Be-Virtual.net
federicoc__
Contributor
Contributor
Jump to solution

great it works!

thanks