winget
-
Blog
How to create a winget script to install and update apps automatically on Windows 11
To create a winget script to install and update apps on Windows 11, use a batch file with a list of app IDs. The script checks if each app is installed. If not, it installs it, and if it is, it checks for updates and installs them. You can run the script manually, from the Startup folder, or as a…
Read More »