I am using a certain file type (.QTZ) which I have successfully linked to an application. When I double click, the correct application starts. However, in Windows Explorer, it still says it is a "QTZ File".
How can I change that type description? I have found the "Default Programs" tab in the Control Panel, but it only lets me edit associations, not file types.
Answer
Launch
regedit
.In
HKEY_CLASSES_ROOT
, find your extension (you just have to type .qtz). Example with.ods
file:Look for the
Data
of the(Default)
value (in my case,opendocument.CalcDocument.1
, but in yours, something related to your application), and find this name inHKEY_CLASSES_ROOT
again, by typing the first letters. Example withopendocument.CalcDocument.1
:Change the
Data
of the(Default)
value to the description you want.Close regedit.
To see your changes appear, you can either reboot, or change the default association of some file by choosing "Open with > Choose default program..." (I couldn't find the proper method). Here is the result:
Comments
Post a Comment