<?xml version="1.0" encoding="UTF-8"?><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/"
	
	>
<channel>
	<title>
	Comments on: Dealing with air gapped Windows 10.	</title>
	<atom:link href="https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 15 Apr 2020 22:06:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: tirp		</title>
		<link>https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/comment-page-1/#comment-254778</link>

		<dc:creator><![CDATA[tirp]]></dc:creator>
		<pubDate>Wed, 15 Apr 2020 22:06:12 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10223#comment-254778</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/comment-page-1/#comment-254717&quot;&gt;neozeed&lt;/a&gt;.

The other options I used were: /compat ignorewarning (ignore non-critical warnings when upgrading with /quiet), /dynamicupdate disable (don&#039;t try to get the latest cumulative update / driver updates from the internet to which you don&#039;t have access to begin with - this is not strictly necessary as it&#039;ll just time out without a connection, but why let it even try), /migratedrivers all (I see no reason to do otherwise - if a driver is not compatible or not needed, it&#039;ll just get ignored later), /showoobe none (don&#039;t show any user-configurable OOBE screens) and /uninstall disable (don&#039;t let the user downgrade).

Depending on your scenario, the last two might not be applicable. In my case, I did not want the users to have any say in the matter or be able to roll back upgrades.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/comment-page-1/#comment-254717">neozeed</a>.</p>
<p>The other options I used were: /compat ignorewarning (ignore non-critical warnings when upgrading with /quiet), /dynamicupdate disable (don&#8217;t try to get the latest cumulative update / driver updates from the internet to which you don&#8217;t have access to begin with &#8211; this is not strictly necessary as it&#8217;ll just time out without a connection, but why let it even try), /migratedrivers all (I see no reason to do otherwise &#8211; if a driver is not compatible or not needed, it&#8217;ll just get ignored later), /showoobe none (don&#8217;t show any user-configurable OOBE screens) and /uninstall disable (don&#8217;t let the user downgrade).</p>
<p>Depending on your scenario, the last two might not be applicable. In my case, I did not want the users to have any say in the matter or be able to roll back upgrades.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/comment-page-1/#comment-254717</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 15 Apr 2020 15:52:22 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10223#comment-254717</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/comment-page-1/#comment-254650&quot;&gt;tirp&lt;/a&gt;.

I have a feeling I&#039;m going to need that as they have the updates pointed to a server that doesn&#039;t exist (yet?!)...

Honestly it feels these air gapped systems are if anything far more vulnerable as they are never updated.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/comment-page-1/#comment-254650">tirp</a>.</p>
<p>I have a feeling I&#8217;m going to need that as they have the updates pointed to a server that doesn&#8217;t exist (yet?!)&#8230;</p>
<p>Honestly it feels these air gapped systems are if anything far more vulnerable as they are never updated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tirp		</title>
		<link>https://virtuallyfun.com/2020/04/11/dealing-with-air-gapped-windows-10/comment-page-1/#comment-254650</link>

		<dc:creator><![CDATA[tirp]]></dc:creator>
		<pubDate>Wed, 15 Apr 2020 09:20:04 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10223#comment-254650</guid>

					<description><![CDATA[I used to administer some computers that were also not connected to the internet, but I could bring files onto them. For me the biggest question was how to install updates to the computers without WSUS or anything else that requires connectivity. Fortunately with Windows 10 it&#039;s actually quite straightforward with the cumulative updates. You can get the .msu package (google: Windows 10 release information, click the KB article link corresponding to the minor build you want to update to) and just install it with wusa.exe, even silently. I was even able to update major builds without problems by bringing the ISO file to the computer, mounting it with Powershell and then running setup.exe /auto upgrade /quiet (+ a few other options I cannot recall right now - google Windows Setup Command-Line Options).]]></description>
			<content:encoded><![CDATA[<p>I used to administer some computers that were also not connected to the internet, but I could bring files onto them. For me the biggest question was how to install updates to the computers without WSUS or anything else that requires connectivity. Fortunately with Windows 10 it&#8217;s actually quite straightforward with the cumulative updates. You can get the .msu package (google: Windows 10 release information, click the KB article link corresponding to the minor build you want to update to) and just install it with wusa.exe, even silently. I was even able to update major builds without problems by bringing the ISO file to the computer, mounting it with Powershell and then running setup.exe /auto upgrade /quiet (+ a few other options I cannot recall right now &#8211; google Windows Setup Command-Line Options).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
