Skip to content

Instantly share code, notes, and snippets.

@AlbertoMonteiro
Last active November 8, 2015 16:18
Show Gist options
  • Save AlbertoMonteiro/ab92f714e3355e862bab to your computer and use it in GitHub Desktop.
Save AlbertoMonteiro/ab92f714e3355e862bab to your computer and use it in GitHub Desktop.
Set of Windows Context Menu helpers
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\vs14cmd]
@="Visual Studio 2015 Command Line"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\vs14cmd\command]
@="cmd.exe /s /k pushd \"%V\" && call \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\vs14cmd]
@="Visual Studio 2015 Command Line"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\vs14cmd\command]
@="cmd.exe /s /k pushd \"%V\" && call \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment