VirtualDesktop
VirtualDesktop copied to clipboard
IApplicationView Guid incorrect for older version of Windows 10
VirtualDesktopHelper.MoveToDesktop() fails because the Guid for IApplicationView in the version I have is 2929D253-6BF8-47A5-B229-3ED113C5B404. If I change to this Guid it works.
Settings says I have version 1511 Build 10586.545.
When I debug it is IVirtualDesktopManagerInternal10240 that is instantiated.
I considered fixing myself and submitting but wasn't sure how you would want to do it as I can't see how you can expose IApplicationView without wrapping it in your own class to make it work in all versions.