<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WinGet on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/winget/</link>
		<description>Recent content in WinGet on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Fri, 24 Jul 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/winget/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Build a Reproducible Windows Setup</title>
				<link>https://workyoucanexplain.com/posts/build-a-reproducible-windows-setup/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/build-a-reproducible-windows-setup/</guid>
				<description>&lt;p&gt;A reproducible Windows setup is not a screenshot of installed applications. It&#xA;is a tested set of source artifacts that explains what the student needs, how&#xA;to establish it, and how to verify the result.&lt;/p&gt;&#xA;&lt;p&gt;Create a versioned repository containing package IDs, an inspected WinGet export&#xA;or configuration, small setup steps, secret-free examples, and a verification&#xA;script. Begin with current course requirements, not every application installed&#xA;over the computer&amp;rsquo;s lifetime.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Install Your First Developer Tools with WinGet</title>
				<link>https://workyoucanexplain.com/posts/install-your-first-developer-tools-with-winget/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/install-your-first-developer-tools-with-winget/</guid>
				<description>&lt;p&gt;Use WinGet as an inspectable installer, not a shortcut around course or device&#xA;policy. Search for a tool, inspect the exact package ID, publisher, source, and&#xA;version, install one approved package, then verify both WinGet&amp;rsquo;s record and the&#xA;tool itself.&lt;/p&gt;&#xA;&lt;h2 id=&#34;check-availability-and-constraints&#34;&gt;Check availability and constraints&lt;/h2&gt;&#xA;&lt;p&gt;In a standard PowerShell session:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;winget --version&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;winget --help&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;WinGet availability depends on Windows, App Installer, organization policy, and&#xA;device management. A school may block sources, installations, Store access, or&#xA;administrator elevation. Do not bypass those controls. Ask institutional IT or&#xA;the instructor when a required tool is unavailable.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Upgrade Software Safely with WinGet</title>
				<link>https://workyoucanexplain.com/posts/upgrade-software-safely-with-winget/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/upgrade-software-safely-with-winget/</guid>
				<description>&lt;p&gt;Upgrade one package intentionally. First inventory available updates, identify&#xA;the installed and available versions, read relevant release information, protect&#xA;current work, upgrade the exact package, and verify behavior.&lt;/p&gt;&#xA;&lt;h2 id=&#34;inventory-without-changing&#34;&gt;Inventory without changing&lt;/h2&gt;&#xA;&lt;p&gt;Run from a standard PowerShell session:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;winget list --upgrade-available&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Microsoft documents this filter in&#xA;&lt;a href=&#34;https://learn.microsoft.com/en-us/windows/package-manager/winget/list&#34;&gt;&lt;code&gt;winget list&lt;/code&gt;&lt;/a&gt;.&#xA;The result can include software originally installed by other means, and version&#xA;detection may be incomplete.&lt;/p&gt;&#xA;&lt;p&gt;Do not begin with a bulk upgrade. Choose one course-required, noncritical tool&#xA;whose interruption you can tolerate.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
