VirtualDesktop
VirtualDesktop copied to clipboard
After the recent "Spring" Windows update , doesn't work
As the title suggests, the methods are not recognized. Good Job
It does not work due to changes in interface CLSIDs. Some of them appear to have changed again in Skip Ahead (e.g. 1809).
In 1803 IApplicationView's CLSID changed. In 1809 (build 17665), looks like it can't obtain IVirtualDesktopPinnedApps
I am going to do some poking around, but seems like the underlying API is undocumented, and hence unsupported.
Please, vote for https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/34150927-stabilize-virtual-desktop-api
Found the appropriate CLSID for v1803 https://github.com/mzomparelli/zVirtualDesktop/issues/186 Updating just that solved the issue for me on v1803.17134.48
[Guid("871F602A-2B58-42B4-8C4B-6C43D642C06F")]
Not sure how you can incorporate so it works for v1803 and before.