<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Windows Tweaks on gal.vin</title>
    <link>https://gal.vin/tags/windows-tweaks/</link>
    <description>Recent content in Windows Tweaks on gal.vin</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Tue, 14 Dec 2021 01:49:09 +0000</lastBuildDate>
    <sy:updatePeriod>daily</sy:updatePeriod>
    
        <atom:link href="https://gal.vin/tags/windows-tweaks/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Better Windows Updates For Everyone</title>
        <link>https://gal.vin/posts/2021/better-windows-updates-for-everyone/</link>
        <pubDate>Tue, 14 Dec 2021 01:49:09 +0000</pubDate>
        
        <atom:modified>Tue, 14 Dec 2021 01:49:09 +0000</atom:modified>
        <guid>https://gal.vin/posts/2021/better-windows-updates-for-everyone/</guid>
        <description>In this post I&amp;rsquo;m going to show how to quickly configure Windows Updates so that you only receive important security updates. We&amp;rsquo;ll cover Home and Pro/Enterprise users of both Windows 10 and Windows 11.
These are also the settings I use myself and recommend for most users.
These settings may also be helpful for IT admins.
Set Active Hours - Windows 10 By default Active Hours are configured to be automatic but personally I think it&amp;rsquo;s better to set them manually.</description>
        <content:encoded>&lt;p&gt;In this post I&amp;rsquo;m going to show how to quickly configure Windows Updates so that you only receive important security updates. We&amp;rsquo;ll cover Home and Pro/Enterprise users of both Windows 10 and Windows 11.&lt;/p&gt;
&lt;p&gt;These are also the settings I use myself and recommend for most users.&lt;/p&gt;
&lt;p&gt;These settings may also be helpful for IT admins.&lt;/p&gt;
&lt;h2 id=&#34;set-active-hours---windows-10&#34;&gt;Set Active Hours - Windows 10&lt;/h2&gt;
&lt;p&gt;By default Active Hours are configured to be automatic but personally I think it&amp;rsquo;s better to set them manually.&lt;/p&gt;
&lt;p&gt;Go to Settings using WIN + I, then &lt;code&gt;Update &amp;amp; Security &amp;gt; Change active hours&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Turn off the setting &lt;code&gt;Automatically adjust active hours...&lt;/code&gt; and click on &lt;code&gt;Change&lt;/code&gt; next to &lt;code&gt;Current active hours&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Set the Active hours to the maximum allowed amount of 18 hours. I use 8am - 2am: This means Windows Update won&amp;rsquo;t restart my computer during this time period.&lt;/p&gt;
&lt;h2 id=&#34;set-active-hours---windows-11&#34;&gt;Set Active Hours - Windows 11&lt;/h2&gt;
&lt;p&gt;By default Active Hours are configured to be automatic but personally I think it&amp;rsquo;s better to set them manually.&lt;/p&gt;
&lt;p&gt;Go to Settings using WIN + I, then go to &lt;code&gt;Windows Update &amp;gt; Advanced Options &amp;gt; Active Hours&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Change the &lt;code&gt;Adjust active hours&lt;/code&gt; setting from &lt;code&gt;Automatically&lt;/code&gt; to &lt;code&gt;Manually&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Set the Active hours to the maximum allowed amount of 18 hours. I use 8am - 2am: This means Windows Update won&amp;rsquo;t restart my computer during this time period.&lt;/p&gt;
&lt;h2 id=&#34;registry-settings---windows-10-home&#34;&gt;Registry Settings - Windows 10 Home&lt;/h2&gt;
&lt;p&gt;If you are running Windows 10 Home Edition, you&amp;rsquo;ll need to make these edits to the registry as Home edition does not have access to Group Policy.&lt;/p&gt;
&lt;p&gt;Open an elevated PowerShell prompt and run this line to configure Windows Updates as noted in this article:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Invoke-Expression&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;((&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;New-Object&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;System&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Net&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;WebClient&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;).&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;DownloadString&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;https://git.io/JDRIh&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Use the Registry Editor and make the changes manually:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open regedit with WIN + R and then type &lt;code&gt;regedit&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Go to &lt;code&gt;Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Right-click &lt;code&gt;New &amp;gt; DWORD (32-bit) Value&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Name the new Value &lt;code&gt;BranchReadinessLevel&lt;/code&gt; and set it to Base: Decimal, Value data: 20&lt;/li&gt;
&lt;li&gt;Repeat steps 3 and 4 with the Value of &lt;code&gt;DeferFeatureUpdatesPeriodInDays&lt;/code&gt; Value data: 365&lt;/li&gt;
&lt;li&gt;Repeat steps 3 and 4 with the Value of &lt;code&gt;DeferQualityUpdatesPeriodInDays&lt;/code&gt; Value data: 5&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;group-policy-settings---windows-10-proenterprise&#34;&gt;Group Policy Settings - Windows 10 Pro/Enterprise&lt;/h2&gt;
&lt;p&gt;With Windows 10 Pro or Enterprise we can use the Local Group Policy, or the Domain Group Policy for the IT admins out there.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the local group policy with WIN + R and then type &lt;code&gt;gpedit.msc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;Computer Configuration &amp;gt; Administrative Templates &amp;gt; Windows Components &amp;gt; Windows Update &amp;gt; Windows update for Business&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;code&gt;Manage preview builds&lt;/code&gt; and set it to &lt;code&gt;Enabled&lt;/code&gt; and change the drop down menu to &lt;code&gt;Disable preview builds&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;code&gt;Select when Preview Builds and Feature Updates are received&lt;/code&gt; and set it to &lt;code&gt;Enabled&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Change the drop down menu to &lt;code&gt;Semi-Annual Channel&lt;/code&gt; and then for &lt;code&gt;After a Preview Build or Feature Update is released, defer receiving it for this many days&lt;/code&gt; enter &lt;code&gt;365&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Select &lt;code&gt;Select when Quality Updates are received&lt;/code&gt; and set it to &lt;code&gt;Enabled&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;For &lt;code&gt;After a Quality updates is released, defer receiving it for this many days&lt;/code&gt; enter &lt;code&gt;5&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;registry-settings---windows-11-home&#34;&gt;Registry Settings - Windows 11 Home&lt;/h2&gt;
&lt;p&gt;If you are running Windows 11 Home Edition, you&amp;rsquo;ll need to make these edits to the registry as Home edition does not have access to Group Policy.&lt;/p&gt;
&lt;p&gt;Open an elevated PowerShell prompt and run this line to configure Windows Updates as noted in this article:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Invoke-Expression&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;((&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;New-Object&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;System&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Net&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;WebClient&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;).&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;DownloadString&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;https://git.io/JDRIh&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;))&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Use the Registry Editor and make the changes manually:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open regedit with WIN + R and then type &lt;code&gt;regedit&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Go to &lt;code&gt;Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Right-click &lt;code&gt;New &amp;gt; DWORD (32-bit) Value&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Name the new Value &lt;code&gt;BranchReadinessLevel&lt;/code&gt; and set it to Base: Decimal, Value data: 20&lt;/li&gt;
&lt;li&gt;Repeat steps 3 and 4 with the Value of &lt;code&gt;DeferFeatureUpdatesPeriodInDays&lt;/code&gt; Value data: 365&lt;/li&gt;
&lt;li&gt;Repeat steps 3 and 4 with the Value of &lt;code&gt;DeferQualityUpdatesPeriodInDays&lt;/code&gt; Value data: 5&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;group-policy-settings---windows-11-proenterprise&#34;&gt;Group Policy Settings - Windows 11 Pro/Enterprise&lt;/h2&gt;
&lt;p&gt;With Windows 11 Pro or Enterprise we can use the Local Group Policy, or the Domain Group Policy for the IT admins out there.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the local group policy with WIN + R and then type &lt;code&gt;gpedit.msc&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Navigate to &lt;code&gt;Computer Configuration &amp;gt; Administrative Templates &amp;gt; Windows Components &amp;gt; Windows Update &amp;gt; Manage updates offered from Windows Update&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;code&gt;Select when Preview Builds and Feature Updates are received&lt;/code&gt; and set it to &lt;code&gt;Enabled&lt;/code&gt; and then for &lt;code&gt;How many days after a Feature Update is released...&lt;/code&gt; enter &lt;code&gt;365&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Next, select &lt;code&gt;Select when Quality Updates are received&lt;/code&gt; and set it to &lt;code&gt;Enabled&lt;/code&gt; and then for &lt;code&gt;After a quality update is released..&lt;/code&gt; enter &lt;code&gt;5&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;support-my-work&#34;&gt;Support My Work&lt;/h2&gt;
&lt;p&gt;If you would like to support me, please check out the link below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Group Policy</category>
            
          
            
              <category>Windows 11</category>
            
          
            
              <category>Windows 11 21H2</category>
            
          
            
              <category>Windows 11 22H2</category>
            
          
            
              <category>Windows 11 23H2</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows 10 21H2 November 2021 Update</category>
            
          
            
              <category>Windows 10 22H2</category>
            
          
            
              <category>Windows Update</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Windows 11 Customisation</title>
        <link>https://gal.vin/posts/2021/w11-21h2-customisation/</link>
        <pubDate>Sat, 04 Sep 2021 17:09:28 +0100</pubDate>
        
        <atom:modified>Sat, 04 Sep 2021 17:09:28 +0100</atom:modified>
        <guid>https://gal.vin/posts/2021/w11-21h2-customisation/</guid>
        <description>Windows 11 is very similar to Windows 10 is terms of technology and core services, however with the new UI and Start Menu refresh there are some new elements that you may want to remove.
Start Menu Layout Microsoft now expects the Start menu layout to be managed by an MDM service, if you want to do it without that then the easiest method is to copy the start.bin files.</description>
        <content:encoded>&lt;p&gt;Windows 11 is very similar to Windows 10 is terms of technology and core services, however with the new UI and Start Menu refresh there are some new elements that you may want to remove.&lt;/p&gt;
&lt;h2 id=&#34;start-menu-layout&#34;&gt;Start Menu Layout&lt;/h2&gt;
&lt;p&gt;Microsoft now expects the Start menu layout to be managed by an MDM service, if you want to do it without that then the easiest method is to copy the start.bin files.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use a existing Windows 11 install to setup the Start menu layout how you want it.&lt;/li&gt;
&lt;li&gt;Copy the start.bin file from &lt;code&gt;%LocalAppData%\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState&lt;/code&gt; to a folder in the MDT Deployment Share - in my case, I&amp;rsquo;ll use &amp;ldquo;_custom&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Within your deployment Task Sequence you&amp;rsquo;ll want to copy the start.bin file to &lt;code&gt;C:\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;For all new users they will now get the start menu layout you specified.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I use a PowerShell script to copy the start.bin to the correct location.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$src&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;Z:\_custom&amp;#34;&lt;/span&gt;

&lt;span class=&#34;nb&#34;&gt;New-Item&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Type&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Directory&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Path&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;$env:systemdrive\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState&amp;#34;&lt;/span&gt;
&lt;span class=&#34;nb&#34;&gt;Copy-Item&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Path&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;$src\w11_StartLayout\start.bin&amp;#34;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Destination&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;$env:systemdrive\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState&amp;#34;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Force&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;disable-search-on-the-taskbar&#34;&gt;Disable Search On The Taskbar&lt;/h2&gt;
&lt;p&gt;Currently I have not found the Group Policy settings for the new additions to the Taskbar, so here are the registry entries to disable/hide the extra icons.&lt;/p&gt;
&lt;p&gt;The registry entry for the setting is per-user and is located here:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The key is a DWORD (32-bit) Value name &lt;code&gt;SearchboxTaskbarMode&lt;/code&gt; and it has 2 states:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0 (Hide icon)&lt;/li&gt;
&lt;li&gt;1 (Show icon)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;disable-widgets-on-the-taskbar&#34;&gt;Disable Widgets On The Taskbar&lt;/h2&gt;
&lt;p&gt;The registry entry for the setting is per-user and is located here:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The key is a DWORD (32-bit) Value name &lt;code&gt;TaskbarDa&lt;/code&gt; and it has 2 states:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0 (Hide icon)&lt;/li&gt;
&lt;li&gt;1 (Show icon)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;disable-chat-in-the-taskbar&#34;&gt;Disable Chat In The Taskbar&lt;/h2&gt;
&lt;p&gt;The registry entry for the setting is per-user and is located here:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The key is a DWORD (32-bit) Value name &lt;code&gt;TaskbarMn&lt;/code&gt; and it has 2 states:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0 (Hide icon)&lt;/li&gt;
&lt;li&gt;1 (Show icon)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;default-app-associations&#34;&gt;Default App Associations&lt;/h2&gt;
&lt;p&gt;Importing a list of default app associations for Windows 11 is the same as Windows 10, but I think it&amp;rsquo;s worth mentioning that Windows 11 has done away with the &amp;ldquo;Default Apps&amp;rdquo; section of Settings and so now it can be a lot more work to set them all on a template system to export. You can however still import a default app associations file that was created on Windows 10 into Windows 11.&lt;/p&gt;
&lt;h3 id=&#34;exporting-a-default-app-association-file&#34;&gt;Exporting A Default App Association File&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;Dism /Online /Export-DefaultAppAssociations:&amp;#34;C:\foo\w11_AppAssoc.xml&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;importing-a-default-app-association-file-as-part-of-an-mdt-task-sequence&#34;&gt;Importing A Default App Association File as part of an MDT Task Sequence&lt;/h3&gt;
&lt;p&gt;You will need to create a new &amp;ldquo;Run Command Line&amp;rdquo; item just under &amp;ldquo;Postinstall&amp;rdquo; - see the image below.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;Dism.exe /Image:%OSDisk%\ /Import-DefaultAppAssociations:%deployroot%\_custom\w11_appassoc\w11_AppAssoc.xml
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;img src=&#34;https://gal.vin/media/2021/default-app-associations.webp&#34; alt=&#34;Importing default app associations&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;support-my-work&#34;&gt;Support My Work&lt;/h2&gt;
&lt;p&gt;If you would like to support me, please check out the link below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 11 23H2</category>
            
          
            
              <category>Windows 11 22H2</category>
            
          
            
              <category>Windows 11 21H2</category>
            
          
            
              <category>Windows 11</category>
            
          
            
              <category>Windows Deployment</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Disable The News and Interests Bar in Windows 10</title>
        <link>https://gal.vin/posts/2021/disable-news-interests-bar/</link>
        <pubDate>Thu, 10 Jun 2021 15:26:20 +0100</pubDate>
        
        <atom:modified>Thu, 10 Jun 2021 15:26:20 +0100</atom:modified>
        <guid>https://gal.vin/posts/2021/disable-news-interests-bar/</guid>
        <description>The New News and Interests Bar for Windows 10 In the June updates for Windows 10 the News and interests bar has been rolled out to Windows 10 and is enabled by default. If you want to disable it as a user, it&amp;rsquo;s easily done by right-clicking on the Taskbar &amp;gt; News and Interests &amp;gt; Turn off. Job done. 👍
Registry The registry entry for the setting is per-user and is located here:</description>
        <content:encoded>&lt;h2 id=&#34;the-new-news-and-interests-bar-for-windows-10&#34;&gt;The New News and Interests Bar for Windows 10&lt;/h2&gt;
&lt;p&gt;In the June updates for Windows 10 the &lt;em&gt;News and interests&lt;/em&gt; bar has been rolled out to Windows 10 and is enabled by default. If you want to disable it as a user, it&amp;rsquo;s easily done by right-clicking on the Taskbar &amp;gt; News and Interests &amp;gt; Turn off. Job done. 👍&lt;/p&gt;
&lt;h2 id=&#34;registry&#34;&gt;Registry&lt;/h2&gt;
&lt;p&gt;The registry entry for the setting is per-user and is located here:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Feeds
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The key is a DWORD (32-bit) Value name &lt;code&gt;ShellFeedsTaskbarViewMode&lt;/code&gt; and it has 3 states:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0 (Show icon and text)&lt;/li&gt;
&lt;li&gt;1 (Show only icon)&lt;/li&gt;
&lt;li&gt;2 (Hide everything)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;group-policy&#34;&gt;Group Policy&lt;/h2&gt;
&lt;p&gt;To disable this feature for all users using Group Policy, the setting can be found here:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;Computer Configuration &amp;gt; Administrative Templates &amp;gt; Windows Components &amp;gt; News and interests
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ul&gt;
&lt;li&gt;Enable news and interests on the taskbar&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Set this item to Disabled to remove it for all users on the PC by default.&lt;/p&gt;
&lt;h2 id=&#34;central-store&#34;&gt;Central Store&lt;/h2&gt;
&lt;p&gt;You may not see this setting in your Group Policy if you have created a Central Store for your Group Policy Objects. You&amp;rsquo;ll need to update the Central Store with the following files from a Windows 10 system with the June update:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;C:\Windows\PolicyDefinitions\Feeds.admx
C:\Windows\PolicyDefinitions\en-US [or your language]\Feeds.adml
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;support-my-work&#34;&gt;Support My Work&lt;/h2&gt;
&lt;p&gt;If you would like to support me, please check out the link below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Group Policy</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows Deployment</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Disable Network Discovery in Windows 10/11</title>
        <link>https://gal.vin/posts/2021/disable-network-discovery/</link>
        <pubDate>Tue, 20 Apr 2021 23:18:59 +0100</pubDate>
        
        <atom:modified>Tue, 20 Apr 2021 23:18:59 +0100</atom:modified>
        <guid>https://gal.vin/posts/2021/disable-network-discovery/</guid>
        <description>Fully disabling Network Discovery in Windows 10 using Group Policy To properly disable Network Discovery in Windows 10 in a way that the user cannot easily re-enable we must create some firewall rules and prevent some services from running on start-up. We can do both things using Group Policy.
Firewall Rules Create a new Group Policy or use an existing one that takes effect on computer objects.
 Go to Computer Configuration &amp;gt; Policies &amp;gt; Windows Settings &amp;gt; Security Settings &amp;gt; Windows Firewall with Advanced Security.</description>
        <content:encoded>&lt;h2 id=&#34;fully-disabling-network-discovery-in-windows-10-using-group-policy&#34;&gt;Fully disabling Network Discovery in Windows 10 using Group Policy&lt;/h2&gt;
&lt;p&gt;To properly disable Network Discovery in Windows 10 in a way that the user cannot easily re-enable we must create some firewall rules and prevent some services from running on start-up. We can do both things using Group Policy.&lt;/p&gt;
&lt;h2 id=&#34;firewall-rules&#34;&gt;Firewall Rules&lt;/h2&gt;
&lt;p&gt;Create a new Group Policy or use an existing one that takes effect on computer objects.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Computer Configuration &amp;gt; Policies &amp;gt; Windows Settings &amp;gt; Security Settings &amp;gt; Windows Firewall with Advanced Security.&lt;/li&gt;
&lt;li&gt;Inside the Inbound Rules node, right click and choose New Rule.&lt;/li&gt;
&lt;li&gt;On Rule Type, select Predefined and choose Network Discovery then click Next.&lt;/li&gt;
&lt;li&gt;You will be presented with a long list of rules, many of which are duplicates because of the Profile they belong to; Public, Domain, Private.&lt;/li&gt;
&lt;li&gt;Select only the following rules, it does not matter which profile as we will change it later.
&lt;ul&gt;
&lt;li&gt;Network Discovery (LLMNR-UDP-In)&lt;/li&gt;
&lt;li&gt;Network Discovery (NB-Datagram-In)&lt;/li&gt;
&lt;li&gt;Network Discovery (NB-Name-In)&lt;/li&gt;
&lt;li&gt;Network Discovery (Pub-WSD-In)&lt;/li&gt;
&lt;li&gt;Network Discovery (SSDP-In)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Next, choose Block the connection and click Finish.&lt;/li&gt;
&lt;li&gt;We will now make some changes to those rules.&lt;/li&gt;
&lt;li&gt;First, select Network Discovery (NB-Datagram-In) and go to its properties.&lt;/li&gt;
&lt;li&gt;On the General tab, select the Allow the connection radio button.&lt;/li&gt;
&lt;li&gt;Next on the Scope tab, under Remote IP address, select the These IP addresses: radio button and then click Add&amp;hellip;&lt;/li&gt;
&lt;li&gt;In the new window, select the Predefined set of computers: radio button and choose Local subnet from the drop-down list.&lt;/li&gt;
&lt;li&gt;Next on the Advanced tab, make sure that the check boxes next to Domain, Private and Public are all checked.&lt;/li&gt;
&lt;li&gt;Click on Apply, and close the properties window.&lt;/li&gt;
&lt;li&gt;On the other 4 inbound rules repeat steps 10 - 13.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Your inbound firewall rules should look like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://gal.vin/media/2021/nd-fw-inbound.webp&#34; alt=&#34;Inbound Firewall Rules&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We are now going to repeat the steps above for the outbound rules.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Inside the Outbound Rules node, right click and choose New Rule.&lt;/li&gt;
&lt;li&gt;On Rule Type, select Predefined and choose Network Discovery then click Next.&lt;/li&gt;
&lt;li&gt;You will be presented with a long list of rules, many of which are duplicates because some the Profile they belong to e.g. Public, Domain, Private.&lt;/li&gt;
&lt;li&gt;Select only the following rules, it does not matter which profile as we will change it later.
&lt;ul&gt;
&lt;li&gt;Network Discovery (LLMNR-UDP-Out)&lt;/li&gt;
&lt;li&gt;Network Discovery (NB-Datagram-Out)&lt;/li&gt;
&lt;li&gt;Network Discovery (NB-Name-Out)&lt;/li&gt;
&lt;li&gt;Network Discovery (Pub-WSD-Out)&lt;/li&gt;
&lt;li&gt;Network Discovery (SSDP-Out)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Next, choose Block the connection and click Finish.&lt;/li&gt;
&lt;li&gt;We will now make some changes to those rules.&lt;/li&gt;
&lt;li&gt;First, select Network Discovery (NB-Datagram-Out) and go to its properties.&lt;/li&gt;
&lt;li&gt;On the General tab, select the Allow the connection radio button.&lt;/li&gt;
&lt;li&gt;Next on the Scope tab, under Remote IP address, select the These IP addresses: radio button and then click Add&amp;hellip;&lt;/li&gt;
&lt;li&gt;In the new window, select the Predefined set of computers: radio button and choose Local subnet from the drop-down list.&lt;/li&gt;
&lt;li&gt;Next on the Advanced tab, make sure that the check boxes next to Domain, Private and Public are all checked.&lt;/li&gt;
&lt;li&gt;Click on Apply, and close the properties window.&lt;/li&gt;
&lt;li&gt;On the other 4 inbound rules repeat steps 9 - 12.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Your outbound firewall rules should look like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://gal.vin/media/2021/nd-fw-outbound.webp&#34; alt=&#34;Outbound Firewall Rules&#34; /&gt;&lt;/p&gt;
&lt;h2 id=&#34;system-services&#34;&gt;System Services&lt;/h2&gt;
&lt;p&gt;Now we are going to configure the Group Policy to disable some system services.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Computer Configuration &amp;gt; Policies &amp;gt; Windows Settings &amp;gt; Security Settings &amp;gt; System Services.&lt;/li&gt;
&lt;li&gt;Select the Function Discovery Provider Host service and go to it properties page.&lt;/li&gt;
&lt;li&gt;Select Define this policy setting, choose Disabled and then click on Apply and close the properties window.&lt;/li&gt;
&lt;li&gt;Repeat the above steps for the following services:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Function Discovery Resource Publication&lt;/li&gt;
&lt;li&gt;Link-Layer Topology Discovery Mapper&lt;/li&gt;
&lt;li&gt;SSDP Discovery&lt;/li&gt;
&lt;li&gt;UPnP Device Host&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The Group Policy is now configured. Link it to an OU or OU&amp;rsquo;s that contain computer objects and run gpupdate or restart the computers. Network Discovery will now be disabled and even if a user enabled it in the Network and Sharing Center it will remain disabled.&lt;/p&gt;
&lt;h2 id=&#34;support-my-work&#34;&gt;Support My Work&lt;/h2&gt;
&lt;p&gt;If you would like to support me, please check out the link below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Group Policy</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows 11</category>
            
          
            
              <category>Windows 11 21h2</category>
            
          
            
              <category>Windows 11 22h2</category>
            
          
            
              <category>Windows 11 23h2</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Tech Tips for These Tumultuous Times</title>
        <link>https://gal.vin/posts/old/tech-tips-for-these-tumultuous-times/</link>
        <pubDate>Thu, 19 Mar 2020 14:52:18 +0000</pubDate>
        
        <atom:modified>Thu, 19 Mar 2020 14:52:18 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/tech-tips-for-these-tumultuous-times/</guid>
        <description>Hi all, In these interesting times I thought I&amp;rsquo;d create a round-up of some tips and recommendations for those of you who are looking to improve your technology - whatever your situation. It&amp;rsquo;s a grab bag of various items I&amp;rsquo;ve been collecting for a while but I hope some of these suggestions are useful to you. I usually write posts geared towards IT professionals but this post is aimed at people from all walks of life working from home with little IT assistance.</description>
        <content:encoded>&lt;p&gt;Hi all, In these interesting times I thought I&amp;rsquo;d create a round-up of some tips and recommendations for those of you who are looking to improve your technology - whatever your situation. It&amp;rsquo;s a grab bag of various items I&amp;rsquo;ve been collecting for a while but I hope some of these suggestions are useful to you. I usually write posts geared towards IT professionals but this post is aimed at people from all walks of life working from home with little IT assistance. If you have any suggestions for other software or tips, please put them in the comments below. ☺&lt;/p&gt;
&lt;h2 id=&#34;improving-your-internet-connection&#34;&gt;Improving Your Internet Connection&lt;/h2&gt;
&lt;p&gt;When it comes to networking, bandwidth isn&amp;rsquo;t everything. Reliability and latency are also required for it to be useful. It can sometimes be preferable to have less bandwidth available but achieve low latency and be reliable. There&amp;rsquo;s little point to having a 1Gbps that has a huge latency or hardly ever works. You can use the website &lt;a href=&#34;https://www.speedtest.net&#34;&gt;SpeedTest&lt;/a&gt; to test your internet connection bandwidth and latency. Here are some more points that you should consider: Wi-Fi is one of the biggest variables that can affect your connection. Wi-Fi is greatly affected by walls, ceilings, and other Wi-Fi signals and interference generated by electronic devices. The age and quality of the equipment used in your network can also affect the quality of your Wi-Fi signal and network in general. Connecting via an Ethernet cable will provide the most reliable connection; however, you should consider swapping out older cables for new ones as damage can occur over time and this will affect the quality of the connection. When troubleshooting network issues, it&amp;rsquo;s important to check every part of the connection. In some rare cases the network hardware itself on a device could have developed a fault and in the past, I&amp;rsquo;ve had the networking stack on Windows get corrupted. 😬 When experience internet issues, it&amp;rsquo;s important to investigate and find out if you are having networking issues in general within your home or whether it&amp;rsquo;s an external issue. An external issue will be something you need your ISP to investigate, internal network issues are something that you can do something about. 👍&lt;/p&gt;
&lt;h2 id=&#34;improving-your-dns-service&#34;&gt;Improving Your DNS Service&lt;/h2&gt;
&lt;p&gt;DNS is one of the most important parts of networking. There’s a reason it&amp;rsquo;s &lt;a href=&#34;https://twitter.com/mauilion/status/1089777486685122560&#34;&gt;a tech meme.&lt;/a&gt; You can control which DNS service provider you use either by changing it on your device (if you are on a network, I wouldn&amp;rsquo;t recommend this) or on your router or modem. If you change the DNS on your router it will affect all devices connected to it. Here are some DNS services that I can recommended. Both written and video Instruction for changing DNS settings are available on the sites below. &lt;em&gt;A note about IPv6&lt;/em&gt; - If you don&amp;rsquo;t know you need it you probably don&amp;rsquo;t, so don&amp;rsquo;t worry about it! 👍&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://developers.google.com/speed/public-dns&#34;&gt;Google DNS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;IP addresses: 8.8.8.8 and 8.8.4.4&lt;/p&gt;
&lt;p&gt;Google provide their own fast DNS service that is extremely popular. Just a quick reminder that before you use Google DNS, remember they are an advertising company and there are other very good alternatives.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.quad9.net&#34;&gt;Quad9&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Quad9 is focused on security and blocking threats at the DNS level. It’s also the best DNS service to say out loud in the mirror to yourself, in my opinion.&lt;/p&gt;
&lt;p&gt;IP addresses: 9.9.9.9 and 149.112.112.112&lt;/p&gt;
&lt;p&gt;IPv6 addresses: 2620:fe::fe and 2620:fe::9&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://1.1.1.1/dns&#34;&gt;CloudFlare DNS also known as 1.1.1.1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CloudFlare DNS is geared towards being as fast as possible.&lt;/p&gt;
&lt;p&gt;IP addresses: 1.1.1.1 and 1.0.0.1&lt;/p&gt;
&lt;p&gt;IPv6 addresses: 2606:4700:4700::1111 and 2606:4700:4700::1001&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://adguard.com/en/adguard-dns/overview.html&#34;&gt;AdGuard DNS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As the name suggests AdGuard is focused on DNS level ad blocking and has the option to block adult sites. AdGuard provides a good level of ad blocking but it will not block ads from streaming services as those ads are provided by the same servers as the content you want to watch. To block those ads later in this article I cover ad blocking web browser extensions.&lt;/p&gt;
&lt;p&gt;For &amp;ldquo;Default&amp;rdquo; servers (basic ad blocking):&lt;/p&gt;
&lt;p&gt;IP addresses: 176.103.130.130 and 176.103.130.131&lt;/p&gt;
&lt;p&gt;IPv6 addresses: 2a00:5a60::ad1:0ff and 2a00:5a60::ad2:0ff&lt;/p&gt;
&lt;p&gt;For &amp;ldquo;Family protection&amp;rdquo; servers (basic adult site blocking):&lt;/p&gt;
&lt;p&gt;IP addresses: 176.103.130.132 and 176.103.130.134&lt;/p&gt;
&lt;p&gt;IPv6 addresses: 2a00:5a60::bad1:0ff and 2a00:5a60::bad2:0ff&lt;/p&gt;
&lt;p&gt;For &amp;ldquo;Non-filtering&amp;rdquo;:&lt;/p&gt;
&lt;p&gt;IP addresses: 176.103.130.136 and 176.103.130.137&lt;/p&gt;
&lt;p&gt;IPv6 addresses: 2a00:5a60::01:ff and 2a00:5a60::02:ff&lt;/p&gt;
&lt;h3 id=&#34;online-services-monitor&#34;&gt;Online Services Monitor&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://downdetector.co.uk&#34;&gt;Down Detector&lt;/a&gt; is a great centralised resource for tracking every online service in existence and whether they are experiencing issues. A good way to know whether ‘it’s just you’ or not. Please bare in mind that online services are provided worldwide via various regional data centres so a service could be reported as being down in the US but be up in the UK or it could be down in the UK but due to the time-zone difference and a smaller population, it might not have been reported.&lt;/p&gt;
&lt;h2 id=&#34;remote-access-software&#34;&gt;Remote Access Software&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://anydesk.com&#34;&gt;AnyDesk&lt;/a&gt; AnyDesk is easy to setup and use, it doesn&amp;rsquo;t even need to be installed. It&amp;rsquo;s a lot like Team Viewer except with less popups and can be set up to provide secure, unattended access to a computer. Unattended access does require it to be installed, however.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.teamviewer.com&#34;&gt;Team Viewer&lt;/a&gt; Team Viewer is well known for many reasons (both good and bad), but much like AnyDesk it is easy to use and can provide unattended access to a computer.&lt;/p&gt;
&lt;h2 id=&#34;ad-blocking-browser-extensions&#34;&gt;Ad Blocking Browser Extensions&lt;/h2&gt;
&lt;p&gt;If you use a modern browser, it&amp;rsquo;s very likely it supports extensions. Here are some that will block ads, malware, and other dodgy software that can be loaded via the browser. Even if you keep your anti-virus software up to date, it&amp;rsquo;s still worth using an ad blocking extension. Layers of security are a good thing! You can easily disable it for specific pages if it blocks a web page element you require. These extensions will also block YouTube ads and other types of streaming media ads. Please consider using these extensions responsibly and allowing ads for specific sites and creators.&lt;/p&gt;
&lt;p&gt;Both AdBlock Plus and uBlock Origin are very good.&lt;/p&gt;
&lt;h2 id=&#34;ublock-origin&#34;&gt;uBlock Origin&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://addons.mozilla.org/en-GB/firefox/addon/ublock-origin&#34;&gt;Mozilla Firefox Extension&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak&#34;&gt;The New Microsoft Edge Extension&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?h&#34;&gt;Google Chrome Extension&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;AdBlock Plus &lt;a href=&#34;https://addons.mozilla.org/en-GB/firefox/addon/adblock-plus&#34;&gt;Mozilla Firefox Extension&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://microsoftedge.microsoft.com/addons/detail/gmgoamodcdcjnbaobigkjelfplakmdhh?h&#34;&gt;The New Microsoft Edge Extension&lt;/a&gt;&lt;br /&gt;
&lt;a href=&#34;https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb&#34;&gt;Google Chrome Extension&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you would like to support me, please check out the link below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Personal</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Resurrecting the Windows Photo Viewer</title>
        <link>https://gal.vin/posts/old/resurrecting-the-windows-photo-viewer/</link>
        <pubDate>Wed, 06 Nov 2019 15:27:52 +0000</pubDate>
        
        <atom:modified>Wed, 06 Nov 2019 15:27:52 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/resurrecting-the-windows-photo-viewer/</guid>
        <description>I&amp;rsquo;ve avoided posting about this for a while mostly because I thought Windows Photo Viewer would get removed. But it&amp;rsquo;s still there in Windows 10 1909 and it&amp;rsquo;s still good - even though it doesn&amp;rsquo;t play animated GIFs and hasn&amp;rsquo;t been updated since the time of Windows 7. Here&amp;rsquo;s how to enable it in Windows 10.
Enable Windows Photo Viewer To enable Windows Photo Viewer so it shows up as an option to open image file types with, copy and paste the text below as is into a new text file and save it with a &amp;ldquo;.</description>
        <content:encoded>&lt;p&gt;I&amp;rsquo;ve avoided posting about this for a while mostly because I thought Windows Photo Viewer would get removed. But it&amp;rsquo;s still there in Windows 10 1909 and it&amp;rsquo;s still good - even though it doesn&amp;rsquo;t play animated GIFs and hasn&amp;rsquo;t been updated since the time of Windows 7. Here&amp;rsquo;s how to enable it in Windows 10.&lt;/p&gt;
&lt;h3 id=&#34;enable-windows-photo-viewer&#34;&gt;Enable Windows Photo Viewer&lt;/h3&gt;
&lt;p&gt;To enable Windows Photo Viewer so it shows up as an option to open image file types with, copy and paste the text below as is into a new text file and save it with a &amp;ldquo;.reg&amp;rdquo; extension.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;24
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;25
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;26
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;27
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;28
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;29
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;30
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;31
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;32
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;33
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;34
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;35
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;36
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;37
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;38
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;39
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;40
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll]
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell]
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
&amp;#34;MuiVerb&amp;#34;=&amp;#34;@photoviewer.dll,-3043&amp;#34;
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
00,31,00,00,00
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget]
&amp;#34;Clsid&amp;#34;=&amp;#34;{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}&amp;#34;
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print]
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
00,31,00,00,00
 
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\DropTarget]
&amp;#34;Clsid&amp;#34;=&amp;#34;{60fd46de-f830-4894-a628-6fa81bc0190d}&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then import the REG file into the registry using the REG IMPORT command. You will need an elevated command prompt.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;REG IMPORT C:\foo\Win-Photo-Viewer.reg
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The program will not show up in the Start Menu as a program or in Settings as an default option for photos, but you will be able to choose it as an option to open files with.&lt;/p&gt;
&lt;p&gt;Right-click &amp;gt; Open with &amp;gt; Choose another app &amp;gt; more apps &amp;gt; Windows Photo Viewer You could also import this REG file as part of an MDT or SCCM Task Sequence, using Group Policy Preferences or a simple start-up script.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below. I hope this article is useful to you. Please consider supporting my work with &lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Guide</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Delving Into Disabling OneDrive</title>
        <link>https://gal.vin/posts/old/delving-into-disabling-onedrive/</link>
        <pubDate>Wed, 17 May 2017 13:57:58 +0000</pubDate>
        
        <atom:modified>Wed, 17 May 2017 13:57:58 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/delving-into-disabling-onedrive/</guid>
        <description>UPDATE 2017-11-07 After testing the method below on Windows 10 1703, I found that it wasn&amp;rsquo;t working as it did with 1607. To disable One Drive and remove the One Drive folder from the Navigation Pane of Windows Explorer, enable the group policy item: Computer Configuration/Policies/Administrative Templates/Windows Components/OneDrive/Prevent Usage of OneDrive for file storage and also set the following registry key from 1 to 0:
