<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Idiot&amp;Robot</title>
    <description>Mostly Robot</description>
    <link>https://idiotandrobot.com/blog</link>
    <atom:link href="https://idiotandrobot.com/blog/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>PowerShell Script and Module Paths</title>
        <description>&lt;table class=&quot;mdtable&quot;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th style=&quot;text-align: left&quot;&gt; &lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;5.1&lt;/th&gt;
      &lt;th style=&quot;text-align: left&quot;&gt;7&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;User&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;$HOME\Documents\WindowsPowerShell\Modules&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;$HOME\Documents\PowerShell\Modules&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;System&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;$Env:ProgramFiles\WindowsPowerShell\Modules&lt;/td&gt;
      &lt;td style=&quot;text-align: left&quot;&gt;$Env:ProgramFiles\PowerShell\Modules&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
</description>
        <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
        <link>https://idiotandrobot.com/blog/notes/powershell-script-and-module-paths/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/powershell-script-and-module-paths/</guid>
      </item>
    
      <item>
        <title>Link: PowerShell: Get User Downloads Folder Location</title>
        <description>
</description>
        <pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate>
        <link>https://stackoverflow.com/a/72997657</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/powershell-get-user-downloads-folder/</guid>
      </item>
    
      <item>
        <title>Link: Windows Sandbox</title>
        <description>
<ul>
<li><a href="https://www.aloneguid.uk/posts/2022/12/launch-windows-sandbox-with-winget-enabled/">Launch Windows Sandbox with Winget Enabled</a></li>
<li><a href="https://powershellisfun.com/2024/08/02/creating-a-development-windows-sandbox-using-powershell-and-winget/">Creating a development Windows Sandbox using PowerShell and WinGet</a></li>
</ul>
</description>
        <pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate>
        <link>https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/windows-sandbox/</guid>
      </item>
    
      <item>
        <title>Link: Understanding PowerShell Pipeline Parameter Binding</title>
        <description>
</description>
        <pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate>
        <link>https://sid-500.com/2019/11/19/understanding-powershell-pipeline-parameter-binding/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/understanding-powershell-pipeline-parameter-binding/</guid>
      </item>
    
      <item>
        <title>Link: PowerShell: Unblock-File</title>
        <description>
</description>
        <pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate>
        <link>https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/unblock-file</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/powershell-unblock-file/</guid>
      </item>
    
      <item>
        <title>Link: Azure Maps Service - Real Time Location in UWP Application</title>
        <description>
</description>
        <pubDate>Wed, 11 Jun 2025 00:00:00 +0000</pubDate>
        <link>https://daniel-krzyczkowski.github.io/Azure-Maps-Service-real-time-location-in-UWP-application/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/azure-maps-in-uwp/</guid>
      </item>
    
      <item>
        <title>Link: Windows 11 Settings via Registry</title>
        <description>&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Disable Bing Search in the Start Menu&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows&lt;/code&gt;
        &lt;ul&gt;
          &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Explorer&lt;/code&gt;
            &lt;ul&gt;
              &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;DisableSearchBoxSuggestions&lt;/code&gt; (DWORD) = 1&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Restore the Old Right-Click Context Menu&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Computer\HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID&lt;/code&gt;
        &lt;ul&gt;
          &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}&lt;/code&gt;
            &lt;ul&gt;
              &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;InprocServer32&lt;/code&gt;
                &lt;ul&gt;
                  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;(Default)&lt;/code&gt; =&lt;/li&gt;
                &lt;/ul&gt;
              &lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Disable the Lock Screen&lt;/strong&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows&lt;/code&gt;
        &lt;ul&gt;
          &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Personalization&lt;/code&gt;
            &lt;ul&gt;
              &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;NoLockScreen&lt;/code&gt; (DWORD) = 1&lt;/li&gt;
            &lt;/ul&gt;
          &lt;/li&gt;
        &lt;/ul&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 05 Jun 2025 00:00:00 +0000</pubDate>
        <link>https://www.howtogeek.com/registry-hacks-i-always-use-on-a-fresh-windows-11-install/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/three-windows-11-settings-via-registry/</guid>
      </item>
    
      <item>
        <title>Create a Legacy .NET Framework Windows Service</title>
        <description>
<ul>
<li><a href="https://learn.microsoft.com/en-us/dotnet/framework/windows-services/">Develop Windows service apps</a></li>
<li><a href="https://learn.microsoft.com/en-us/archive/msdn-magazine/2016/october/windows-service-create-a-customizable-filesystemwatcher-windows-service">Create a Customizable FileSystemWatcher Windows Service</a></li>
</ul>
</description>
        <pubDate>Sun, 04 May 2025 00:00:00 +0000</pubDate>
        <link>https://idiotandrobot.com/blog/notes/create-a-legacy-dot-net-framework-windows-service/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/create-a-legacy-dot-net-framework-windows-service/</guid>
      </item>
    
      <item>
        <title>Windows System Icon DLLs</title>
        <description>&lt;ul&gt;
  &lt;li&gt;shell32.dll&lt;/li&gt;
  &lt;li&gt;imageres.dll&lt;/li&gt;
  &lt;li&gt;imagesp1.dll&lt;/li&gt;
  &lt;li&gt;filemgmt.dll&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sun, 06 Apr 2025 00:00:00 +0000</pubDate>
        <link>https://idiotandrobot.com/blog/notes/windows-system-icon-dlls/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/windows-system-icon-dlls/</guid>
      </item>
    
      <item>
        <title>Link: Fixing Windows Error 0x80071a91</title>
        <description>&lt;p&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;fsutil resource setautoreset true C:\&lt;/code&gt;&lt;/p&gt;
</description>
        <pubDate>Sun, 06 Apr 2025 00:00:00 +0000</pubDate>
        <link>https://www.reddit.com/r/techsupport/comments/15sqrlb/windows_11_update_error_0x80071a91/</link>
        <guid isPermaLink="true">https://idiotandrobot.com/blog/notes/fixing-windows-error-0x80071A91/</guid>
      </item>
    
  </channel>
</rss>
