Recent content by joshieecs

  1. J

    News Windows 11 Insider Release Spotlights Focus Sessions, ISO Installers

    It will be based on the work done for WSL2, I suspect. Running accelerated graphical apps on WSL2 is coming with Windows 11, too. GPU compute acceleration for has been out for a while, but not the GUI stuff. Working out how the Windows host and Linux/Android guest can cooperatively share the GPU...
  2. J

    News Windows 11 Insider Release Spotlights Focus Sessions, ISO Installers

    Microsoft revealed they were adding full support for Android apps at the Windows 11 launch event. Not sure how you missed the news, it was a bombshell that caught everyone by surprised. They will have a partnership with the Amazon and their app store (Kindle apps) rather than Google, though a...
  3. J

    Question I got a warning telling me that "You are currently using the RemoteFX 3D Video Adapter" and I don't use anything that requires a remote GPU

    The beauty of Powershell is that you don't even need to get the Name. It looks like a lot of text properties, but it's actually highly structured data. So you can just feed the output of the Get- command as input to the Disable- command with the pipeline operator. Just copy and paste one line...
  4. J

    Question I got a warning telling me that "You are currently using the RemoteFX 3D Video Adapter" and I don't use anything that requires a remote GPU

    I got the same error just now. I do not use any Hyper-V machines, let alone any with RemoteFX GPUs. I have WSL v2 and Windows Sandbox and Windows Defender Application Guard features enabled, which rely on Hyper-V services, so maybe that prompted the message. (Though none of it was running when...