Hi UEMdev, By "apply different default application" I mean default apps (mail, browser, etc) and file type associations (FTA). As of now I have a semi-working solution. Edge always takes over...
See more...
Hi UEMdev, By "apply different default application" I mean default apps (mail, browser, etc) and file type associations (FTA). As of now I have a semi-working solution. Edge always takes over the default browser and even though the PDF association seems to stick, double-clicking a PDF file will open Adobe Reader but it will state that it's not the default app. I will open a new thread for that so we can keep things separately. As far as the start menu and taskbar layout goes - it looks like that Windows 10 combines what's in the LayoutModification.XML and what's in the registry key HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore. So I use the XML as predefined setting to set the initial start menu and taskbar layouts and don't change it with a logoff task. This preserves PinListPlacement="Replace" so the Edge icon doesn't show up again on the taskbar. All start menu modifications after that are saved in the above key. The task bar modifications are saved in the default taskbar config in UEM. This seems to work well although more testing is required. This is my current Start Menu INI [IncludeFiles] <LocalAppData>\Microsoft\Windows\Shell\LayoutModification.XML [IncludeRegistryTrees] HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore #Worked without these two but added them from the thread that ijdemes shared above. [IncludeIndividualRegistryValues] HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\SlowContextMenuEntries [IncludeFolderTrees] <LocalAppData>\microsoft\windows\caches