<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Windows for Student Computing on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/series/windows-implementation-for-student-computing/</link>
		<description>Recent content in Windows for Student Computing 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/series/windows-implementation-for-student-computing/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Set Up a Safe Windows Account for College</title>
				<link>https://workyoucanexplain.com/posts/set-up-a-safe-windows-account-for-college/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/set-up-a-safe-windows-account-for-college/</guid>
				<description>&lt;p&gt;A safe college Windows setup begins with accountable ownership and recovery.&#xA;The student should know which account owns the device, whether the school&#xA;manages it, which account approves administrator changes, how Windows Hello&#xA;relates to the account password, and how to recover access.&lt;/p&gt;&#xA;&lt;p&gt;Settings vary by Windows version, edition, hardware, and institutional policy.&#xA;Do not remove management or accounts from a school-owned device.&lt;/p&gt;&#xA;&lt;h2 id=&#34;identify-ownership-and-management&#34;&gt;Identify ownership and management&lt;/h2&gt;&#xA;&lt;p&gt;Record:&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;Device owner:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Windows edition and version:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Primary daily account:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Account type: Microsoft | local | work/school&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Administrator account:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Work/school account added:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Device management enrolled:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;IT contact:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;A personal Microsoft account, local Windows account, and institutional&#xA;work/school account have different roles. Adding a work/school account to an&#xA;application does not always mean the same thing as enrolling the device in&#xA;management.&lt;/p&gt;</description>
			</item>
			<item>
				<title>BitLocker and Recovery Keys Without Regret</title>
				<link>https://workyoucanexplain.com/posts/bitlocker-and-recovery-keys-without-regret/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/bitlocker-and-recovery-keys-without-regret/</guid>
				<description>&lt;p&gt;Drive encryption protects data only when recovery is also planned. Before a&#xA;hardware change or boot failure asks for a key, verify whether encryption is&#xA;enabled, who controls it, where the matching recovery key is stored, and how the&#xA;student can reach it from another device.&lt;/p&gt;&#xA;&lt;p&gt;Do not disable encryption or trigger recovery as a beginner test.&lt;/p&gt;&#xA;&lt;h2 id=&#34;distinguish-the-windows-features&#34;&gt;Distinguish the Windows features&lt;/h2&gt;&#xA;&lt;p&gt;Microsoft describes two related experiences:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Device Encryption&lt;/strong&gt; is available on a wider range of supported devices,&#xA;including some running Windows Home, and may enable automatically.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;BitLocker Drive Encryption&lt;/strong&gt; provides advanced management on Windows Pro,&#xA;Enterprise, and Education editions.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;See Microsoft&amp;rsquo;s current &lt;a href=&#34;https://support.microsoft.com/en-us/windows/security/encryption/device-encryption-in-windows&#34;&gt;Device Encryption&#xA;documentation&lt;/a&gt;&#xA;and &lt;a href=&#34;https://support.microsoft.com/en-us/windows/security/encryption/bitlocker-overview&#34;&gt;BitLocker&#xA;overview&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Windows Paths, File Extensions, and Hidden Files</title>
				<link>https://workyoucanexplain.com/posts/windows-paths-file-extensions-and-hidden-files/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/windows-paths-file-extensions-and-hidden-files/</guid>
				<description>&lt;p&gt;A Windows path is the exact route to a file or folder. Learn to read drive&#xA;letters and backslash-separated components, distinguish full from relative&#xA;paths, show file extensions, and reveal hidden items only when needed.&lt;/p&gt;&#xA;&lt;p&gt;File Explorer&amp;rsquo;s friendly labels are useful, but a compiler, terminal, script,&#xA;or submission system uses an exact location and filename.&lt;/p&gt;&#xA;&lt;h2 id=&#34;read-a-windows-path-component-by-component&#34;&gt;Read a Windows path component by component&lt;/h2&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;C:\Users\Amina\College\2026-Fall\CS101\project\README.md&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;C:&lt;/code&gt; identifies a drive.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;\&lt;/code&gt; separates path components.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Users\Amina&lt;/code&gt; identifies a user profile folder.&lt;/li&gt;&#xA;&lt;li&gt;the remaining folders narrow the location;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;README.md&lt;/code&gt; is the filename; and&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;.md&lt;/code&gt; is its extension.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Microsoft&amp;rsquo;s &lt;a href=&#34;https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file&#34;&gt;Windows path&#xA;documentation&lt;/a&gt;&#xA;defines backslashes as component separators and explains drive and UNC path&#xA;forms.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Windows Terminal and PowerShell for Complete Beginners</title>
				<link>https://workyoucanexplain.com/posts/windows-terminal-and-powershell-for-complete-beginners/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/windows-terminal-and-powershell-for-complete-beginners/</guid>
				<description>&lt;p&gt;Windows Terminal is a terminal application. PowerShell is a shell and scripting&#xA;environment that can run inside it. A Terminal profile selects a shell, starting&#xA;directory, appearance, and related settings. Keeping these roles separate makes&#xA;errors easier to understand.&lt;/p&gt;&#xA;&lt;h2 id=&#34;read-the-window-before-typing&#34;&gt;Read the window before typing&lt;/h2&gt;&#xA;&lt;p&gt;Open Windows Terminal from a standard user account. The tab title and profile&#xA;menu identify the active profile. Microsoft documents that Terminal can generate&#xA;profiles for installed PowerShell and WSL shells in its&#xA;&lt;a href=&#34;https://learn.microsoft.com/en-us/windows/terminal/dynamic-profiles&#34;&gt;dynamic-profile guidance&lt;/a&gt;.&#xA;Available profiles depend on installed software and organization policy.&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>
			<item>
				<title>Ten PowerShell Operations Every Student Should Practice</title>
				<link>https://workyoucanexplain.com/posts/ten-powershell-operations-every-student-should-practice/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/ten-powershell-operations-every-student-should-practice/</guid>
				<description>&lt;p&gt;Practice PowerShell in a disposable folder as a standard user. The objective is&#xA;not memorizing aliases. It is learning to inspect location, predict effects, run&#xA;one operation, and verify the result.&lt;/p&gt;&#xA;&lt;p&gt;Create &lt;code&gt;PowerShell-Practice&lt;/code&gt; in your Documents folder and add two non-sensitive&#xA;text files. Confirm the path before every change.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-navigate&#34;&gt;1. Navigate&lt;/h2&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;Get-Location&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Set-Location -Path &amp;#34;$HOME\Documents\PowerShell-Practice&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Verify with &lt;code&gt;Get-Location&lt;/code&gt;. A relative path depends on the current location.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-list&#34;&gt;2. List&lt;/h2&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;Get-ChildItem&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-ChildItem -File&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Inspect names and item types before copying or moving anything.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Native Windows or WSL: How to Choose</title>
				<link>https://workyoucanexplain.com/posts/native-windows-or-wsl-how-to-choose/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/native-windows-or-wsl-how-to-choose/</guid>
				<description>&lt;p&gt;Choose the environment required by the course and project. Use native Windows&#xA;when the required toolchain, files, or support process is Windows-based. Use WSL&#xA;when Linux commands, packages, runtime behavior, or deployment compatibility are&#xA;part of the requirement. Keep one primary environment and filesystem for each&#xA;project.&lt;/p&gt;&#xA;&lt;p&gt;WSL is optional. Installation and virtualization may be restricted by Windows&#xA;version, edition, hardware configuration, administrator permission, or&#xA;institution management.&lt;/p&gt;&#xA;&lt;h2 id=&#34;start-with-authoritative-requirements&#34;&gt;Start with authoritative requirements&lt;/h2&gt;&#xA;&lt;p&gt;Ask:&lt;/p&gt;</description>
			</item>
			<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>Rebuild a Student Windows PC from Documentation</title>
				<link>https://workyoucanexplain.com/posts/rebuild-a-student-windows-pc-from-documentation/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/rebuild-a-student-windows-pc-from-documentation/</guid>
				<description>&lt;p&gt;Test recovery before a device failure, but do not reset a working student&#xA;computer for practice.&lt;/p&gt;&#xA;&lt;p&gt;Run a non-destructive rehearsal: inventory accounts and recovery access, restore&#xA;test files to another location, clone a project into a new directory, inspect&#xA;package manifests, follow setup documentation, and run verification. Record&#xA;every missing dependency.&lt;/p&gt;&#xA;&lt;p&gt;An actual Windows reset or reinstall is a separate destructive operation. It&#xA;requires a real need, complete backup, BitLocker recovery access, official&#xA;instructions, time, power, network access, and authorization for managed&#xA;devices.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
