Windows 10 1803
Vmware Horizon View 7.5
UEM 9.4.0.820
While I understand benefits for OneDrive Files on Demand, I would like to remove this shortcut for all users. I understand that OneDrive auto-installs and updates for all users, so I cannot uninstall OneDrive from Windows completely. I have already disabled it via GPO, but I would like to disable the Start Menu item via UEM. If I do the following import/export, it's redundant as OneDrive will check/update/install each time:
[ExcludeRegistryTrees]
HKCU\Software\Microsoft\OneDrive
[ExcludeFolderTrees]
<LocalAppData>\Microsoft\OneDrive
When I do the below profile cleanup, it just restores it on the next logon
[DeleteFolderTrees]
<LocalAppData>\Microsoft\OneDrive
[DeleteFiles]
<UserProfile>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\OneDrive.lnk
<StartMenu>\Programs\OneDrive.lnk
I'm stumped, anyone have success with hiding this shortcut?