1 2  HKEY\_CLASSES\_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6} &amp;#34;System.IsPinnedToNameSpaceTree&amp;#34;=dword:00000000   Please note that the registry key must be set on a per user basis.</description>
        <content:encoded>&lt;h2 id=&#34;update-2017-11-07&#34;&gt;UPDATE 2017-11-07&lt;/h2&gt;
&lt;p&gt;After testing the method below on Windows 10 1703, I found that it wasn&amp;rsquo;t working as it did with 1607. To disable One Drive and remove the One Drive folder from the Navigation Pane of Windows Explorer, enable the group policy item: Computer Configuration/Policies/Administrative Templates/Windows Components/OneDrive/Prevent Usage of OneDrive for file storage and also set the following registry key from 1 to 0:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;HKEY\_CLASSES\_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
&amp;#34;System.IsPinnedToNameSpaceTree&amp;#34;=dword:00000000
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Please note that the registry key must be set on a per user basis. You can set it via a log in script. For my environment, I customise the Default Profile, so I edit the registry in the Task Sequence which sets the option for all future profiles created after deployment.&lt;/p&gt;
&lt;h2 id=&#34;original-post&#34;&gt;Original post&lt;/h2&gt;
&lt;p&gt;Disabling OneDrive for Windows 10 (and previous versions for that matter) is a relatively easy task to accomplish, but if you&amp;rsquo;re doing some profile customisation and setting the &amp;ldquo;CopyProfile&amp;rdquo; option in the Unattend.xml then you&amp;rsquo;ll need to do some extra work to make sure that it&amp;rsquo;s disabled, and hidden as expected. The first thing to do is to set the Group Policy option to disable OneDrive. It&amp;rsquo;s a computer only option which you&amp;rsquo;ll find under &lt;code&gt;Computer Configuration/Policies/Administrative Templates/Windows Components/OneDrive/Prevent Usage of OneDrive for file storage&lt;/code&gt; you&amp;rsquo;ll need to set the option to enabled.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://gal.vin/media/disable-onedrive.webp&#34; alt=&#34;Disable OneDrive&#34; /&gt;&lt;/p&gt;
&lt;p&gt;If your Windows 10 user profiles are created from the standard default profile then OneDrive should be disabled. When you logon you may see the OneDrive entry in the Navigation pane of Windows Explorer for a short time, but it should disappear eventually. If you are employing a different method creating profiles, either from a custom default profile being created and then copied via the CopyProfile setting in the Unattend.xml or another way, then you will need to make sure that the OneDrive first run setup is being run on login as the Group Policy setting only takes effect properly (removing the OneDrive entry from the Navigation bar) when this is done. For my environment I chose to do this during the deploy Task Sequence in MDT, after the Application Installs. I added the lines below into a batch script which I use to do a few small final tasks.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;REG LOAD &amp;#34;hku\Default&amp;#34; &amp;#34;C:\Users\Default\NTUSER.DAT&amp;#34;
REG ADD HKU\Default\Software\Microsoft\Windows\CurrentVersion\Run /v OneDriveSetup /t REG\_SZ /d &amp;#34;C:\Windows\SysWOW64\OneDriveSetup.exe /thfirstsetup&amp;#34;
REG UNLOAD &amp;#34;hku\\Default&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The reason I&amp;rsquo;ve chosen to do this like is because during my build task sequence, options are set for the Administrator user, which when the image is captured and then deployed, the CopyProfile option copies the Administrator users profile and uses it for as the template for user profiles afterwards. The OneDrive setup first run  doesn&amp;rsquo;t carry over because it&amp;rsquo;s already run as the Administrator, so you have to restore it. I attempted to just enter the reg key during the very end of the build Task Sequence but it didn&amp;rsquo;t work. Only after setting it as in the batch file above, during the final steps or the deploy sequence did it work as intended. This is an oddly specific problem that I faced, hopefully my sharing it will help others.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Group Policy</category>
            
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows Deployment</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Removing Included Microsoft Store Apps from Windows 10 &amp; Windows 11</title>
        <link>https://gal.vin/posts/old/removing-uwp-apps-mdt/</link>
        <pubDate>Thu, 06 Apr 2017 18:11:44 +0000</pubDate>
        
        <atom:modified>Thu, 06 Apr 2017 18:11:44 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/removing-uwp-apps-mdt/</guid>
        <description>When deploying Windows 10/11 you might want to remove some of the included Microsoft Store Apps to help speed up the login process, save storage space, bandwidth etc.
