Sept. is probably the deadline for all inbox Apps, since 23H2 has to RTM in October.
My Computer
System One
-
- OS
- Windows 7
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
App Installer is winget's parent app. App Installer is the UI wizard that installs any APPX or MSIX package file from Explorer, and downloads any missing framework packages on your behalf. The actual GitHub package is also named App Installer.Finally - I cannot find winget in store apps, only Winget-Autoupdate-Configurator. I've always installed it from GitHub myself, but Store search is also pathetically bad lol.
winget install 9NBLGGH4NNS1 --accept-package-agreements --accept-source-agreements
Okay, so it turns out that I will need one more day. Sorry. I'm chasing a weird issue. I'm having an intermittent issue with one of the simplest sections. Where I uninstall apps using a winget command, sometimes apps all get uninstalled perfectly, sometimes they do not. For now, when they do not get uninstalled, I simply copy those same commands into another batch file and run them again, and that works. But I have an idea of what it might be so I'm trying that today.
Also, at the moment, in each section of the batch file, I have a line that can be uncommented that simply jumps past that entire section to skip it. But, as I discovered in testing, that is a little bit of pain because you have to scroll through the entire file to find those sections. Instead, I'm going to change that so that you have a bunch of flags all at the top of the batch file that can be set to bypass the various sections if the user wants to do so. That will make it much easier.
Sorry for the delay, but it will be worth it. I'm really happy with how it's turning out.