Till Lazarevblog.lazarev.cloud·Sep 22, 2024Automating WinGet Path Fixes and Package Upgrades on Windows with PowerShellManaging software on Windows has become incredibly efficient thanks to WinGet, Microsoft’s Windows Package Manager. However, users sometimes face issues where the winget command isn’t recognized due to missing or incorrect path configurations. At Laz...1 likeWindows Automation
Giovanni Silvablog.gsilva.pro·Mar 9, 2024Criando um Ambiente Dev - Parte 3Nessa parte da serie vamos personalizar o Windows Terminal e instalar pacotes com os gerenciadores do windows chamados winget e scoop, demostro e dou dicas de quando uso um ou outro.Criando um Ambiente Dev Completo no WindowsWindows
behrooz bozorgchamyblog.behroozbc.ir·Jan 22, 2023Introduce Windows WingetAs a Windows user, I envy Linux users because they have a package manager like APT to install their software from the command line without touching UI. On May 13, 2020, Microsoft introduced the 'Winget' that ends an ear. In this post, I will look at ...102 readsWindows
Satish Yadavread.satishyadav.com·Aug 12, 2022Automate Windows Software and Apps' installation!Why? If you've installed Windows enough times, you already know the pain of installing all your Software and Apps again and again. If you haven't, let me save you the pain and show you how to: Automate the installation of Windows Software and Apps ...Chocolatey
Joseph Ganbwgjoseph.com·Jul 3, 2022How I automate downloading of application installers using PowerShellBackground Working in air-gapped environment means not having the luxury to rely on respective application updater to check for newer version automatically. So I needed to manually download the installers from time to time, which is quite time-consum...526 readsPowershell