Important note!
A &amp;ldquo;provisioned app&amp;rdquo; is an app that is a part of the Windows 10/11 installation and will be available for all users. Otherwise the app is only installed for the currently logged on user. To remove apps for all future users and the currently logged on user, you must remove both types of app.</description>
        <content:encoded>&lt;p&gt;When deploying Windows 10/11 you might want to remove some of the included Microsoft Store Apps to help speed up the login process, save storage space, bandwidth etc.&lt;/p&gt;
&lt;p&gt;Important note!&lt;/p&gt;
&lt;p&gt;A &amp;ldquo;provisioned app&amp;rdquo; is an app that is a part of the Windows 10/11 installation and will be available for all users. Otherwise the app is only installed for the currently logged on user. To remove apps for all future users &lt;em&gt;and&lt;/em&gt; the currently logged on user, you must remove both types of app.&lt;/p&gt;
&lt;h2 id=&#34;removing-specific-microsoft-store-apps&#34;&gt;Removing Specific Microsoft Store Apps&lt;/h2&gt;
&lt;p&gt;To remove a specific app from your Windows 10/11 installation, first you need to find the application package name.&lt;/p&gt;
&lt;p&gt;Provisioned apps:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-AppxProvisionedPackage&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Select &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;PackageName&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Current user apps:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-AppxPackage&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Select &lt;/span&gt;&lt;span class=&#34;n&#34;&gt;PackageFullName&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Then run the following PowerShell command to remove the specific app&lt;/p&gt;
&lt;p&gt;Provisioned app:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Remove-AppxProvisionedPackage&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-PackageName&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;[PackageName here]&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Current user app:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Remove-AppxPackage&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Package&lt;/span&gt; &lt;span class=&#34;no&#34;&gt;[PackageFullName here]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;app-names-table&#34;&gt;App Names Table&lt;/h2&gt;
&lt;p&gt;Here is a table of app names in PowerShell and what they relate to in Windows.&lt;/p&gt;
&lt;h3 id=&#34;windows-11-apps&#34;&gt;Windows 11 Apps&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;PowerShell Display Name&lt;/th&gt;
&lt;th&gt;App name&lt;/th&gt;
&lt;th&gt;Notes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Clipchamp.Clipchamp&lt;/td&gt;
&lt;td&gt;Clipchamp&lt;/td&gt;
&lt;td&gt;New in 22H2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.549981C3F5F10&lt;/td&gt;
&lt;td&gt;Cortana&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.BingNews&lt;/td&gt;
&lt;td&gt;Microsoft News&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.BingWeather&lt;/td&gt;
&lt;td&gt;Weather&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.DesktopAppInstaller&lt;/td&gt;
&lt;td&gt;winget&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.GamingApp&lt;/td&gt;
&lt;td&gt;Xbox&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.GetHelp&lt;/td&gt;
&lt;td&gt;Get Help&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Getstarted&lt;/td&gt;
&lt;td&gt;Tips&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.HEIFImageExtension&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.HEVCVideoExtension&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;New in 22H2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftEdge.Stable&lt;/td&gt;
&lt;td&gt;Microsoft Edge&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftOfficeHub&lt;/td&gt;
&lt;td&gt;Office&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftSolitaireCollection&lt;/td&gt;
&lt;td&gt;Microsoft Solitaire Collection&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftStickyNotes&lt;/td&gt;
&lt;td&gt;Sticky Notes&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Paint&lt;/td&gt;
&lt;td&gt;Paint&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.People&lt;/td&gt;
&lt;td&gt;People&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.PowerAutomateDesktop&lt;/td&gt;
&lt;td&gt;Power Automate&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.RawImageExtension&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;New in 22H2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.ScreenSketch&lt;/td&gt;
&lt;td&gt;Snip &amp;amp; Sketch&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.SecHealthUI&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.StorePurchaseApp&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Todos&lt;/td&gt;
&lt;td&gt;Microsoft To Do&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.VCLibs.140.00&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.VP9VideoExtensions&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WebMediaExtensions&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WebpImageExtension&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Windows.Photos&lt;/td&gt;
&lt;td&gt;(2) &amp;ldquo;Photos&amp;rdquo; and &amp;ldquo;Video editor&amp;rdquo;&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsAlarms&lt;/td&gt;
&lt;td&gt;Alarms &amp;amp; Clock&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsCalculator&lt;/td&gt;
&lt;td&gt;Calculator&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsCamera&lt;/td&gt;
&lt;td&gt;Camera&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;microsoft.windowscommunicationsapps&lt;/td&gt;
&lt;td&gt;(2) &amp;ldquo;Calendar&amp;rdquo; and &amp;ldquo;Mail&amp;rdquo;&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsFeedbackHub&lt;/td&gt;
&lt;td&gt;Feedback Hub&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsMaps&lt;/td&gt;
&lt;td&gt;Maps&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsNotepad&lt;/td&gt;
&lt;td&gt;Notepad&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsSoundRecorder&lt;/td&gt;
&lt;td&gt;Voice Recorder&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsStore&lt;/td&gt;
&lt;td&gt;Microsoft Store&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsTerminal&lt;/td&gt;
&lt;td&gt;Terminal&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Xbox.TCUI&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxGameOverlay&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxGamingOverlay&lt;/td&gt;
&lt;td&gt;Xbox Game Bar&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxIdentityProvider&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxSpeechToTextOverlay&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.YourPhone&lt;/td&gt;
&lt;td&gt;Your Phone&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.ZuneMusic&lt;/td&gt;
&lt;td&gt;Media Player&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.ZuneVideo&lt;/td&gt;
&lt;td&gt;Films &amp;amp; TV&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MicrosoftCorporationII.QuickAssist&lt;/td&gt;
&lt;td&gt;Quick Assist&lt;/td&gt;
&lt;td&gt;New in 22H2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MicrosoftTeams&lt;/td&gt;
&lt;td&gt;Microsoft Teams&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MicrosoftWindows.Client.WebExperience&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;windows-10-apps&#34;&gt;Windows 10 Apps&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;PowerShell Display Name&lt;/th&gt;
&lt;th&gt;App name&lt;/th&gt;
&lt;th&gt;Notes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.549981C3F5F10&lt;/td&gt;
&lt;td&gt;Cortana&lt;/td&gt;
&lt;td&gt;New in 2004&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.BingWeather&lt;/td&gt;
&lt;td&gt;Weather&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.DesktopAppInstaller&lt;/td&gt;
&lt;td&gt;winget&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.GetHelp&lt;/td&gt;
&lt;td&gt;Get Help&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Getstarted&lt;/td&gt;
&lt;td&gt;Tips&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.HEIFImageExtension&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Messaging&lt;/td&gt;
&lt;td&gt;Messaging&lt;/td&gt;
&lt;td&gt;Removed in 2004&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Microsoft3DViewer&lt;/td&gt;
&lt;td&gt;3D Viewer&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftEdge.Stable&lt;/td&gt;
&lt;td&gt;Microsoft Edge&lt;/td&gt;
&lt;td&gt;New in 21H1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftOfficeHub&lt;/td&gt;
&lt;td&gt;Office&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftSolitaireCollection&lt;/td&gt;
&lt;td&gt;Microsoft Solitaire Collection&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MicrosoftStickyNotes&lt;/td&gt;
&lt;td&gt;Sticky Notes&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MixedReality.Portal&lt;/td&gt;
&lt;td&gt;Mixed Reality Portal&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.MSPaint&lt;/td&gt;
&lt;td&gt;Paint 3D&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Office.OneNote&lt;/td&gt;
&lt;td&gt;OneNote&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.OneConnect&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;Removed in 2004&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.People&lt;/td&gt;
&lt;td&gt;People&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Print3D&lt;/td&gt;
&lt;td&gt;Print 3D&lt;/td&gt;
&lt;td&gt;Removed in 2004&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.ScreenSketch&lt;/td&gt;
&lt;td&gt;Snip &amp;amp; Sketch&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.SkypeApp&lt;/td&gt;
&lt;td&gt;Skype&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.StorePurchaseApp&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.VCLibs.140.00&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;New in 2004&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.VP9VideoExtensions&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Wallet&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WebMediaExtensions&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WebpImageExtension&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Windows.Photos&lt;/td&gt;
&lt;td&gt;(2) &amp;ldquo;Photos&amp;rdquo; and &amp;ldquo;Video editor&amp;rdquo;&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsAlarms&lt;/td&gt;
&lt;td&gt;Alarms &amp;amp; Clock&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsCalculator&lt;/td&gt;
&lt;td&gt;Calculator&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsCamera&lt;/td&gt;
&lt;td&gt;Camera&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;microsoft.windowscommunicationsapps&lt;/td&gt;
&lt;td&gt;(2) &amp;ldquo;Calendar&amp;rdquo; and &amp;ldquo;Mail&amp;rdquo;&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsFeedbackHub&lt;/td&gt;
&lt;td&gt;Feedback Hub&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsMaps&lt;/td&gt;
&lt;td&gt;Maps&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsSoundRecorder&lt;/td&gt;
&lt;td&gt;Voice Recorder&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.WindowsStore&lt;/td&gt;
&lt;td&gt;Microsoft Store&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.Xbox.TCUI&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxApp&lt;/td&gt;
&lt;td&gt;Xbox Console Companion&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxGameOverlay&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxGamingOverlay&lt;/td&gt;
&lt;td&gt;Xbox Game Bar&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxIdentityProvider&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.XboxSpeechToTextOverlay&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.YourPhone&lt;/td&gt;
&lt;td&gt;Your Phone&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.ZuneMusic&lt;/td&gt;
&lt;td&gt;Groove Music&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Microsoft.ZuneVideo&lt;/td&gt;
&lt;td&gt;Films &amp;amp; TV&lt;/td&gt;
&lt;td&gt;No change&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;remove-specific-ms-store-apps-from-an-online-windows-1011-wim-image&#34;&gt;Remove Specific MS Store Apps From An Online Windows 10/11 WIM Image&lt;/h2&gt;
&lt;p&gt;Note: The Start Menu in Windows 10 for new users, will still have icons for the removed apps. They can be removed manually by the user, or you can configure the Start Menu (and Taskbar) using a few different options. I&amp;rsquo;ve written about administratively configuring the Start Menu previously, &lt;a href=&#34;https://gal.vin/posts/old/customising-the-start-menu-and-taskbar-with-windows-10-1607/&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://gal.vin/posts/old/w10-1607-start-menu-customisation-update/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Download my &lt;a href=&#34;https://github.com/Digressive/Remove-MS-Store-Apps&#34;&gt;PowerShell utility from GitHub&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The script removes the apps specified in a text file from the current logged on user and Windows 10/11. I use the script as a part of my Task Sequence for deploying Windows 10/11. The script is heavily based on work by Jörgen Nilsson - &lt;a href=&#34;https://ccmexec.com/2015/08/removing-built-in-apps-from-windows-10-using-powershell/&#34;&gt;check out his post over on his site&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;remove-specified-ms-store-apps-from-an-offline-windows-1011-wim-image&#34;&gt;Remove Specified MS Store Apps From An Offline Windows 10/11 WIM Image&lt;/h2&gt;
&lt;p&gt;First, you will need to copy the contents of the Windows 10/11 ISO file to your hard drive.&lt;/p&gt;
&lt;p&gt;Windows 10/11 includes many editions within it&amp;rsquo;s WIM file. You will need to specify the index ID of the image to operate on. You can obtain this by running the following PowerShell command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-WindowsImage&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-ImagePath&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;C:\foo\Windows 10\sources\install.wim&amp;#34;&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Format-Table&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Property&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ImageIndex&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;ImageName&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The output of the command above should look similar to this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;ImageIndex ImageName
---------- ---------
1 Windows 10 Education
2 Windows 10 Education N
3 Windows 10 Enterprise
4 Windows 10 Enterprise N
5 Windows 10 Pro
6 Windows 10 Pro N
7 Windows 10 Pro Education
8 Windows 10 Pro Education N
9 Windows 10 Pro for Workstations
10 Windows 10 Pro N for Workstations
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Now you can use the information above to configure the PowerShell utility to remove the specific apps from the Windows install image. This script will mount the image, remove the apps and then dismount it. The image can then be made into an ISO or used with MDT/SCCM to deploy Windows as normal.&lt;/p&gt;
&lt;p&gt;Download my &lt;a href=&#34;https://github.com/Digressive/Remove-MS-Store-Apps&#34;&gt;PowerShell utility from GitHub&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;remove-all-included-microsoft-store-apps-not-recommended&#34;&gt;Remove All Included Microsoft Store Apps (Not Recommended)&lt;/h2&gt;
&lt;p&gt;Note: This process is destructive and non-reversible. Please ensure you have backups before proceeding. To simply remove all the apps possible for the current user, run the following PowerShell command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-AppxPackage&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Remove-AppxPackage&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;To remove all the provisioned apps, run the following PowerShell command:&lt;/p&gt;
&lt;p&gt;Note: Provisioned apps are the apps that will be installed for all new users when they first log on.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Get-AppxProvisionedPackage&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Remove-AppxProvisionedPackage&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Online&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id=&#34;support-my-work&#34;&gt;Support My Work&lt;/h2&gt;
&lt;p&gt;Please consider supporting my work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support with a one-time donation using &lt;a href=&#34;https://www.paypal.me/digressive&#34;&gt;PayPal&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
&lt;h2 id=&#34;page-history&#34;&gt;Page History&lt;/h2&gt;
&lt;h3 id=&#34;update-2022-10-20&#34;&gt;Update 2022-10-20&lt;/h3&gt;
&lt;p&gt;Added information relating to Windows 10 22H2.&lt;/p&gt;
&lt;h3 id=&#34;update-2022-09-21&#34;&gt;Update 2022-09-21&lt;/h3&gt;
&lt;p&gt;Added information relating to Windows 11 22H2.&lt;/p&gt;
&lt;h3 id=&#34;update-2021-11-22&#34;&gt;Update 2021-11-22&lt;/h3&gt;
&lt;p&gt;Added information relating to Windows 10 21H2.&lt;/p&gt;
&lt;h3 id=&#34;update-2021-09-03&#34;&gt;Update 2021-09-03&lt;/h3&gt;
&lt;p&gt;Added information relating to Windows 11 21H2.&lt;/p&gt;
&lt;h3 id=&#34;update-2021-05-12&#34;&gt;Update 2021-05-12&lt;/h3&gt;
&lt;p&gt;Added information relating to Windows 10 21H1 May 2021 Update.&lt;/p&gt;
&lt;h3 id=&#34;update-2020-11-02&#34;&gt;Update 2020-11-02&lt;/h3&gt;
&lt;p&gt;Added information relating to Windows 10 20H2 October 2020 Update.&lt;/p&gt;
&lt;h3 id=&#34;update-2020-06-12&#34;&gt;Update 2020-06-12&lt;/h3&gt;
&lt;p&gt;Added information relating to Windows 10 2004 May 2020 Update (20H1).&lt;/p&gt;
&lt;h3 id=&#34;update-2020-01-27&#34;&gt;Update 2020-01-27&lt;/h3&gt;
&lt;p&gt;Removed information for old unsupported versions of Win 10 and added a table to show which app maps to the display names in PowerShell.&lt;/p&gt;
&lt;h3 id=&#34;update-2019-10-06&#34;&gt;Update 2019-10-06&lt;/h3&gt;
&lt;p&gt;Updated to include Windows 10 1909 November 2019 Update (19H2) Enterprise edition.&lt;/p&gt;
&lt;h3 id=&#34;update-2019-05-23&#34;&gt;Update 2019-05-23&lt;/h3&gt;
&lt;p&gt;Updated to reflect the apps included in Windows 10 1903, May 2019 Update (19H1) Enterprise edition.&lt;/p&gt;
&lt;h3 id=&#34;update-2018-10-06&#34;&gt;Update 2018-10-06&lt;/h3&gt;
&lt;p&gt;An update to reflect some tests I&amp;rsquo;ve done with Windows 10 1809, October 2018 Update.&lt;/p&gt;
&lt;h3 id=&#34;update-2018-05-07&#34;&gt;Update 2018-05-07&lt;/h3&gt;
&lt;p&gt;A minor update to reflect some quick tests I&amp;rsquo;ve done with Windows 10 1803, April 2018 Update.&lt;/p&gt;
&lt;h3 id=&#34;update-2018-03-30&#34;&gt;Update 2018-03-30&lt;/h3&gt;
&lt;p&gt;Minor maintenance update. Reworked some sections to be more clear and instructive. Added some new information from my own testing and fact checking.&lt;/p&gt;
&lt;h3 id=&#34;update-2017-10-17&#34;&gt;Update 2017-10-17&lt;/h3&gt;
&lt;p&gt;Updated post with the list of apps included in Windows 10 1709 (Fall Creators Update) by default.&lt;/p&gt;
&lt;h3 id=&#34;update-2017-08-03&#34;&gt;Update 2017-08-03&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;ve re-written much of this post to answer some questions that have come up and to help clarify the process. Thanks to Jörgen Nilsson over at &lt;a href=&#34;https://ccmexec.com&#34;&gt;ccmexec.com&lt;/a&gt;, with &lt;a href=&#34;https://ccmexec.com/2015/08/removing-built-in-apps-from-windows-10-using-powershell/&#34;&gt;his original post&lt;/a&gt; that inspired me to write this one.&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Microsoft Store Apps</category>
            
          
            
              <category>PowerShell</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows 11</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Windows 10 1607 (Anniversary Update) opens msn.com at login and how to stop it.</title>
        <link>https://gal.vin/posts/old/windows-10-opens-msn-com-at-login/</link>
        <pubDate>Thu, 12 Jan 2017 22:01:34 +0000</pubDate>
        
        <atom:modified>Thu, 12 Jan 2017 22:01:34 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/windows-10-opens-msn-com-at-login/</guid>
        <description>I thought about trying to find a better name for this post and this issue, but this is all I could come up with.
