<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SCCM Archives - HackBuddies</title>
	<atom:link href="https://www.hackbuddies.com/category/sccm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hackbuddies.com/category/sccm/</link>
	<description>Solutions and optimizations for your daily IT issues and work</description>
	<lastBuildDate>Fri, 03 Jul 2020 09:09:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.hackbuddies.com/wp-content/uploads/2019/07/cropped-apple-icon-152x152-150x150.png</url>
	<title>SCCM Archives - HackBuddies</title>
	<link>https://www.hackbuddies.com/category/sccm/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SCCM Windows Feature Update: Error Code 0xC1900208</title>
		<link>https://www.hackbuddies.com/sccm-windows-feature-update-error-code-0xc1900208/</link>
					<comments>https://www.hackbuddies.com/sccm-windows-feature-update-error-code-0xc1900208/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 04 Sep 2019 09:28:43 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.hackbuddies.com/?p=424</guid>

					<description><![CDATA[<p>Today I wanted to update a Windows 10 client to version 1809 by installing the feature update with Microsoft System Center Configuration Manager (SCCM). Unfortunately, I got the following SCCM Windows Feature Update: Error Code 0xC1900208 This error message says the following: &#8220;This could indicate that an incompatible app installed on your PC is blocking [&#8230;]</p>
<p>The post <a href="https://www.hackbuddies.com/sccm-windows-feature-update-error-code-0xc1900208/">SCCM Windows Feature Update: Error Code 0xC1900208</a> appeared first on <a href="https://www.hackbuddies.com">HackBuddies</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today I wanted to update a Windows 10 client to version 1809 by installing the feature update with Microsoft System Center Configuration Manager (SCCM). Unfortunately, I got the following SCCM Windows Feature Update: Error Code 0xC1900208</p>
<p>This error message says the following: &#8220;<em>This could indicate that an incompatible app installed on your PC is blocking the upgrade process from completing. Check to make sure that any incompatible apps are uninstalled and then try upgrading again.&#8221;<br />
</em>At the following URL you can find the description to common error codes like this:<br />
<a href="https://support.microsoft.com/en-us/help/10587/windows-10-get-help-with-upgrade-installation-errors">https://support.microsoft.com/en-us/help/10587/windows-10-get-help-with-upgrade-installation-errors</a></p>
<p>Okay, so the incompatible application needs to get identified and upgraded or removed. But how can this be done? Luckily, there exists a log file containing the necessary information. It can be found in the hidden folder &#8220;$WINDOWS.~BT&#8221; on your system disk C:\<br />
Firstly, you need to find the latest file containing &#8220;HumanReadable.xml&#8221; at the end of the file name. Here is the full path in my case:</p>
<pre>"C:\$WINDOWS.~BT\Sources\Panther\Bqe4BQ0Je0qHIIyg.6.0.2.3.6.0.0_APPRAISER_HumanReadable.xml"</pre>
<p>Secondly, simply open the file in your favourite editor and search the following string:</p>
<pre>String "&lt;Property Name="DT_ANY_FMC_BlockingApplication" Value="TRUE" Ordinal="1" /&gt;"</pre>
<p>Finally, above this string, there is an block called &#8220;&lt;Asset&gt;&#8221;. This block will tell you the software application which is causing this error. In my case it was an outdated version of Kaspersky Endpoint Security. After uninstalling the software, the Windows feature update worked properly.</p>
<pre>&lt;Asset&gt;
      &lt;PropertyList Type="Inventory"&gt;
        &lt;Property Name="AssetType" Value="File" /&gt;
        &lt;Property Name="BinFileVersion" Value="10.3.0.6294" /&gt;
        &lt;Property Name="BinaryType" Value="pe32_i386" /&gt;
        &lt;Property Name="FileId" Value="00008bd04e7b9321576015250cd9edda93cfd209cf21" /&gt;
        &lt;Property Name="LongPathHash" Value="avp.exe|859880e241e1a5ab" /&gt;
        &lt;Property Name="LowerCaseLongPath" Value="c:\program files (x86)\kaspersky lab\kaspersky endpoint security 10 for windows sp2\avp.exe" /&gt;
        &lt;Property Name="ProgramId" Value="0000e829fe542bb43daac314e763e672a9fa00000904" /&gt;
        &lt;Property Name="Size" Value="0x0000000000202528" /&gt;
      &lt;/PropertyList&gt;
      &lt;PropertyList Type="DataSource"&gt;
        &lt;Property Name="ApplicableTargetVersion" Value="RS5" Ordinal="1" /&gt;
        &lt;Property Name="SdbAppGuid" Value="{XXXXX}" Ordinal="1" /&gt;
        &lt;Property Name="SdbAppName" Value="Kaspersky Endpoint Security" Ordinal="1" /&gt;

        &lt;Property Name="SdbAppVendor" Value="Kaspersky Lab" Ordinal="1" /&gt;
        &lt;Property Name="SdbBlockOverrideType" Value="SDB_UX_BLOCKTYPE_OVERRIDE_UPGRADE_BLOCK" Ordinal="1" /&gt;
        &lt;Property Name="SdbBlockType" Value="BlockUpgrade" Ordinal="1" /&gt;
        &lt;Property Name="SdbEntryGuid" Value="{XXXXX}" Ordinal="1" /&gt;
        &lt;Property Name="SdbGenericMessageSummary" Value="Führen Sie ein Update auf die neueste Version von Endpoint Security oder eine Deinstallation aus, um Setup fortzusetzen." Ordinal="1" /&gt;
        &lt;Property Name="SdbGenericMessageSummaryStringPresent" Value="TRUE" Ordinal="1" /&gt;
        &lt;Property Name="SdbGenericMessageTitle" Value="Endpoint Security" Ordinal="1" /&gt;
        &lt;Property Name="SdbGenericMessageTitleStringPresent" Value="TRUE" Ordinal="1" /&gt;
      &lt;/PropertyList&gt;</pre>
<h2><b>Update</b></h2>
<p>This post applies to the following Windows feature updates / builds, see also <a href="https://docs.microsoft.com/en-us/windows/release-information/" target="_blank" rel="noopener noreferrer">Microsoft Docs:</a></p>
<table class="cells-centered">
<tbody>
<tr>
<th>Version</th>
<th>Servicing option</th>
<th>Availability date</th>
<th>OS build</th>
<th>Latest revision date</th>
<th>End of service: Home, Pro, Pro Education, Pro for Workstations and IoT Core</th>
<th>End of service: Enterprise, Education and IoT Enterprise</th>
</tr>
<tr class="highlight">
<td>2004</td>
<td align="left">Semi-Annual Channel</td>
<td>2020-05-27</td>
<td>19041.331</td>
<td>2020-06-18</td>
<td>2021-12-14</td>
<td>2021-12-14</td>
<td id="suggested-build-flyout">Microsoft recommends</td>
</tr>
<tr>
<td>1909</td>
<td align="left">Semi-Annual Channel</td>
<td>2019-11-12</td>
<td>18363.904</td>
<td>2020-06-16</td>
<td>2021-05-11</td>
<td>2022-05-10</td>
</tr>
<tr>
<td>1903</td>
<td align="left">Semi-Annual Channel</td>
<td>2019-05-21</td>
<td>18362.904</td>
<td>2020-06-16</td>
<td>2020-12-08</td>
<td>2020-12-08</td>
</tr>
<tr>
<td>1809</td>
<td align="left">Semi-Annual Channel</td>
<td>2019-03-28</td>
<td>17763.1294</td>
<td>2020-06-16</td>
<td>2020-11-10</td>
<td>2021-05-11</td>
</tr>
<tr>
<td>1809</td>
<td align="left">Semi-Annual Channel (Targeted)</td>
<td>2018-11-13</td>
<td>17763.1294</td>
<td>2020-06-16</td>
<td>2020-11-10</td>
<td>2021-05-11</td>
</tr>
<tr>
<td>1803</td>
<td align="left">Semi-Annual Channel</td>
<td>2018-07-10</td>
<td>17134.1553</td>
<td>2020-06-16</td>
<td>End of service</td>
<td>2020-11-10</td>
</tr>
<tr>
<td>1803</td>
<td align="left">Semi-Annual Channel (Targeted)</td>
<td>2018-04-30</td>
<td>17134.1553</td>
<td>2020-06-16</td>
<td>End of service</td>
<td>2020-11-10</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>SCCM Windows Feature Update: Error Code 0xC1900208<br />
You might want to check out other Windows-related posts <a href="https://www.hackbuddies.com/category/windows/">here</a></p>
<p>The post <a href="https://www.hackbuddies.com/sccm-windows-feature-update-error-code-0xc1900208/">SCCM Windows Feature Update: Error Code 0xC1900208</a> appeared first on <a href="https://www.hackbuddies.com">HackBuddies</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hackbuddies.com/sccm-windows-feature-update-error-code-0xc1900208/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
