We Recommend

Microsoft Windows Registry Guide Microsoft Windows Registry Guide
Get the in-depth information you need to modifyand seamlessly managethe Windows registry. Written for IT professionals and power users, this vital resource reveals little-known registry techniques, tricks, tips, and secrets to make your job easier.


Posted By

Scooter on 03/06/08


Tagged

HKCR


Versions (?)


Add compressed folder support for .JAR files


Published in: Windows Registry 


The JAR file format is used by Java programmers to package their code. JAR files are PKZIP compressed, so they can be opened by any program that supports ZIP files, including the built-in Compressed Folder wizard in Windows XP.


  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\.jar]
  4. "Content Type"="application/x-zip-compressed"
  5. "PerceivedType"="compressed"
  6. @="CompressedFolder"
  7.  
  8. [HKEY_CLASSES_ROOT\.jar\CompressedFolder]
  9.  
  10. [HKEY_CLASSES_ROOT\.jar\CompressedFolder\ShellNew]
  11. "Data"=hex:50,4b,05,06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  12.  
  13. [HKEY_CLASSES_ROOT\.jar\OpenWithProgids]
  14. "CompressedFolder"=""
  15.  
  16. [HKEY_CLASSES_ROOT\.jar\PersistentHandler]
  17. @="{098f2470-bae0-11cd-b579-08002b30bfeb}"

Report this snippet 

You need to login to post a comment.