<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Windows on homelab</title>
    <link>https://homelab.nbkelley.com/tags/windows/</link>
    <description>Recent content in Windows on homelab</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://homelab.nbkelley.com/tags/windows/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>PowerShell Local PC Scripting Patterns</title>
      <link>https://homelab.nbkelley.com/docs/scripts/powershell-local-scripting/</link>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <guid>https://homelab.nbkelley.com/docs/scripts/powershell-local-scripting/</guid>
      <description>&lt;h1 id=&#34;powershell-local-pc-scripting-patterns&#34;&gt;PowerShell Local PC Scripting Patterns&lt;a class=&#34;anchor&#34; href=&#34;#powershell-local-pc-scripting-patterns&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;what-was-established&#34;&gt;What Was Established&lt;a class=&#34;anchor&#34; href=&#34;#what-was-established&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;A collection of PowerShell scripting patterns for local PC automation tasks, including folder renaming from CSV data, and basic system administration.&lt;/p&gt;&#xA;&lt;h2 id=&#34;key-decisions&#34;&gt;Key Decisions&lt;a class=&#34;anchor&#34; href=&#34;#key-decisions&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;CSV-driven automation&lt;/strong&gt;: Use &lt;code&gt;Import-Csv&lt;/code&gt; with &lt;code&gt;Rename-Item&lt;/code&gt; for bulk folder renaming driven by spreadsheet data.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Path validation&lt;/strong&gt;: Always &lt;code&gt;Test-Path&lt;/code&gt; before operating to avoid errors on missing sources or existing destinations.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Error handling&lt;/strong&gt;: Wrap rename operations in conditional checks; log warnings rather than failing silently.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;folder-renaming-from-csv&#34;&gt;Folder Renaming from CSV&lt;a class=&#34;anchor&#34; href=&#34;#folder-renaming-from-csv&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;CSV format&lt;/strong&gt; (&lt;code&gt;folder_renaming.csv&lt;/code&gt;):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows VM Installation Troubleshooting</title>
      <link>https://homelab.nbkelley.com/docs/infrastructure/windows-vm-installation/</link>
      <pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://homelab.nbkelley.com/docs/infrastructure/windows-vm-installation/</guid>
      <description>&lt;h1 id=&#34;windows-vm-installation-troubleshooting&#34;&gt;Windows VM Installation Troubleshooting&lt;a class=&#34;anchor&#34; href=&#34;#windows-vm-installation-troubleshooting&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;what-was-established&#34;&gt;What Was Established&lt;a class=&#34;anchor&#34; href=&#34;#what-was-established&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Troubleshooting guide for Windows installation when the local disk does not appear in the partitioning screen during setup.&lt;/p&gt;&#xA;&lt;h2 id=&#34;key-troubleshooting-steps&#34;&gt;Key Troubleshooting Steps&lt;a class=&#34;anchor&#34; href=&#34;#key-troubleshooting-steps&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Check disk detection in BIOS/UEFI&lt;/strong&gt; — If the disk doesn&amp;rsquo;t appear in BIOS, it&amp;rsquo;s a hardware issue (loose cable, faulty drive, wrong SATA port).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Load storage drivers&lt;/strong&gt; — Modern NVMe/RAID controllers may need drivers loaded during setup via &lt;code&gt;Shift + F10&lt;/code&gt; → &amp;ldquo;Load Driver&amp;rdquo;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
