<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>IBlog&amp;lt;Johan&amp;gt; : Windows 7</title><link>http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx</link><description>Tags: Windows 7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Writespace Updated with Command Line Version and Some IronRuby Fun</title><link>http://weblogs.asp.net/jdanforth/archive/2009/10/16/writespace-updated-with-command-line-version-and-some-ironruby-fun.aspx</link><pubDate>Fri, 16 Oct 2009 13:47:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231415</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=7231415</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/10/16/writespace-updated-with-command-line-version-and-some-ironruby-fun.aspx#comments</comments><description>&lt;p&gt;&lt;img border="0" alt="Writespace" align="right" src="http://weblogs.asp.net/blogs/jdanforth/WindowsLiveWriter/WCFLearningsDrawingonMultipleMonitors_13EA4/Logo2_white_small_3.png" width="200" height="94" /&gt;I had a few minutes to fix a few issues and release an updated version (1.3) of &lt;a href="http://writespace.codeplex.com/" target="_blank"&gt;Writespace&lt;/a&gt; – the full screen editing environment addin for Word.&lt;/p&gt;  &lt;p&gt;So what’s new? I removed the annoying illuminated animation for row and column when typing. Added F4 shortcut for the Options dialog. Also added a command line program and a sample ditto to run Writespace with IronRuby. &lt;/p&gt;  &lt;p&gt;IronRuby can be downloaded from &lt;a href="http://ironruby.codeplex.com"&gt;http://ironruby.codeplex.com&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The command line programs are optional downloads, but it seems to run pretty well if pinned to the Windows 7 TaskBar:   &lt;br /&gt;&lt;img title="Win7Taskbar.png" alt="Win7Taskbar.png" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=writespace&amp;amp;DownloadId=87983" /&gt;&lt;/p&gt;  &lt;p&gt;Have fun!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231415" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Ruby/default.aspx">Ruby</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Writespace/default.aspx">Writespace</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Visual Studio 2008 Web Test Not Recording on 64-bit Windows 7</title><link>http://weblogs.asp.net/jdanforth/archive/2009/09/05/visual-studio-2008-web-test-not-recording-on-64-bit-windows-7.aspx</link><pubDate>Sat, 05 Sep 2009 14:49:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7193159</guid><dc:creator>jdanforth</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=7193159</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/09/05/visual-studio-2008-web-test-not-recording-on-64-bit-windows-7.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/jdanforth/vs_54BAC493.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="vs" border="0" alt="vs" align="right" src="http://weblogs.asp.net/blogs/jdanforth/vs_thumb_191AB5D3.jpg" width="240" height="157" /&gt;&lt;/a&gt; I was about to record a web test in Visual Studio 2008 Team System today, and the recorder refused to record anything. And the Recorder “bar” in IE 8 was not showing. After some digging around, the issue was fixed by deleting a few registry keys. Found it on &lt;a href="http://blogs.msdn.com/mtaute/archive/2007/11/09/diagnosing-and-fixing-web-test-recorder-bar-issues.aspx"&gt;Michael Taute's Blog : Diagnosing and fixing Web Test recorder bar issues.&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Quote from his blog page:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Vista caches the list of explorer bars you have available and the recorder bar was not included in your list. The fix is to force Windows to rebuild that cache. To do this, first make sure you have all Internet Explorer instances shut down, then open the 32 bit registry editor and delete the following keys:&lt;/p&gt;    &lt;p&gt;     &lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\Component Categories\{00021493-0000-0000-C000-000000000046}      &lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\Component Categories\{00021494-0000-0000-C000-000000000046}      &lt;br /&gt;&lt;/p&gt;    &lt;p&gt;[Note: by default, the 32 bit registry editor is located in %WINDIR%\SysWow64\RegEdt32.exe]     &lt;br /&gt;&lt;/p&gt;    &lt;p&gt;The next time you boot Internet Explorer, your explorer bar cache will be rebuilt and the recorder bar should be available.&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7193159" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Unit+Testing/default.aspx">Unit Testing</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/VS2008/default.aspx">VS2008</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 RC Feels Very Stable</title><link>http://weblogs.asp.net/jdanforth/archive/2009/05/13/windows-7-rc-feels-very-stable.aspx</link><pubDate>Wed, 13 May 2009 08:04:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7084754</guid><dc:creator>jdanforth</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=7084754</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/05/13/windows-7-rc-feels-very-stable.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/jdanforth/win7logo_76F76A42.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Windows 7" border="0" alt="Windows 7" align="right" src="http://weblogs.asp.net/blogs/jdanforth/win7logo_thumb_1C80E7A4.png" width="110" height="143" /&gt;&lt;/a&gt; I upgraded to Win7rc as fast as I could from the beta and pretty much all the problems I had on the beta are gone! I’ve never experienced a beta OS as stable as this one, it’s nothing short of impressive.&lt;/p&gt;  &lt;p&gt;Hangs on reboot/shutdown are gone.&lt;/p&gt;  &lt;p&gt;Annoying stuttering sound probs are gone.&lt;/p&gt;  &lt;p&gt;File copy probs are gone.&lt;/p&gt;  &lt;p&gt;Screen update probs gone.&lt;/p&gt;  &lt;p&gt;I’m running 64-bit on a DELL Precision M4400 and the funny thing is that think I’ve not installed any extra drivers except for the touchpad and the initial network drivers, and it runs like a charm. It was a nightmare to get it working properly on 64-bit Vista, even when it came pre-installed with it from DELL! (Shame on you DELL to ship a box that doesn’t even run properly on the pre-installed software!!)&lt;/p&gt;  &lt;p&gt;I will have to install the extra software to get the built-in 3G mobile network running and that was kind of tricky on the beta, and the finger-print reader I’m not even going to bother with.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7084754" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 Release Candidate Availability</title><link>http://weblogs.asp.net/jdanforth/archive/2009/04/30/windows-7-release-candidate-availability.aspx</link><pubDate>Thu, 30 Apr 2009 07:49:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7066408</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=7066408</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/04/30/windows-7-release-candidate-availability.aspx#comments</comments><description>&lt;p&gt;&lt;img style="margin: 5px" title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;Glad to &lt;a href="http://blogs.technet.com/askperf/archive/2009/04/28/windows-7-release-candidate-availability-office-2007-sp2-rtm.aspx" target="_blank"&gt;read about the upcoming RC release of Windows 7&lt;/a&gt;. Just wondering how I should “migrate” to the RC from by current beta as I’ve spent days and days to get it in pretty good shape. Lots of job, but Win7 is just worth it.&lt;/p&gt;  &lt;p&gt;From the &lt;a href="http://blogs.technet.com/askperf" target="_blank"&gt;Askperf webby&lt;/a&gt;:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;We now have some dates that we can share with you.&amp;#160; The RC build is slated to be available for download by MSDN / TechNet subscribers this Thursday (April 30, 2009).&amp;#160; Broader, public availability will begin the following Tuesday (May 5, 2009).&amp;#160; If you haven’t already started using Windows 7, there are plenty of changes since the Beta release.&amp;#160; You can read more about these changes in the following posts from the Engineering Windows 7 blog: &lt;a href="http://blogs.msdn.com/e7/archive/2009/02/26/some-changes-since-beta.aspx"&gt;Some Changes Since Beta for the RC&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/e7/archive/2009/03/13/a-few-more-changes-from-beta-to-rc.aspx"&gt;A few more changes from Beta to RC…&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7066408" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Restored 64-bit Windows 7 Beta from Windows Home Server Backup on a DELL Laptop</title><link>http://weblogs.asp.net/jdanforth/archive/2009/04/27/restored-64-bit-windows-7-beta-from-windows-home-server-backup-on-a-dell-laptop.aspx</link><pubDate>Mon, 27 Apr 2009 08:25:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7060475</guid><dc:creator>jdanforth</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=7060475</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/04/27/restored-64-bit-windows-7-beta-from-windows-home-server-backup-on-a-dell-laptop.aspx#comments</comments><description>&lt;p&gt;&lt;img title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;The HD of the new DELL Precision M4400 I have crashed, burned and died yesterday. I heard the screams 3 rooms away while drinking my morning coffee. It was horrific. &lt;/p&gt;  &lt;p&gt;Luckily it was powered on during the night, so the Windows Home Server (WHS) had a full backup. Had a few probs though:&lt;/p&gt;  &lt;p&gt;- the recovery cd didn’t have network drivers for my LAN card&lt;/p&gt;  &lt;p&gt;- the drivers stored in the special folder on the backup were 64-bit, which isn’t supported by the recovery cd (DUH!!)&lt;/p&gt;  &lt;p&gt;- had to download 32-bit drivers from DELL and put on USB drive&lt;/p&gt;  &lt;p&gt;Tip: make sure your c-drive matches the size of the backup, and create a “dummy” FAT recovery partition on your new HD which mimics the DELL RECOVERY partition. Also, make sure your USB drive is disconnected once you don’t need it anymore. Make sure it’s disconnected before you finish the backup. Also, eject the recovery cd when rebooting, just to be sure! I had to do the restore 3 times before it managed to make my c-drive bootable! Quite annoying…&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7060475" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+Home+Server/default.aspx">Windows Home Server</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>7-Zip on 64 Bit Windows 7 Beta</title><link>http://weblogs.asp.net/jdanforth/archive/2009/04/15/7-zip-on-64-bit-windows-7-beta.aspx</link><pubDate>Wed, 15 Apr 2009 17:26:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7047052</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=7047052</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/04/15/7-zip-on-64-bit-windows-7-beta.aspx#comments</comments><description>&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px; display: inline; border-top: 0px; border-right: 0px" title="7ziplogo" border="0" alt="7ziplogo" align="right" src="http://weblogs.asp.net/blogs/jdanforth/7ziplogo_6A1183D4.png" width="110" height="63" /&gt; I’m having problems in my 64 bit Windows 7 beta with the built in support for unzipping zip-files containing *lots* of files. It often hangs near the end and I have to reboot to sort things out.&lt;/p&gt;  &lt;p&gt;Downloaded &lt;a href="http://www.7-zip.org/" target="_blank"&gt;64 bit version of 7-Zip&lt;/a&gt; and it work fine – so far. You might want to try that one out if you have the same problems. Eventually it may also hang, but I’ll try it for a while and shout out if I notice any probs.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7047052" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Tools/default.aspx">Tools</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>WCF Certificates with IIS on Windows 7 Beta</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/23/wcf-certificates-with-iis-on-windows-7-beta.aspx</link><pubDate>Mon, 23 Mar 2009 11:29:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6994704</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6994704</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/23/wcf-certificates-with-iis-on-windows-7-beta.aspx#comments</comments><description>&lt;p&gt;I’ve blogged earlier about the problems with Cassini and WCF on Windows 7 Beta (build 7000) and your best bet is to install IIS locally test your services in there. Now, there might be some problems getting IIS to read your service certificate and my colleague Tomas helped me get things running. I thought I might as well blog it here so that I got it documented…&lt;/p&gt;  &lt;p&gt;Open a VS2008 Command Prompt (I ran it as administrator) and create a certificate, then add it to your local store:&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=localhost -sky exchange -pe&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;certmgr.exe -add -r LocalMachine -s My -c -n localhost -r CurrentUser -s TrustedPeople&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Then you have to give IIS access to the private part of the certificate and Tomas found some sample code to let you do that. &lt;a href="http://msdn.microsoft.com/en-us/library/aa717039.aspx" target="_blank"&gt;The FindPrivateKey.exe source code is available on MSDN&lt;/a&gt;. Keep working on the command prompt:&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;FindPrivateKey.exe My LocalMachine -n &amp;quot;CN=localhost&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Note the output for private key directory and filename, for example:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Private key directory: C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Private key file name: 288538e27a2aebe9f77d2506bf6c836a_adf55683-4eae-4544-bbd1-d6844a44e538&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Then use them to feed the final call to give the default IIS-user access to the private key, for example:&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Courier New"&gt;CACLS.exe C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys\288538e27a2aebe9f77d2506bf6c836a_adf55683-4eae-4544-bbd1-d6844a44e538 /G &amp;quot;IIS_IUSRS&amp;quot;:R&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;That should be it, and it worked on our machines. &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6994704" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Bad Request With WCF Service in Cassini On Windows 7 Beta</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/14/bad-request-with-wcf-service-in-cassini-on-windows-7-beta.aspx</link><pubDate>Sat, 14 Mar 2009 15:29:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6961243</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6961243</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/14/bad-request-with-wcf-service-in-cassini-on-windows-7-beta.aspx#comments</comments><description>&lt;p&gt;&lt;img title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;Trying to run a WCF service in Cassini on your Windows 7 Beta (7000) machine and get this error?&lt;/p&gt;  &lt;p&gt;&lt;font face="Courier"&gt;The remote server returned an unexpected response: (400) Bad Request.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Unless you’re running your service with basic http binding or with security specifically set to None in your bindings, you will get this security-related error. This problem was &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/123f0d20-a018-48b0-ab92-4aae749f2d5e/" target="_blank"&gt;confirmed by Microsoft and will (hopefully) be fixed in next Windows 7 release&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The options you got:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create and run your own service host with code (I’ve been doing this in my integration tests until I tried Cassini and got the error)&lt;/li&gt;    &lt;li&gt;Use IIS (which I’m going to go for)&lt;/li&gt;    &lt;li&gt;Self-host it with WcfSvcHost.exe (which I’ve not tried yet)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Note that you need to add quite a few features to get WCF running in IIS running on Windows 7. See &lt;a href="http://weblogs.asp.net/jdanforth/archive/2009/03/14/turn-windows-7-features-on-or-off.aspx" target="_blank"&gt;my previous post about this&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.blackmarble.co.uk/blogs/rfennell/archive/2009/01/24/problem-hosting-wcf-using-cassini-on-windows-7.aspx" target="_blank"&gt;Richard Fennell&lt;/a&gt; had the same problems as well as a few others out there brave enough to try out a beta operating system.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6961243" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Turn Windows 7 Features On or Off</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/14/turn-windows-7-features-on-or-off.aspx</link><pubDate>Sat, 14 Mar 2009 13:35:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6960754</guid><dc:creator>jdanforth</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6960754</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/14/turn-windows-7-features-on-or-off.aspx#comments</comments><description>&lt;p&gt;I’m trying to install/add IIS features to my Windows 7 beta build 7000 laptop. You got pretty fine grained control over these features in Windows 7, and it’s not easy to know what you really need. I need to run WCF services on my machine, so I’m turning most things on, including WCF Activation stuff:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/jdanforth/image_52146107.png" width="415" height="76" /&gt; &lt;/p&gt;  &lt;p&gt;Then I’m adding these things that I think I need for your average ASP.NET application:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/jdanforth/image_09E6A52B.png" width="380" height="551" /&gt; &lt;/p&gt;  &lt;p&gt;Finally I’m adding the management tools, including the IIS 6 compatibility stuff which I’ve been told is needed to play properly with VS2008:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/jdanforth/image_6F3A0911.png" width="383" height="218" /&gt; &lt;/p&gt;  &lt;p&gt;Then restart and make sure you got everything in place.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6960754" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>My Windows 7 Beta Installation is More Stable Now</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/11/my-windows-7-beta-installation-is-more-stable-now.aspx</link><pubDate>Wed, 11 Mar 2009 14:03:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6955116</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6955116</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/11/my-windows-7-beta-installation-is-more-stable-now.aspx#comments</comments><description>&lt;p&gt;&lt;img style="margin: 5px" title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;I think I got most things sorted with my Windows 7 Beta installation now. When I uninstalled the “half new” version of Virtual CloneDrive I had, things started to work way, way better. There is now a newer version of Virtual CloneDrive (5.4.2.3 or later) that is reported to work quite well. &lt;strong&gt;Until you really need an ISO mounting tool, I suggest you wait installing one!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Small Issue with Multiple Monitors&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I found a new, small issue though when I got my laptop connected to an external monitor. Sometimes when I start it up from Sleep or Hibernation it fails to display the Desktop properly and I have to bring up the “Change display settings” control dialog and re-apply my setting there to have it redraw the Desktop and Taskbar properly. Not a big deal, and it works properly after that until I put it to Sleep and start it up without the external monitor.&lt;/p&gt;  &lt;p&gt;This is something that I’ve not seen on Vista before anyway, and it sure seems like Windows 7 has more than a few changes around how external displays are managed.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6955116" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>New Windows 7 Features I Just Discovered</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/05/new-windows-7-features-i-just-discovered.aspx</link><pubDate>Thu, 05 Mar 2009 11:16:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6938109</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6938109</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/05/new-windows-7-features-i-just-discovered.aspx#comments</comments><description>&lt;p&gt;&lt;img style="margin: 5px" title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;There are several new features in Windows 7, and as I’ve not had the chance to read about them yet, I keep discovering them as I use the OS in my daily work. &lt;/p&gt;  &lt;p&gt;&lt;em&gt;Note that I would not recommend anyone to use Windows 7 beta on their production/working machine as it’s not stable enough – I always have my old Vista environment close by and all work I do is backed up in real time by Outlook, TFS or Live Sync. Actually Live Sync (or Mesh) is wonderful in this case!&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Docking Windows Using Keys&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The first thing I noticed today was that I could move around the active window to the various Windows 7 “docking points” by pressing WINDOW KEY + ARROW. By doing this, the window can be attached to the left or right side of the screen, or even maximized or minimized by pressing the UP/DOWN keys. &lt;strong&gt;If you got multiple monitors, the window will travel over to the other monitor.&lt;/strong&gt; Neat! It’s a quick way to move programs to the second monitor once you get used to it.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Live Messenger 2009 Supports Windows 7 “Recent Files”&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Eventually I managed to update and install Messenger to version 2009 and I noticed that it supports the new “Recent Files and Browsing History” feature from the Start Menu. It’s not like you can see the active chat windows (which I first thought), but you can sign out, change your status and such things:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/jdanforth/image_368C8F62.png" width="496" height="638" /&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/strong&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I wouldn’t be surprised if a future update of Messenger will let you get to recent chats. That you be more consistent with how this particular feature works with Word, Notepad etc. Not that all Windows 7 programs works this way, but for Messenger it would make sense I think.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6938109" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 Beta Issues (Hanging Threads)</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/04/windows-7-beta-issues-hanging-threads.aspx</link><pubDate>Wed, 04 Mar 2009 15:38:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6937462</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6937462</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/04/windows-7-beta-issues-hanging-threads.aspx#comments</comments><description>&lt;p&gt;&lt;img style="margin: 5px" title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;Something that also seems to be an issue with build 7000 is threads that cannot be killed. Right now I’m stuck in a situation where I cannot open more (file) Explorer windows and I cannot close Internet Explorer. Even though I’m trying to end threads from Task Manager. Looks like this in Task Manager right now:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/jdanforth/image_68738E15.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://weblogs.asp.net/blogs/jdanforth/image_thumb_27650EB1.png" width="435" height="208" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I’ve had the same problems with the Messenger process that couldn’t be killed. Could be because I’m not running as Admin? Time for a reboot. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt; I have just uninstalled Virtual CloneDrive (5.4.1.1) to see of it was causing problems related to restart and file handling, which some reports indicate. I’ve also downloaded a newer beta version of CloneDrive (5.4.2.3) which should support 64-bit Windows 7 better I’ve heard. Follow the &lt;a href="http://social.technet.microsoft.com/Forums/en-US/w7itproappcompat/thread/fe827029-43c2-4239-aba4-62a74d21d702/" target="_blank"&gt;discussion on TechNet&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6937462" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 Beta Issues (Explorer and External USB Drives)</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/03/windows-7-beta-issues-explorer-and-external-usb-drives.aspx</link><pubDate>Tue, 03 Mar 2009 11:26:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6936166</guid><dc:creator>jdanforth</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6936166</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/03/windows-7-beta-issues-explorer-and-external-usb-drives.aspx#comments</comments><description>&lt;p&gt;&lt;img style="margin: 5px" title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;I’m continuing my adventures with Build 7000, and right now the biggest problems I have seems to be related to the File/Windows Explorer itself. I’ve had issues with removing external USB drives. Something seems to hang on to the drive even though it’s removed and I’ve noticed that I cannot do a Windows Restart after that. It hangs on the “Logging off” screen.&lt;/p&gt;  &lt;p&gt;Also, I’ve had problems several times now when copying files from machines on the network and from USB drives. The file copying progress dialog just sits there and refuse to complete. When clicking on dialog Cancel or Close, it tries to cancel but never completes. If I try to kill the dialog from Task Manager, it goes away, Explorer (you know the whole Desktop reboot thingy) restarts but some explorer processes seems to stick.&lt;/p&gt;  &lt;p&gt;Hoping for a newer release soon, build 7000 is just a tad too shaky :)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;If some Windows 7 guy from Microsoft (Jeff?) reads this, can I please have access to a fresh build? *plplplplease*&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;But I love the new Task Bar and the option to drag/drop System Tray icons. That part works very well and I hope Microsoft will keep it. Currently I got Outlook new mail notifications and Messenger there together with the standard white (dull colors!!) Windows 7 systray icons.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6936166" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>More Setting Up Windows 7</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/02/more-setting-up-windows-7.aspx</link><pubDate>Mon, 02 Mar 2009 16:18:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6935356</guid><dc:creator>jdanforth</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6935356</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/02/more-setting-up-windows-7.aspx#comments</comments><description>&lt;p&gt;&lt;img style="margin: 5px" title="Windows 7 Beta" border="0" alt="Windows 7 Beta" align="right" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width="244" height="154" /&gt;I keep &lt;a href="http://weblogs.asp.net/jdanforth/archive/2009/02/28/setting-up-windows-7-beta-on-dell-m4400.aspx" target="_blank"&gt;installing programs on my new Dell m4400 running Windows 7&lt;/a&gt; (build 7000). Unfortunately the “Easy Transfer” didn’t go all the way. I tried to transfer over the network and left it running for 6 hours then shut it off because it seem to hang at 35%. Had to restart the machine to get rid of the transfer window. Maybe a transfer to USB/External hard drive is more stable. Seems that some 75% of my files and settings had transferred properly so I got Outlook and most of my other things moved over ok. I moved the rest of the stuff over manually with a (more or less) major copy/paste from my documents and settings.&lt;/p&gt;  &lt;p&gt;I had to do this twice because &lt;strong&gt;there seems to be a glitch with copying many files with this build&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;A couple of times my machine has stopped during restart and require a hard boot. No big deal as long as it is stable while I’m using it – which it is so far. New programs installed (yes, those are tools dear to me):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;VS2008 Team Explorer – seems to work perfectly&lt;/li&gt;    &lt;li&gt;TestDriven.Net – runs just fine today, no problems so far&lt;/li&gt;    &lt;li&gt;Resharper 4.1 – runs just fine as well (phew)&lt;/li&gt;    &lt;li&gt;Live Writer – installed just fine with the live installer program (messenger didn’t)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The program I’ve had most problems with today is Messenger 8. It stopped redrawing it’s main window, tried to close it but it refused, tried to kill it and the program closed but the process refused to die. Weird.&lt;/p&gt;  &lt;p&gt;But so far no show stoppers. Too soon to say but it looks pretty good for an early build of a new OS. I’m starting to like the new task bar and everything seems faster than Vista (that’s not hard) but we’ll see what happens once I’ve got a gazillion of programs installed on it. &lt;/p&gt;  &lt;p&gt;The big question is - &lt;strong&gt;How do I avoid getting the “spyware” from Adobe and HP on it?!?! &lt;/strong&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6935356" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Add Domain User to Local Windows 7 Administrators Group</title><link>http://weblogs.asp.net/jdanforth/archive/2009/03/01/add-domain-user-to-local-windows-7-administrators-group.aspx</link><pubDate>Sun, 01 Mar 2009 14:11:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6933833</guid><dc:creator>jdanforth</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jdanforth/rsscomments.aspx?PostID=6933833</wfw:commentRss><comments>http://weblogs.asp.net/jdanforth/archive/2009/03/01/add-domain-user-to-local-windows-7-administrators-group.aspx#comments</comments><description>&lt;P&gt;&lt;IMG title="Windows 7 Beta" style="MARGIN: 5px" height=154 alt="Windows 7 Beta" src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png" width=244 align=right border=0 mce_src="http://weblogs.asp.net/blogs/jdanforth/image_3D881299.png"&gt;I just moved my new Windows 7 laptop to the domain and needed to give my domain user local administrator access. I couldn’t find a way to do that via the users and groups tool, but &lt;A href="http://www.manojn.com/blog/post/2008/06/20/Add-domain-user-to-local-vista-administrator-group.aspx" target=_blank mce_href="http://www.manojn.com/blog/post/2008/06/20/Add-domain-user-to-local-vista-administrator-group.aspx"&gt;Manoj Nagpal (cool name) blogged about a way to do it in Vista&lt;/A&gt;, and it works perfect in Windows 7 as well:&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Courier size=1&gt;net localgroup Administrators /add domain\username&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Good stuff. Now I’m about to try “Easy Transfer” to move stuff from my old laptop to the new one. Hope it works…&lt;/P&gt;
&lt;P&gt;Edit:&amp;nbsp;I had to install an updated version of the "easy transfer" program on my old Vista machine,&amp;nbsp;and the transfer started fine. The problem now is that it's been running for 3 hours and the progress bar is kind of stuck at 30-40%.&amp;nbsp;I think I'll let it run&amp;nbsp;for 3-4&amp;nbsp;hours more before I decide to terminate it and move the files manually.&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6933833" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jdanforth/archive/tags/Windows+7/default.aspx">Windows 7</category></item></channel></rss>