Update 2017-10-16: A few people have contacted me and made me aware that doing the reg hack below can prevent users from using Microsoft Office Clipart, so you should be aware of that before proceeding. Additionally, I&amp;rsquo;ve found that with Windows 10 1703 (Creators Update), allowing access to http://www.</description>
        <content:encoded>&lt;p&gt;I thought about trying to find a better name for this post and this issue, but this is all I could come up with.&lt;/p&gt;
&lt;p&gt;Update 2017-10-16: A few people have contacted me and made me aware that doing the reg hack below can prevent users from using Microsoft Office Clipart, so you should be aware of that before proceeding. Additionally, I&amp;rsquo;ve found that with Windows 10 1703 (Creators Update), allowing access to &lt;code&gt;http://www.msftconnecttest.com/redirect&lt;/code&gt; through your firewall/proxy will achieve the same thing without the reg hack and without preventing access to Microsoft Office Clipart. Please note though, it does not work with 1607.&lt;/p&gt;
&lt;p&gt;Original Post ANYWAY, I finally tracked down how to stop Windows 10 1607 (Anniversary Update) from opening the default browser with msn.com. There are no startup or login registry entries, Group Policy settings, Scheduled Tasks, or even programs in the Start Menu startup folder. This is *something* that Windows is doing itself. I&amp;rsquo;ve only encountered this issue on corporate networks, not on my home network, so I knew that some sort of authentication/proxy/filtering/firewall thing. I&amp;rsquo;ve also only had this issue with Windows 10 1607 (Anniversary Update), not 1511 (November Update) or 1507 (RTM).&lt;/p&gt;
&lt;p&gt;It seems that Windows 10 is probing the network to get out to the internet, hitting some sort of issue (I&amp;rsquo;m guessing that it&amp;rsquo;s authentication in my case) and then opening up the default browser and browsing to a Microsoft owned address that results in a redirect to &lt;code&gt;http://www.msn.com&lt;/code&gt;. In my case no authentication dialogue box pops up, it just browses to the site and appears to be happy with that. Weird. If it were only happening to &amp;ldquo;Admin&amp;rdquo; users I wouldn&amp;rsquo;t worry about it, but it happens to everyone! So, although not a cause for major concern or enough to halt my roll out of Windows 10 1607, I still wanted to fix it, if possible.&lt;/p&gt;
&lt;p&gt;After some research it appears a similar issue to this occurred with Windows 8. I never had this issue during my roll out of Windows 8 but the resolution appears to work for Windows 10 1607 as well. At this stage I don&amp;rsquo;t know if making this change causes any unforeseen problems, but I&amp;rsquo;ll add to this post if I see anything. Here&amp;rsquo;s how to prevent it. Using the registry editor, navigate to the location below, and change the &amp;ldquo;1&amp;rdquo; (enabled) to a &amp;ldquo;0&amp;rdquo; (disabled).&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This should stop the browser from opening at login but Internet access should still be available. I hope this helps. If you&amp;rsquo;ve already done this and it&amp;rsquo;s caused another issue, please let me know in the comments or tweet me! You&amp;rsquo;ll probably want to roll this out to your Windows 10 clients, of course you can do it via Group Policy but as it&amp;rsquo;s a one time setting I would suggest adding it to the Task Sequence that builds your reference image.&lt;/p&gt;
&lt;h3 id=&#34;adding-the-registry-change-to-group-policy&#34;&gt;Adding the registry change to Group Policy&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open Group Policy Management&lt;/li&gt;
&lt;li&gt;Navigate to Group Policy Objects&lt;/li&gt;
&lt;li&gt;Right click and Create or edit your Group Policy for your Windows 10 Clients&lt;/li&gt;
&lt;li&gt;Navigate to Computer Configuration &amp;gt; Preferences &amp;gt; Windows Settings &amp;gt; Registry&lt;/li&gt;
&lt;li&gt;Right click and go to New &amp;gt; Registry Item&lt;/li&gt;
&lt;li&gt;Under Key Path enter SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet&lt;/li&gt;
&lt;li&gt;Under Value name enter EnableActiveProbing&lt;/li&gt;
&lt;li&gt;The Value type should be REG_DWORD&lt;/li&gt;
&lt;li&gt;The Value data should be set to 00000000 - that&amp;rsquo;s six zeros for a Hexadecimal Base or you can just enter one zero for Decimal Base.&lt;/li&gt;
&lt;li&gt;Click OK to save the changes.&lt;/li&gt;
&lt;li&gt;If you created a new Group Policy Object, you will need to link it to an OU that contains the clients you want the GPO to affect. To do this right click the OU and select Link an existing Group Policy&amp;hellip; and then select the Group Policy you created earlier.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;adding-the-registry-change-to-a-task-sequence&#34;&gt;Adding the registry change to a Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open Notepad and paste the following into it:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]
&amp;#34;EnableActiveProbing&amp;#34;=dword:00000000
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Save the file with any name you like, but it must have the extension .reg&lt;/li&gt;
&lt;li&gt;Copy the .reg file to your Deployment server. It needs to be accessible by the Task Sequence, so I put mine in E:\DeploymentShare\Applications\&lt;/li&gt;
&lt;li&gt;In the Task Sequence, you&amp;rsquo;ll want to add it before the Windows Update (Pre-Application Installation) item, so select that item first.&lt;/li&gt;
&lt;li&gt;Click the Add button at the top of the sequence, and go to General &amp;gt; Run Command Line.&lt;/li&gt;
&lt;li&gt;Select the new Run Command Line item and click the Up button at the top of the sequence to move it above the Windows Update (Pre-Application Installation) item.&lt;/li&gt;
&lt;li&gt;On the right hand side of the window, under Name, enter whatever you want, I called mine cmd - disable active probing&lt;/li&gt;
&lt;li&gt;Under Command Line enter REG IMPORT Z:\Applications\ActiveProbing.reg&lt;/li&gt;
&lt;li&gt;Click OK to save and close the Task Sequence and you&amp;rsquo;re done!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When you run the Task Sequence to create a reference image, the registry will be edited and during your build phase you won&amp;rsquo;t get any browser windows opening on login.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Group Policy</category>
            
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows Deployment</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      

    
  </channel>
</rss>