I haven't created a video tutorial because it is too long involving too many copies and pastes. So I have created a .reg file for you guys. You just need to edit the parts that you want to change. (Change ONLY the .alpha to whatever you want. They HAVE TO BE THE SAME)
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.alpha]
@="CompressedFiletype"
"Content Type"="application/x-zip-compressed"
"PerceivedType"="compressed"
[HKEY_CLASSES_ROOT\.alpha\CompressedFolder]
[HKEY_CLASSES_ROOT\.alpha\CompressedFolder\ShellNew]
"Data"=hex:50,4b,05,06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"ItemName"="@%SystemRoot%\\system32\\zipfldr.dll,-10194"
[HKEY_CLASSES_ROOT\.alpha\OpenWithProgids]
"CompressedFolder"=""
[HKEY_CLASSES_ROOT\.alpha\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\CompressedFiletype]
@="Compressed Alpha"
"FriendlyTypeName"="@%SystemRoot%\\system32\\zipfldr.dll,-10195"
[HKEY_CLASSES_ROOT\CompressedFiletype\CLSID]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
[HKEY_CLASSES_ROOT\CompressedFiletype\DefaultIcon]
@="%SystemRoot%\\system32\\zipfldr.dll"
[HKEY_CLASSES_ROOT\CompressedFiletype\shell]
@="none"
[HKEY_CLASSES_ROOT\CompressedFiletype\shell\find]
"SuppressionPolicy"=dword:00000080
[HKEY_CLASSES_ROOT\CompressedFiletype\shell\find\command]
@="%SystemRoot%\\Explorer.exe"
[HKEY_CLASSES_ROOT\CompressedFiletype\shell\find\ddeexec]
@="[FindFolder(\"%l\", %I)]"
[HKEY_CLASSES_ROOT\CompressedFiletype\shell\find\ddeexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\CompressedFiletype\shell\find\ddeexec\topic]
@="AppProperties"
[HKEY_CLASSES_ROOT\CompressedFiletype\shell\Open]
[HKEY_CLASSES_ROOT\CompressedFiletype\shell\Open\Command]
@="%SystemRoot%\\Explorer.exe /idlist,%I,%L"
"DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
[HKEY_CLASSES_ROOT\CompressedFiletype\ShellEx]
[HKEY_CLASSES_ROOT\CompressedFiletype\ShellEx\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\CompressedFiletype\ShellEx\ContextMenuHandlers\{b8cdcb65-b1bf-4b42-9428-1dfdb7ee92af}]
@="Compressed (zipped) Folder Menu"
[HKEY_CLASSES_ROOT\CompressedFiletype\ShellEx\DropHandler]
@="{ed9d80b9-d157-457b-9192-0e7280313bf0}"
[HKEY_CLASSES_ROOT\CompressedFiletype\ShellEx\StorageHandler]
@="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
Just edit this part:
Code:
[HKEY_CLASSES_ROOT\.alpha]
@="CompressedFiletype"
"Content Type"="application/x-zip-compressed"
"PerceivedType"="compressed"
[HKEY_CLASSES_ROOT\.alpha\CompressedFolder]
[HKEY_CLASSES_ROOT\.alpha\CompressedFolder\ShellNew]
"Data"=hex:50,4b,05,06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"ItemName"="@%SystemRoot%\\system32\\zipfldr.dll,-10194"
[HKEY_CLASSES_ROOT\.alpha\OpenWithProgids]
"CompressedFolder"=""
[HKEY_CLASSES_ROOT\.alpha\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
Copy it all, open up notepad & save it as a .reg file then double click on it.
_________________