Skip to content

Instantly share code, notes, and snippets.

@kobachi
Created July 26, 2021 02:26
Show Gist options
  • Save kobachi/63b8697abf80bacd5958350e8783b53f to your computer and use it in GitHub Desktop.
Save kobachi/63b8697abf80bacd5958350e8783b53f to your computer and use it in GitHub Desktop.
「Visual Studio Codeで開く」をフォルダのコンテキストメニューに追加(Program Filesにインストールされている場合)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\vscode]
@="Visual Studio Codeで開く(&V)"
"Icon"=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\
00,6c,00,65,00,73,00,25,00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,\
66,00,74,00,20,00,56,00,53,00,20,00,43,00,6f,00,64,00,65,00,5c,00,43,00,6f,\
00,64,00,65,00,2e,00,65,00,78,00,65,00,22,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOT\Directory\shell\vscode\command]
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
00,65,00,73,00,25,00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,56,00,53,00,20,00,43,00,6f,00,64,00,65,00,5c,00,43,00,6f,00,64,\
00,65,00,2e,00,65,00,78,00,65,00,22,00,20,00,2d,00,6e,00,65,00,77,00,2d,00,\
77,00,69,00,6e,00,64,00,6f,00,77,00,20,00,22,00,25,00,31,00,22,00,00,00
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
@="Visual Studio Codeで開く(&V)"
"Icon"=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\
00,6c,00,65,00,73,00,25,00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,\
66,00,74,00,20,00,56,00,53,00,20,00,43,00,6f,00,64,00,65,00,5c,00,43,00,6f,\
00,64,00,65,00,2e,00,65,00,78,00,65,00,22,00,2c,00,30,00,00,00
[HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\
00,65,00,73,00,25,00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,\
74,00,20,00,56,00,53,00,20,00,43,00,6f,00,64,00,65,00,5c,00,43,00,6f,00,64,\
00,65,00,2e,00,65,00,78,00,65,00,22,00,20,00,2d,00,6e,00,65,00,77,00,2d,00,\
77,00,69,00,6e,00,64,00,6f,00,77,00,20,00,22,00,25,00,56,00,22,00,00,00
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\shell\vscode\command]
[-HKEY_CLASSES_ROOT\Directory\shell\vscode]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\vscode]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment