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.
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