Skip to content

Instantly share code, notes, and snippets.

@tyrcho
Created November 7, 2014 13:24
Show Gist options
  • Save tyrcho/79b9f4d1a17af591343f to your computer and use it in GitHub Desktop.
Save tyrcho/79b9f4d1a17af591343f to your computer and use it in GitHub Desktop.
default application (windows)

Allows to change the default program Windows uses for filew with unknown file extension.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Unknown\shell]
@="Gvim"
[HKEY_CLASSES_ROOT\Unknown\shell\Gvim]
@="Open with Gvim"
[HKEY_CLASSES_ROOT\Unknown\shell\Gvim\command]
@="c:\\dev\\tools\\Vim\\vim73\\gvim.exe \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment