I'm trying to automatically change from Edge to IE11 and from Mail to Outlook 2016 on multiple computers. I'm using Autohotkey to change it through the GUI until the process is fully automated using Windows group policy or similar.
My problem is that Windows 10 opens different windows, sometimes this opens the Settings app, and sometimes the good old Control Panel:
control /name Microsoft.DefaultPrograms /page pageDefaultProgram
The problem with the Settings app is, that is seems to be random if the "Are you sure you want to switch?" button comes up when you switch from the Mail program to Outlook. It always comes up when you try to change from Edge to IE11.
Is there any way to open the control panel "Set your default programs" on every computer but not the frustrating new "Settings" app?