• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Must Stop applications from changing file associations!

SoftwareEng

Senior member
I just realized how easy it is for things to go bad in Windows. I am deploying a PC for someone (Windows 7 Home Premium), and just about any application, including the user himself, can change/break file associations.

Is there a program to permanently lock down file associations? E.g. I don't want anything to steal my mp3/winamp and html/notepad associations.

If not a utility, Is there a registry key I can make read-only? This can't be that freaking' hard! Thanks.
 
Hey Corkyg, thanks for that tip... However, I don't want to use Deepfreeze because I know I'll forget to disable it once or twice after applying important changes, and it will blow them away. I was looking for a program to watch for and restore any changes to file associations.
 
I'm sure you could do it by setting permissions on the appropriate keys, under HKCR IIRC, but it's not just a single key so you'll have to do some reading on how Windows handles file type associations.
 
I'm sure you could do it by setting permissions on the appropriate keys, under HKCR IIRC, but it's not just a single key so you'll have to do some reading on how Windows handles file type associations.

Cool, I can see how that would work. One could even write a program to unlock those keys (i.e. set appropriate permissions) before installing an app that's allowed to make a change, and then locking them again.

I'm adding this to my potential apps-to-write list 🙂

Thanks!!
 
Back
Top