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
Alexandre Nedelectechwatching.hashnode.dev·Nov 20, 2022Week 46, 2022 - Tips I learned this week.NET tip of the week: install .NET 7 using winget This week, I installed .NET 7 on my laptop and I used Windows Package Manager for that: winget install Microsoft.DotNet.SDK.7 I like winget, I have already written a few articles about it (you can fi...51 readsTips I learned this weekdotnet
Alexandre Nedelectechwatching.hashnode.dev·Aug 25, 2021Producing packages for Windows Package ManagerIn my previous articles about winget I talked about installing packages but I did not talk about producing packages for Windows Package Manager. So let's set things right. About winget packages Windows Package Manager allows you to search and install...10 likes·88 readsWindows Package Managergithub-actions
Alexandre Nedelectechwatching.hashnode.dev·May 31, 2021Customize your applications when installing them with wingetIn my last article about Windows Package Manager, I said that with winget I was missing "being able to specify some parameters for a package installation (like the workload and components to install for Visual Studio 2019)". Well, that was before I w...71 readsWindows Package Managertools
Alexandre Nedelectechwatching.hashnode.dev·May 26, 2021Install your applications with wingetAbout Windows Package Manager You probably have already heard of the new Windows Package Manager and its command line tool winget that allows you to automate installing and upgrading software on your Windows 10 computer. With winget you can install a...64 readsWindows Package ManagerWindows