Allows to change the default program Windows uses for filew with unknown file extension.
Created
November 7, 2014 13:24
-
-
Save tyrcho/79b9f4d1a17af591343f to your computer and use it in GitHub Desktop.
default application (windows)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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