Skip to content

Instantly share code, notes, and snippets.

@fluggelgleckheimlen
Created December 9, 2022 12:09
Show Gist options
  • Save fluggelgleckheimlen/e1b46021aeea7bcec9753bb32cb5e25c to your computer and use it in GitHub Desktop.
Save fluggelgleckheimlen/e1b46021aeea7bcec9753bb32cb5e25c to your computer and use it in GitHub Desktop.
Fix VMRC link handler registration
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\vmrc]
@="URL:VMware VMRC Protocol"
"URL Protocol"=""
"UseOriginalUrlEncoding"=dword:00000001
[HKEY_CLASSES_ROOT\vmrc\DefaultIcon]
@="\"C:\\Program Files (x86)\\VMware\\VMware Remote Console\\vmrc.exe\",0"
[HKEY_CLASSES_ROOT\vmrc\shell]
[HKEY_CLASSES_ROOT\vmrc\shell\open]
[HKEY_CLASSES_ROOT\vmrc\shell\open\command]
@="\"C:\\Program Files (x86)\\VMware\\VMware Remote Console\\vmrc.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment