<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Windows-8 on Neale&#39;s Corner</title>
        <link>https://enlow.co.uk/categories/windows-8/</link>
        <description>Recent content in Windows-8 on Neale&#39;s Corner</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Mon, 11 Mar 2013 00:00:00 +0000</lastBuildDate><atom:link href="https://enlow.co.uk/categories/windows-8/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>C&#43;&#43; Windows 8 Store Apps: The series</title>
        <link>https://enlow.co.uk/p/c-windows-8-store-apps-the-series/</link>
        <pubDate>Mon, 11 Mar 2013 00:00:00 +0000</pubDate>
        
        <guid>https://enlow.co.uk/p/c-windows-8-store-apps-the-series/</guid>
        <description>&lt;p&gt;So I&amp;rsquo;m going to start writing my own apps - I&amp;rsquo;ve been doing C++ for a while now (15 odd years) and fancy a new project to occupy my commute each day. I&amp;rsquo;ve equipped an old laptop with a cheap SSD and Windows 8 and installed Visual Studio. The SSD really makes a difference !&lt;/p&gt;
&lt;p&gt;Some things I&amp;rsquo;ve noticed: - System Restore Protection was not enabled for drive C: out of the box. I suffered some registry corruption (old laptop) and had to rebuild because of this. - It took about an hour to build my refresh/reset image in case I suffered more problems. I really feel there should be UI elements advertising this feature.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been using it on my desktop (dual monitor) for a little while now, and while the base of the OS is good, it is hampered by a slightly unclear UI design. The &lt;a class=&#34;link&#34; href=&#34;http://www.stardock.com/products/modernmix/&#34;  title=&#34;ModernMix&#34;
     target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ModernMix&lt;/a&gt; application that changes full screen Store apps to windowed apps is very welcome, but I still don&amp;rsquo;t like the number of clicks required to restart/shutdown, or that Control Panel/Preferences exists in two places.&lt;/p&gt;
&lt;p&gt;Finally, some C++ and the class scope &amp;ldquo;internal&amp;rdquo;. I didn&amp;rsquo;t catch this in my first reading and it is essential to building your application. As you can&amp;rsquo;t have public class members which are not a Windows Runtime type, this is the only way of allowing classes to have accessible non-private members. For more information, see &lt;a class=&#34;link&#34; href=&#34;http://msdn.microsoft.com/en-gb/library/windows/apps/hh969551.aspx&#34;  title=&#34;Namespaces and Type Visibility (C&amp;#43;&amp;#43;/CX )&#34;
     target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Namespaces and Type Visibility (C++/CX )&lt;/a&gt; at MSDN.&lt;/p&gt;
</description>
        </item>
        <item>
        <title>Windows 8 and recent hotfixes</title>
        <link>https://enlow.co.uk/p/windows-8-and-recent-hotfixes/</link>
        <pubDate>Tue, 31 Jul 2012 00:00:00 +0000</pubDate>
        
        <guid>https://enlow.co.uk/p/windows-8-and-recent-hotfixes/</guid>
        <description>&lt;p&gt;So I bought a laptop about 6+ years ago and it died about 4 1/2 years ago, refusing to take a charge when plugged into the mains. Now I&amp;rsquo;m pretty sure I tried everything I could to get it to work, considering that I had a University assignment due in 2 days later and I was half way through writing it up and my only recourse was to drive back to work and grab an spare, old, bad, slow laptop to complete it (it&amp;rsquo;s good to be in charge !). This laptop (not the work one, that got taken back as soon as I was done) was on a shelf in our spare room (I do hoard some things) and I decided to give it a go. Plugged it in. Green light. Oooohhhhh.&lt;/p&gt;
&lt;p&gt;I got it to boot once, but soon determined that there were hard drive errors. So, as much as I don&amp;rsquo;t like not being able to take a backup of a drive, I wiped it and installed the Release Preview of Windows 8.&lt;/p&gt;
&lt;p&gt;The laptop is an Acer Aspire 5020 and has a single core AMD Turion 1.8Ghz and 1.25Gb RAM and runs Windows 8 surprisingly well. Apps are quick to start, switching is responsive. I can&amp;rsquo;t get the wireless to work yet (Acer require their launcher software to be installed to allow the wireless to be enabled) and the screen resolution isn&amp;rsquo;t quite right yet (working on) but no real complaints yet. I&amp;rsquo;ve installed the Office preview and Visual Studio 2012 so the test over the next few weeks is putting together a c++ metro app. Windows 8 is different, but better to be in front of it properly rather than running it in a VM.&lt;/p&gt;
&lt;p&gt;Two issues I&amp;rsquo;ve run into recently:&lt;/p&gt;
&lt;p&gt;Group Policy Preferences and item levelÂ targetingÂ - on Windows 7 and Server 2008 R2. There is a bug that creates additional ldap connections and leaves them in a CLOSE_WAIT state. Had a server that had *lots* of ldap connections building up until it was unable to service any more socket requests.&lt;/p&gt;
&lt;p&gt;The knowledge base article and hotfix is here -&amp;gt; &lt;a class=&#34;link&#34; href=&#34;http://support.microsoft.com/kb/2561285&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://support.microsoft.com/kb/2561285&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you use PerfMon to track TCP Connections then you&amp;rsquo;ll see the number of connections slowly rising. &amp;ldquo;netstat -o&amp;rdquo; will show you the connections and their state.&lt;/p&gt;
&lt;p&gt;IIS with Integrated security set doesn&amp;rsquo;t fall back to NTLM if Negotiate fails - I had this on Windows Server 2008 (I think, could have been R2 but was a long weekend !). I was trying to visit a /certsrv site on a DC and I was being prompted for credentials - but I could not provide DC credentials that worked.&lt;/p&gt;
&lt;p&gt;Looking at the providers for the Windows Integrated authentication method showed that Negotiate was ahead of NTLM - the workaround was to swap them round. The kb and hotfix is here -&amp;gt; &lt;a class=&#34;link&#34; href=&#34;http://support.microsoft.com/kb/2522623/en-us&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;http://support.microsoft.com/kb/2522623/en-us&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This &lt;a class=&#34;link&#34; href=&#34;http://arstechnica.com/civis/viewtopic.php?f=17&amp;amp;t=1172692&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;article&lt;/a&gt; led me to the solution, so I can&amp;rsquo;t take any credit ;)&lt;/p&gt;</description>
        </item>
        
    </channel>
</rss>
