📎 AI Summary:
The thread discusses how to assign a custom file extension (.duffka) to behave like an existing one (.zip) in Windows. The main solution involves editing the Windows registry under HKCR, specifically by exporting and modifying the .zip key to create a new association for .duffka. The overall tone is technical but constructive, with the participants guiding on how to achieve this registry modification.

Duffka

New Member
Joined
Sep 7, 2020
Messages
2
Thread Author #1
I want to be able to have a file extension that acts the same as a different one
for example lets say i would like a file extension called .duffka
i want the file extension to be able to act the same way a .zip and even be read by the same programs a .zip could be
all i know is that you need the reg editor or something
 

Solution
Under HKCR in the registry export the .zip key, then edit the exported file, change the .zip part of the paths to whatever you like .duffka and import the file

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
You would just need to add it to HKCR. You could even just point it to the zipfile key
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Under HKCR in the registry export the .zip key, then edit the exported file, change the .zip part of the paths to whatever you like .duffka and import the file
 

Solution