<?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>Windows &#8211; My Shitty Code</title>
	<atom:link href="https://myshittycode.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://myshittycode.com</link>
	<description>Embracing the Messiness in Search of Epic Solutions</description>
	<lastBuildDate>Fri, 06 Jan 2023 16:43:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://myshittycode.com/wp-content/uploads/2022/04/cropped-icon-32x32.png</url>
	<title>Windows &#8211; My Shitty Code</title>
	<link>https://myshittycode.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">205304208</site>	<item>
		<title>Windows 10 Was NOT My Idea, But It Was Free</title>
		<link>https://myshittycode.com/2015/08/18/windows-10-was-not-my-idea-but-it-was-free/</link>
					<comments>https://myshittycode.com/2015/08/18/windows-10-was-not-my-idea-but-it-was-free/#respond</comments>
		
		<dc:creator><![CDATA[Shitty Author]]></dc:creator>
		<pubDate>Wed, 19 Aug 2015 01:48:19 +0000</pubDate>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://myshittycode.com/?p=799</guid>

					<description><![CDATA[<p>So, I decided to make use of the complimentary upgrade from my current Windows 7 running on VirtualBox to Windows 10. Not exactly the smoothest process, but I got it working after 5 days. I&#8217;m listing all the problems I encountered and the solutions I applied to get my free toy that I rarely use. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2015/08/18/windows-10-was-not-my-idea-but-it-was-free/">Windows 10 Was NOT My Idea, But It Was Free</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>So, I decided to make use of the complimentary upgrade from my current Windows 7 running on VirtualBox to Windows 10. Not exactly the smoothest process, but I got it working after 5 days.</p>



<p>I&#8217;m listing all the problems I encountered and the solutions I applied to get my free toy that I rarely use.</p>



<h2 class="wp-block-heading">PROBLEM: &#8220;Get Windows 10&#8221; icon not showing on taskbar</h2>



<p>To fix this, run all Windows updates first. In my case, I had to upgrade my Windows 7 to SP1 for that icon to show up.</p>



<h2 class="wp-block-heading">PROBLEM: &#8220;CPU isn&#8217;t supported&#8221; error</h2>



<p>When clicking on &#8220;Get Windows 10&#8221;, you may get &#8220;CPU isn&#8217;t supported&#8221; error.</p>



<p>To fix this, shut down guest VM. Then, check &#8220;Enable PAE/NX&#8221; setting in VirtualBox.</p>



<h2 class="wp-block-heading">PROBLEM: &#8220;Get Windows 10&#8221; error report doesn&#8217;t refresh</h2>



<p>It appears Microsoft configures Windows 10 Compatibility Appraiser to run every once awhile.</p>



<p>To fix this, force it immediately because my time is money.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: powershell; title: ; notranslate">
schtasks.exe /Run /TN &quot;\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser&quot;
</pre></div>


<p>Wait for a few minutes before checking the error report.</p>



<h2 class="wp-block-heading">PROBLEM: &#8220;Virtualbox Graphics Adapter was not compatible with Windows 10&#8221; error</h2>



<p>Okay, this is pure bull.</p>



<p>To fix this, download <a href="http://windows.microsoft.com/en-us/windows-10/media-creation-tool-install" target="_blank" rel="noopener">Media Creation Tool</a> and use that to perform the upgrade instead.</p>



<h2 class="wp-block-heading">PROBLEM: Progress stuck at 0% for hours</h2>



<p>When running media creation tool, the progress may be stuck at 0% or whatever percentage for hours. Well, the Microsoft servers are overloaded.</p>



<p>To fix this, rerun Media Creation Tool, say 5AM in the morning&#8230; works for me.</p>



<h2 class="wp-block-heading">PROBLEM: &#8220;Setup has failed to initialize the working directory&#8221; error</h2>



<p>Basically, the guest VM doesn&#8217;t have enough space for Windows 10 upgrade.</p>



<p>To fix this, shut down guest VM.</p>



<p>Then, increase the virtual space by running the following command on the host. In my case, I increased my virtual size to 100GB.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: bash; title: ; notranslate">
VBoxManage modifyhd &quot;/Users/Shitty Author/VirtualBox VMs\Windows 7\Windows 7.vdi” --resize 102400
</pre></div>


<p>Now, increase the actual space by first downloading <a href="http://gparted.org/download.php" target="_blank" rel="noopener">GParted Live ISO</a>.</p>



<p>In VirtualBox, add this ISO to &#8220;IDE Controller&#8221;. Make sure CD is booted before hard drive.</p>



<p>Run guest VM.</p>



<p>When GParted Live gets loaded, use the default values by hitting Enter keys several times.</p>



<p>Expand the existing NTFS drive space accordingly.</p>



<p>Restart guest VM.</p>



<p>Rerun Media Creation Tool&#8230; and hopefully it works this time.</p>



<h2 class="wp-block-heading">What Now?</h2>



<p>Well, now I have Windows 10 Pro running in VirtualBox, together with Ubuntu, Centos, Fedora and Android OS.</p>



<p>In reality, I will only use Windows 10 to test my software and spend 99.9% of my time on Mac.</p>
<p>The post <a rel="nofollow" href="https://myshittycode.com/2015/08/18/windows-10-was-not-my-idea-but-it-was-free/">Windows 10 Was NOT My Idea, But It Was Free</a> appeared first on <a rel="nofollow" href="https://myshittycode.com">My Shitty Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://myshittycode.com/2015/08/18/windows-10-was-not-my-idea-but-it-was-free/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">799</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Disk

Served from: myshittycode.com @ 2026-02-19 08:21:57 by W3 Total Cache
-->