MScholtes / PSVirtualDesktop

VirtualDesktop is a Powershell module that provides commandlets to manage virtual desktops of Windows 10.
MIT License
304 stars 18 forks source link

22H2 - MS breaking compatibility once again #21

Closed morten-egan closed 2 years ago

morten-egan commented 2 years ago

Hi,

After update to 22H2, the API is unfortunately broken again, and throwing an exception when trying to create a new virtual desktop:

virtualDesktop_fault

Hope you have time to take a look at it.

Thanks, Morten

MScholtes commented 2 years ago

Hello @morten-egan,

seems to be an issue with the 32-bit version of Powershell only. I will investigate. Please use 64-bit version of Powershell so long.

Greetings

Markus

morten-egan commented 2 years ago

Hi,

Yes you are correct, 64-Bit version is working. Actually thought I was running 64-Bit as the default powershell to be honest :) Anyways all good for now.

Thanks Morten