Vhtforums
AI Assistant
Fix Open Remote Con...
 
Notifications
Clear all

Fix Open Remote Console opening in VMware Workstation instead of VMRC

1 Posts
1 Users
0 Reactions
2,395 Views
Brandon Lee
Posts: 696
Admin
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@brandon-lee)
Member
Joined: 16 years ago
[#361]

If you run VMware workstation on the same workstation that you use to manage your VMware vSphere environment, you may notice that when you upgrade VMware Workstation, it will automatically take over opening virtual machine consoles on VMware Workstation instead of the VMware Remote Console tool. 

This can be an irritating byproduct of updating VMware Workstation Pro. However, there is a simple and quick fix for this. If you have updated VMware Workstation and it is now opening all your console sessions in VMware Workstation instead of the VMRC, run the following two commands in PowerShell:

Set-Item HKLM:\SOFTWARE\Classes\vmrc\DefaultIcon -Value '"C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe",0'

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

No reboot is required after running the commands. Simply run the commands in Powershell and your consoles will immediately be returned back to opening in VMRC.

Hopefully this quick tip will help!