EARLY ACCESS: Windows 10 on M1 MacBook Air
Added 2020-12-06 21:15:31 +0000 UTC
Hey all! I'm releasing two episodes this week:
Monday: Krazy Ken's Tech Misadventures episode about virtualizing Windows 10 on an M1 MacBook Air
Thursday: Krazy Ken's Tech Talk episode about Quibi and why it failed in only 8 months ($1.75 billion later…)
Today, however, you get early access to Monday's episode. Enjoy!
Comments
think of it as similar to snapd on linux
2020-12-11 00:45:01 +0000 UTCIt has actually since been renamed to MSIX, but its a Windows App Package. The app binary and any resources get packaged in way that the application can run in sandbox with a virtualized file system and registry. For UWP apps this format has always been required, but Microsoft has made it easier to use the format for other app types as well (including Win32). https://docs.microsoft.com/en-us/windows/msix/overview
2020-12-07 02:30:55 +0000 UTCNoted. I'll try it out! What does AppX mean?
Ken Doe (Computer Clan)
2020-12-07 01:54:58 +0000 UTCIf you run the Get-AppxPackage cmdlet in PowerShell, it should list every AppX package installed along with their architecture types.
2020-12-07 01:53:18 +0000 UTCYeah, I'm flummoxed about the UWP issue, too. Is there a way I can check if an app is Win32 or UWP??
Ken Doe (Computer Clan)
2020-12-07 01:17:31 +0000 UTC