Skip to content

Instantly share code, notes, and snippets.

@Kidde82
Created March 18, 2016 08:14
Show Gist options
  • Select an option

  • Save Kidde82/d082fb5834d852c40e46 to your computer and use it in GitHub Desktop.

Select an option

Save Kidde82/d082fb5834d852c40e46 to your computer and use it in GitHub Desktop.
Remove context menu to Windows 7 to open file/folder in WebStorm
REM This is just rewritten from https://gist.github.com/amnuts/162f6b03c5f94692fd6c to fit Webstorm
REM Related gist: https://gist.github.com/Kidde82/e12496a53517daee87ce
@echo off
echo Removing file entries
@reg delete "HKEY_CLASSES_ROOT\*\shell\Open in WebStorm"
echo Removing folder entries
@reg add "HKEY_CLASSES_ROOT\Directory\shell\Open directory in WebStorm"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment