Event banner
The Store of the future
Event Ended
Tuesday, Oct 25, 2022, 11:00 AM PDTEvent details
Learn how the Store of the future combines with the Windows Package Manager to enhance access to the Microsoft Store app catalog. Learn how you can search, discovery, deploy and manage Microsoft Stor...
Heather_Poulsen
Updated Dec 27, 2024
Ryan Grimm
Oct 25, 2022Brass Contributor
How will Win32 apps from the new Store be handled in Autopilot scenarios? Are they considered Win32 AP-optimized or Store apps?
Paul_Woodward
Oct 26, 2022Iron Contributor
I guess for now you can package your own .ps1 script as Win32 App and have it ensure the required modules are installed, the gallery is trusted, etc, and then execute the required WinGet cli commands. That's what I'm trialling right now. For updates, we can do similar, probably use PS App Deploy Toolkit to make sure blocking apps are not running, and issue required winget upgrade commands. Or possibly, scheduled task to run "winget upgrade" after login, maybe.