VS 2010 seems to automatically restore its file associations to the default whenever I run it. If I exit VS, and associate a file extension to another application, re-opening VS will hijack that file extension back to itself.
In particular, I don't want to be opening .asm and .inc files with VS. I have another application that I want to use with those file types. But VS insists on hijacking them as soon as I open an instance of Visual Studio for an unrelated project.
I have tried deleting the keys in:
HKLM\Software\Microsoft\VisualStudio\10.0\ShellFileAssociations\
however this did not fix the issue. Does anyone know what is causing this to happen, and have any ideas on how I can prevent Visual Studio from doing this?