1

I've written an installer, which associates an extension with my installed program. This is done modifying the registry and this was working fine for previous Windows versions.

For Windows 10 however, there is the "Default apps" feature on top of that, and the problem is that this features seems to be interactive (which I don't want).

Therefore I'm looking for a commandline command that I can use for that (I'm already aware of the assoc command but this is not configuring the "Default apps")

Thanks
Dominique

2
  • 1
    Altering the registry directly to set file association defaults, is not possible in Windows 10. If you want to deploy file associations, you need to use GPO. Windows 8: Associate a file Type or protocol with a specific app using GPO
    – w32sh
    Commented Jul 28, 2016 at 9:54
  • 1
    All major programs, such as browsers, are unable to do this in windows 10. They will popup a message telling the user how to change this. I'd say, this is not possible in windows 10 to do automatically and always going to need a little bit of interaction, such as GPO or manual action by the user.
    – LPChip
    Commented Jul 28, 2016 at 9:59

0

You must log in to answer this question.