Delete file association in Windows 8.1

2

How do you delete a file association in Windows 8.1? All the guides I've found seem to only work in Windows 7 or below, and Control Panel > Programs > Default Programs > Set Associations doesn't have a delete option. Is there a particular registry key I need to edit/remove?

Justin

Posted 2014-11-30T03:39:13.017

Reputation: 362

do you just want to remove or associate a file to another program – skv – 2014-11-30T04:09:28.177

@skv I want to remove the association entirely. – Justin – 2014-11-30T04:10:11.850

Answers

0

One hack that can be used to achieve this end is to create a file in desktop with .exe extension, associating the file type that you aim to disassociate to that new program that you created (Which can be just a text file renamed to .exe)

This way now your program is the one responsible for opening the file, if you now delete that exe file, next time you open this file type you get an option to choose again (as if nothing existed).

The registry keys to delete is in HKLM\Software\Classes and then search for the file extension if it is associated with another class delete that class as well, however if you are not used to regedit I would recommend the prior approach.

skv

Posted 2014-11-30T03:39:13.017

Reputation: 364

I had tried the hack-y solution before asking this question, but it wasn't quite what I wanted. However, I hadn't realized that the registry had a search function. I was able to CTRL+F for the file extension I was trying to de-associate and fix it that way. – Justin – 2014-11-30T05:12:12.323