Skip to content

Instantly share code, notes, and snippets.

@amdelamar
Created October 27, 2016 01:37
Show Gist options
  • Save amdelamar/e896971eae792237a5565757417e5063 to your computer and use it in GitHub Desktop.
Save amdelamar/e896971eae792237a5565757417e5063 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
; Author: Austin Delamar
; Created: Aug 5th 2015
; Sets .jar .war and .ear filetypes to be recognized as .zip on windows.
; This helps when debugging deployments, for easy dbl-click to open.
[HKEY_CLASSES_ROOT\SystemFileAssociations\.jar\CLSID]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.war\CLSID]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.ear\CLSID]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment