<?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 8 &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/windows-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 28 Jan 2020 17:36:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>VMware Player and Device/Credential Guard are not compatible!</title>
		<link>https://virtuallyfun.com/2018/09/12/vmware-player-and-device-credential-guard-are-not-compatible/</link>
					<comments>https://virtuallyfun.com/2018/09/12/vmware-player-and-device-credential-guard-are-not-compatible/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 12 Sep 2018 07:45:34 +0000</pubDate>
				<category><![CDATA[Hyper visors]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8833</guid>

					<description><![CDATA[Well it turns out that by turning on all the SDK stuff for Windows 10, including the mobile dev, which includes the Windows phone emulator it naturally uses Hyper-V. And obviously the two hypervisor&#8217;s wont play nice with each-other.&#160; You &#8230; <a href="https://virtuallyfun.com/2018/09/12/vmware-player-and-device-credential-guard-are-not-compatible/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="696" height="348" src="https://virtuallyfun.com/wp-content/uploads/2018/09/credential-guard-full.png" alt="" class="wp-image-8834" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/credential-guard-full.png 696w, https://virtuallyfun.com/wp-content/uploads/2018/09/credential-guard-full-300x150.png 300w" sizes="(max-width: 696px) 100vw, 696px" /><figcaption><em>What is this?!</em></figcaption></figure>



<p class="wp-block-paragraph">Well it turns out that by turning on all the SDK stuff for Windows 10, including the mobile dev, which includes the Windows phone emulator it naturally uses Hyper-V.</p>



<figure class="wp-block-image"><img decoding="async" width="415" height="368" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Windows-features.png" alt="" class="wp-image-8835" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Windows-features.png 415w, https://virtuallyfun.com/wp-content/uploads/2018/09/Windows-features-300x266.png 300w" sizes="(max-width: 415px) 100vw, 415px" /><figcaption>Hyper-V Hypervisor enabled</figcaption></figure>



<p class="wp-block-paragraph">And obviously the two hypervisor&#8217;s wont play nice with each-other.&nbsp; You could just disable it, and go back and forth re-enabling it when needed, or make a new boot selection without it!</p>



<p class="wp-block-paragraph">I found this post here:&nbsp;<a href="http://www.hanselman.com/blog/SwitchEasilyBetweenVirtualBoxAndHyperVWithABCDEditBootEntryInWindows81.aspx">Switch Easily Between VirtualBox And Hyper-V WithA BCD Edit Boot Entry In Windows 8.1</a></p>



<pre class="wp-block-code">C:\&gt; bcdedit /copy {current} /d "No Hyper-V" 
The entry was successfully copied to {ff-23-113-824e-5c5144ea}. 

C:\&gt; bcdedit /set {ff-23-113-824e-5c5144ea} hypervisorlaunchtype off 
The operation completed successfully.</pre>



<p class="wp-block-paragraph">note: The ID generated from the first command is what you use in the second one. Don&#8217;t just run it verbatim.</p>



<p class="wp-block-paragraph">When you restart, you&#8217;ll then just see a menu with two options&#8230;</p>



<ul class="wp-block-list"><li>Windows 10</li><li>No Hyper-V</li></ul>



<p class="wp-block-paragraph">Sounds easy enough, doesn&#8217;t it?</p>



<figure class="wp-block-image"><img decoding="async" width="1518" height="854" src="https://virtuallyfun.com/wp-content/uploads/2018/09/Choose-your-OS-big.jpg" alt="" class="wp-image-8840" srcset="https://virtuallyfun.com/wp-content/uploads/2018/09/Choose-your-OS-big.jpg 1518w, https://virtuallyfun.com/wp-content/uploads/2018/09/Choose-your-OS-big-300x169.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2018/09/Choose-your-OS-big-768x432.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2018/09/Choose-your-OS-big-1024x576.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2018/09/Choose-your-OS-big-1200x675.jpg 1200w" sizes="(max-width: 1518px) 100vw, 1518px" /><figcaption><em>BCD Boot menu</em></figcaption></figure>



<p class="wp-block-paragraph">And just like that on power up, I can switch between Hyper-v and no Hyper-V.</p>



<p class="wp-block-paragraph">Oh yeah with the latest version of Windows 10 (October 2018) I had to list the BCD table with:</p>



<p class="wp-block-paragraph">bcdedit /enum ACTIVE /v</p>



<p class="wp-block-paragraph">As after the upgrade it had tagged both of my boot selections to enable Hyper-V everywhere.  I had to delete the #2 entry and re-create the no hyperv dance.  {current} doesn&#8217;t work anymore.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2018/09/12/vmware-player-and-device-credential-guard-are-not-compatible/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Windows RT</title>
		<link>https://virtuallyfun.com/2012/10/26/windows-rt/</link>
					<comments>https://virtuallyfun.com/2012/10/26/windows-rt/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 26 Oct 2012 14:42:15 +0000</pubDate>
				<category><![CDATA[arm]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows RT]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2376</guid>

					<description><![CDATA[Just before the tidal wave comes in on the Windows 8 launch, let me just spell out one thing&#8230; Windows 8 RT will *NOT* run any existing Windows applications. I don&#8217;t know why we even have to go back down &#8230; <a href="https://virtuallyfun.com/2012/10/26/windows-rt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><div id="attachment_2377" style="width: 310px" class="wp-caption alignleft"><a href="https://virtuallyfun.com/wp-content/uploads/2012/10/6a00d83451c9ec69e20167654297ea970b-500wi.jpeg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-2377" class="size-medium wp-image-2377" title="6a00d83451c9ec69e20167654297ea970b-500wi" src="https://virtuallyfun.com/wp-content/uploads/2012/10/6a00d83451c9ec69e20167654297ea970b-500wi-300x224.jpeg" alt="" width="300" height="224"></a><p id="caption-attachment-2377" class="wp-caption-text">Windows 8 RT from pocketables.com</p></div></p>
<p>Just before the tidal wave comes in on the Windows 8 launch, let me just spell out one thing&#8230; Windows 8 RT will *NOT* run any existing Windows applications.</p>
<p>I don&#8217;t know why we even have to go back down this road, but it&#8217;ll be Windows NT on the MIPS or PowerPC all over again.</p>
<p>And to be too honest, the price is just too damned high for what it is, and that is an evolutionary dead end. &nbsp;Expect there to be some kind of post Christmas fire sale, once people find out they can&#8217;t play minecraft or sims on it.</p>
<p>But apparently it comes with Microsoft Office (Word &amp; Excel?) no idea if it includes PowerPoint &amp; Outlook.. &nbsp; I guess the one safe thing is that it won&#8217;t run x86 exploits/buffer overflows, so maybe this is a good PHB, &#8216;mom&#8217; device.</p>
<p>Me? &nbsp;I&#8217;m still using a 1st gen iPad.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2012/10/26/windows-rt/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>Your computer ran into a problem and needs to restart.</title>
		<link>https://virtuallyfun.com/2012/03/02/your-computer-ran-into-a-problem-and-needs-to-restart/</link>
					<comments>https://virtuallyfun.com/2012/03/02/your-computer-ran-into-a-problem-and-needs-to-restart/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 02 Mar 2012 17:36:42 +0000</pubDate>
				<category><![CDATA[random updates]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1765</guid>

					<description><![CDATA[I don&#8217;t know what has been going on but my PC has been acting weird. Â Windows 7 didn&#8217;t do squat to even help to identify what on earth was going on, but now I guess the hint is DPC_WATCHDOG_VIOLATION]]></description>
										<content:encoded><![CDATA[<p><div id="attachment_1766" style="width: 650px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2012/03/your-computer-ran-into-a-problem.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1766" class="size-large wp-image-1766" title="your computer ran into a problem" src="https://virtuallyfun.com/wp-content/uploads/2012/03/your-computer-ran-into-a-problem-1024x764.jpg" alt="" width="640" height="477" /></a><p id="caption-attachment-1766" class="wp-caption-text"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" /> indeed.</p></div></p>
<p>I don&#8217;t know what has been going on but my PC has been acting weird. Â Windows 7 didn&#8217;t do squat to even help to identify what on earth was going on, but now I guess the hint is DPC_WATCHDOG_VIOLATION</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2012/03/02/your-computer-ran-into-a-problem-and-needs-to-restart/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 8 x64 and Qemu</title>
		<link>https://virtuallyfun.com/2012/03/02/windows-8-x64-and-qemu/</link>
					<comments>https://virtuallyfun.com/2012/03/02/windows-8-x64-and-qemu/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 02 Mar 2012 16:22:10 +0000</pubDate>
				<category><![CDATA[QEMU]]></category>
		<category><![CDATA[Win64]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1760</guid>

					<description><![CDATA[Since people have been asking, does it work with Qemu 1.0.1? Â And the answer, sadly is &#8230;. &#160; sadly&#8230; no. As you can see the primary error code is 0x000000c4 0x0000000000000091 0x000000000000000f 0xfffff802cc92e880 0x0000000000000000 And that is about it&#8230;.. Â And &#8230; <a href="https://virtuallyfun.com/2012/03/02/windows-8-x64-and-qemu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Since people have been asking, does it work with Qemu 1.0.1? Â And the answer, sadly is &#8230;.</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2012/03/qemu-windows-8-x64-boot-logo.png"><img loading="lazy" decoding="async" class="alignright size-large wp-image-1762" title="qemu windows 8 x64 boot logo" src="https://virtuallyfun.com/wp-content/uploads/2012/03/qemu-windows-8-x64-boot-logo-1024x795.png" alt="" width="640" height="496" /></a></p>
<p>&nbsp;</p>
<p>sadly&#8230;</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2012/03/qemu-windows-8-x64-boot-crash.png"><img loading="lazy" decoding="async" class="alignright size-large wp-image-1761" title="qemu windows 8 x64 boot crash" src="https://virtuallyfun.com/wp-content/uploads/2012/03/qemu-windows-8-x64-boot-crash-1024x795.png" alt="" width="640" height="496" /></a></p>
<p>no.</p>
<p>As you can see the primary error code is 0x000000c4</p>
<p>0x0000000000000091</p>
<p>0x000000000000000f</p>
<p>0xfffff802cc92e880</p>
<p>0x0000000000000000</p>
<p>And that is about it&#8230;.. Â And of course keeping in mind that Qemu hasn&#8217;t been able to boot a 64bit version of Windows since 0.9.0 and Windows XP x64/Windows 2003.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2012/03/02/windows-8-x64-and-qemu/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
	</channel>
</rss>
