<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>James Finnigan : Vista</title><link>http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx</link><description>Tags: Vista</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>How to launch an un-elevated process from an elevated process</title><link>http://blogs.msdn.com/jamesfi/archive/2007/04/11/how-to-launch-an-un-elevated-process-from-an-elevated-process.aspx</link><pubDate>Thu, 12 Apr 2007 07:11:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2095260</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/2095260.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=2095260</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=2095260</wfw:comment><description>&lt;p&gt;This question has come up a fair amount lately.&amp;nbsp; The short answer is that you don't&lt;strong&gt;*&lt;/strong&gt;&amp;nbsp;- instead you should:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;first launch an unelevated process&lt;/li&gt; &lt;li&gt;have that unelevated process launch an elevated process and wait for it to finish (or use some form of IPC)&lt;/li&gt; &lt;li&gt;have that unelevated process then do what you wanted the elevated process to un-elevate and do&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;OK, but why?&amp;nbsp; When you elevated there's a good chance that you &lt;em&gt;also changed users&lt;/em&gt;.&amp;nbsp; If you simply had a way to generate the split token associated with the elevated user, then you would be running as the wrong user.&lt;/p&gt; &lt;p&gt;This is all documented, of course, in the &lt;em&gt;&lt;a href="http://www.microsoft.com/downloads/thankyou.aspx?familyId=ba73b169-a648-49af-bc5e-a2eebb74c16b&amp;amp;displayLang=en"&gt;Windows Vista Application Development Requirements for User Account Control Compatibility&lt;/a&gt;&lt;/em&gt; document (I hate sentence names).&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;strong&gt;*&lt;/strong&gt; Caveat:&amp;nbsp; &lt;/strong&gt;There is still a way to launch a process as that original user with the split token - use task scheduler (see the linked document for the source code).&amp;nbsp; I don't recommend using task scheduler (I recommend the process above), but there are times when your choices are limited.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2095260" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/LUA/default.aspx">LUA</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/UAC/default.aspx">UAC</category></item><item><title>RegNamespace sample up on codeplex</title><link>http://blogs.msdn.com/jamesfi/archive/2007/02/16/regnamespace-sample-up-on-codeplex.aspx</link><pubDate>Sat, 17 Feb 2007 00:07:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1691408</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1691408.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1691408</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1691408</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.codeplex.com/RegNamespace" atomicselection="true"&gt;&lt;img height="61" src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/RegNamespacesampleuponcodeplex_A18E/image%7B0%7D%5B6%5D.png" width="60" align="left"&gt;&lt;/a&gt;&lt;a href="http://www.codeplex.com/RegNamespace/Release/ProjectReleases.aspx" atomicselection="true"&gt;&lt;img height="55" src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/RegNamespacesampleuponcodeplex_A18E/CP_banner_75x55_dnld%5B5%5D.jpg" width="75" align="right"&gt;&lt;/a&gt; Scott, Jerry, Thayn and&amp;nbsp;I have whipped up a sample of indexing the registry, as well as a shell folder (namespace extension) for viewing it.&amp;nbsp; It's great to be able to search the registry via the index and it's great sample of how to create a shellfolder, protocol handler, and even an IFilter.&amp;nbsp; So head on over to &lt;a href="http://www.codeplex.com/RegNamespace"&gt;the codeplex site&lt;/a&gt; and check out &lt;a href="http://www.codeplex.com/RegNamespace/SourceControl/ListDownloadableCommits.aspx"&gt;the source code&lt;/a&gt;, or if you're more interested in having it than seeing how it's build, just download &lt;a href="http://www.codeplex.com/RegNamespace/Release/ProjectReleases.aspx"&gt;the binaries&lt;/a&gt; and enjoy!&lt;/p&gt; &lt;p&gt;This is something that we're looking to improve over time, adding features and generally fleshing it out to be a rich, complete&amp;nbsp;experience.&amp;nbsp; We're not yet to feature parity with Regedit, but it won't be too long.&lt;/p&gt; &lt;p&gt;If you're interested in samples related to shell programming also check out &lt;a href="http://shellrevealed.com/files/folders/code_samples/default.aspx"&gt;shellrevealed&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1691408" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/shell/default.aspx">shell</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Download/default.aspx">Download</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/CodePlex/default.aspx">CodePlex</category></item><item><title>RE: How to get rid of that pesky Windows Welcome Center at FIRST boot</title><link>http://blogs.msdn.com/jamesfi/archive/2007/01/24/how-to-get-rid-of-that-pesky-windows-welcome-center-at-first-boot.aspx</link><pubDate>Thu, 25 Jan 2007 10:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1526607</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1526607.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1526607</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1526607</wfw:comment><description>&lt;P&gt;While reading&amp;nbsp;blog comments about Welcome Center, I&amp;nbsp;came across &lt;A title=this&amp;amp;nbsp;entry href="http://www.msblog.org/2007/01/21/how-to-get-rid-of-that-pesky-windows-welcome-center-at-first-boot/" mce_href="http://www.msblog.org/2007/01/21/how-to-get-rid-of-that-pesky-windows-welcome-center-at-first-boot/"&gt;this&amp;nbsp;entry&lt;/A&gt; on how to remove welcome center at first boot.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;With a simple .reg file though, you can kill Windows Welcome Center dead on first boot — simply put the following into your .reg file and save it, run it, or add it to your scripts:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]&lt;BR&gt;"WindowsWelcomeCenter"=- &lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That &lt;EM&gt;will&lt;/EM&gt; do it.&amp;nbsp; But if you run this command instead, you can avoid creating a file and the elevation prompt.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;CODE&gt;reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v WindowsWelcomeCenter /f&lt;/CODE&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Oh, and sorry about waiting until the second time you see it before displaying the checkbox - that wasn't my idea.&amp;nbsp; (Welcome Center was a feature with a lot of &lt;A href="http://labnol.blogspot.com/2006/02/windows-vista-welcome-center.html" mce_href="http://labnol.blogspot.com/2006/02/windows-vista-welcome-center.html"&gt;input&lt;/A&gt;.)&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1526607" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Tips/default.aspx">Tips</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Welcome+Center/default.aspx">Welcome Center</category></item><item><title>Yahoo! Messenger for Windows Vista</title><link>http://blogs.msdn.com/jamesfi/archive/2007/01/24/yahoo-messenger-for-windows-vista.aspx</link><pubDate>Thu, 25 Jan 2007 05:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1524964</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1524964.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1524964</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1524964</wfw:comment><description>&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/YahooMessengerforWindowsVista_1056E/image%7B0%7D%5B2%5D.png" atomicselection="true" mce_href="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/YahooMessengerforWindowsVista_1056E/image%7B0%7D%5B2%5D.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=240 src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/YahooMessengerforWindowsVista_1056E/image%7B0%7D_thumb.png" width=118 align=left border=0 mce_src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/YahooMessengerforWindowsVista_1056E/image%7B0%7D_thumb.png"&gt;&lt;/A&gt;I was just looking at the &lt;A title="Yahoo! Messenger for Windows Vista" href="http://messenger.yahoo.com/windowsvista.php" mce_href="http://messenger.yahoo.com/windowsvista.php"&gt;Yahoo! Messenger for Windows Vista&lt;/A&gt; video.&amp;nbsp; Wow.&amp;nbsp; It's gorgeous.&amp;nbsp; It's nice to see people doing amazing things with Avalon/WPF.&amp;nbsp; I was particularly impressed with the great flow and visual&amp;nbsp;as you select the background color (pictured, but watch &lt;A href="http://messenger.yahoo.com/vista_popup.php;_ylt=Al0f.J8A7CkuiHeYy12SyPIKktMF" mce_href="http://messenger.yahoo.com/vista_popup.php;_ylt=Al0f.J8A7CkuiHeYy12SyPIKktMF"&gt;the video&lt;/A&gt; about 2/3rds in for the full effect).&lt;/P&gt;
&lt;P&gt;I look forward to more luscious apps like this - looks like I may need to dust off my WPF skills and try making a few things myself (too many projects, too little time).&lt;/P&gt;&lt;BR clear=all&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1524964" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Avalon/default.aspx">Avalon</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Yahoo/default.aspx">Yahoo</category></item><item><title>Bernie Klinder ♡ Guided Help</title><link>http://blogs.msdn.com/jamesfi/archive/2007/01/16/bernie-klinder-guided-help.aspx</link><pubDate>Tue, 16 Jan 2007 22:55:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1479853</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1479853.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1479853</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1479853</wfw:comment><description>&lt;p&gt;&lt;font size="3"&gt;From &lt;a href="http://searchwinit.techtarget.com/originalContent/0,289142,sid1_gci1238622,00.html?track=NL-118&amp;amp;ad=576578&amp;amp;asrc=EM_NLN_913781&amp;amp;uid=4733042"&gt;Bernie's review of Windows Vista's killer features&lt;/a&gt;... &lt;/font&gt;&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;b&gt;&lt;i&gt;Guided Help and Automated Diagnostics&lt;/i&gt;&lt;/b&gt; -- A large number of help desk calls are for simple technical issues that aren't difficult to resolve but are somewhat time consuming to explain to a remote non-technical user. Network issues, printing issues and device drivers are common scenarios that Windows Vista will automatically attempt to fix. Many other common issues are handled via a Guided Help menu that pops up when an error occurs – prompting users to resolve the issue themselves with help from the OS. For IT professionals, performance monitoring and task management tools are easier to use and provide more information. &lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Also in the list:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Integrated Search  &lt;li&gt;Power Management  &lt;li&gt;Network Management  &lt;li&gt;Ad Hoc Wireless  &lt;li&gt;Presentation Mode (AWESOME)  &lt;li&gt;Previous Versions  &lt;li&gt;Mobility Center  &lt;li&gt;Document Previews  &lt;li&gt;Guided Help and Automated Diagnostics  &lt;li&gt;Aero &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Thanks Bernie - glad you like it!&lt;/p&gt; &lt;p&gt;[via &lt;a href="http://www.developingfor.net/vista/windows-vista-soon-to-be-a-must-have.html"&gt;Developing for .NET&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1479853" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Guided+Help/default.aspx">Guided Help</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Review/default.aspx">Review</category></item><item><title>Microsoft CES website - Group Shot pictures</title><link>http://blogs.msdn.com/jamesfi/archive/2007/01/10/microsoft-ces-website-group-shot-pictures.aspx</link><pubDate>Thu, 11 Jan 2007 06:09:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1448115</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1448115.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1448115</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1448115</wfw:comment><description>&lt;p&gt;Here's&amp;nbsp;Microsoft's CES website.&amp;nbsp; There's a ton of interesting stuff on here.&amp;nbsp; The one that will probably impact me the most is &lt;a href="http://research.microsoft.com/projects/GroupShot/"&gt;Group Shot&lt;/a&gt;.&amp;nbsp; Not that the rest isn't incredibly cool, it's just that I have the groupshot problem a &lt;em&gt;lot&lt;/em&gt;. :)&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="190" src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/MicrosoftCESwebsite_FB79/keukenhof%20195%5B2%5D.jpg" width="240" border="0"&gt; &lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="171" src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/MicrosoftCESwebsite_FB79/keukenhof%20196%5B2%5D.jpg" width="240" border="0"&gt;&lt;/p&gt; &lt;p&gt;These two images becomes combined (source can be seen bottom left)&amp;nbsp;to look like&amp;nbsp;bottom right.&amp;nbsp; How cool is that for group pictures (particularly those involving small children).&lt;/p&gt; &lt;p&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="181" src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/MicrosoftCESwebsite_FB79/image%7B0%7D%5B2%5D.png" width="240" border="0"&gt; &amp;nbsp;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="180" src="http://blogs.msdn.com/blogfiles/jamesfi/WindowsLiveWriter/MicrosoftCESwebsite_FB79/combined%5B2%5D.jpg" width="240" border="0"&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1448115" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/News/default.aspx">News</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Photography/default.aspx">Photography</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Cool/default.aspx">Cool</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/CES/default.aspx">CES</category></item><item><title>Sabarinath Nair reviews Guided Help, Vista</title><link>http://blogs.msdn.com/jamesfi/archive/2006/12/22/sabarinath-nair-reviews-guided-help-vista.aspx</link><pubDate>Sat, 23 Dec 2006 10:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1351181</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1351181.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1351181</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1351181</wfw:comment><description>&lt;P&gt;Sabarinath had &lt;A class="" href="http://cacafonix.blogspot.com/2006/12/first-look-windows-vista.html" mce_href="http://cacafonix.blogspot.com/2006/12/first-look-windows-vista.html"&gt;this&lt;/A&gt; to say about Guided Help:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Guided Help&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;While this feature is still under beta, I believe this would be an interesting feature to have. In addition to having descriptive help files, Guided Help teaches you visually how to do the tasks. It also allows you to record steps, from which you can build your own guided help for your application.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Thanks for reviewing Guided Help and thanks for your desire to have Guided Help move from beta to product.&amp;nbsp; Good news - Guided Help is no longer in beta.&amp;nbsp; Guided Help has shipped both as part of Windows Vista and as part of &lt;A href="http://support.microsoft.com/" mce_href="http://support.microsoft.com/"&gt;http://support.microsoft.com/&lt;/A&gt;.&amp;nbsp; There are lots of interesting next steps for Guided Help (it's not "done"), but we are out of beta and into customers hands. 
&lt;P&gt;Also, it's not generally intended for consumers to author your own guided help content (or even most ISVs - I talked about this in my first post about &lt;A href="http://blogs.msdn.com/activecontentwizard/archive/2006/08/25/Authoring-a-Guided-Help-topic.aspx" mce_href="http://blogs.msdn.com/activecontentwizard/archive/2006/08/25/Authoring-a-Guided-Help-topic.aspx"&gt;authoring guided help topics&lt;/A&gt;.).&amp;nbsp; Still, this is definitely an interesting direction. 
&lt;P&gt;As for the rest of Vista - I have difficulty articulating how many &lt;A href="http://en.wikipedia.org/wiki/Features_new_to_Windows_Vista" mce_href="http://en.wikipedia.org/wiki/Features_new_to_Windows_Vista"&gt;new features&lt;/A&gt; there &lt;EM&gt;really&lt;/EM&gt; &lt;EM&gt;are&lt;/EM&gt;.&amp;nbsp; Some of my favorites include Search, DVD Maker, Networking analysis, security improvements galore, ... really just tons of stuff.&amp;nbsp; Just start exploring - the photo gallery stuff is great.&amp;nbsp; Well, &lt;EM&gt;I'm&lt;/EM&gt; a technology geek, but when my wife asked me to upgrade our other home computer to Vista it really showed me how much she appreciates that it's better (and not just the freecell game ;) ).&amp;nbsp; Unfortunately, I declined because it's a bit of a gutless machine (900mhtz)&amp;nbsp;that trudges along on XP and is only upgradable to 512 meg of RAM - XP is snappier at that level of memory than Vista.&amp;nbsp; But Vista performs better in my experience above that threshold than XP. 
&lt;P&gt;Well thanks for taking the time to review Vista - I think it's a great product.&amp;nbsp; I understand your frustration with increasing software demands on hardware, but there are a lot of improvements particularly in the area of security, reliability&amp;nbsp;and graphics that lead to this.&amp;nbsp; I would also like to see more work on improving the performance in the next version because I think that we can still do quite a bit better, but it's a complex problem.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1351181" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Guided+Help/default.aspx">Guided Help</category></item><item><title>Windows boot screens though time</title><link>http://blogs.msdn.com/jamesfi/archive/2006/11/24/windows-boot-screens-though-time.aspx</link><pubDate>Sat, 25 Nov 2006 08:56:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1145292</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1145292.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1145292</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1145292</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.istartedsomething.com/20061122/windows-boot/"&gt;Long Zheng shows off&lt;/a&gt; the progression in the screen that is both the first thing we see and the last thing we want to spend time looking at.&lt;/p&gt; &lt;p align="center"&gt;&lt;a href="http://www.istartedsomething.com/20061122/windows-boot/" atomicselection="true"&gt;&lt;img height="150" src="http://www.istartedsomething.com/wp-content/uploads/2006/11/win10-boot.jpg" width="240"&gt;&lt;/a&gt;&lt;span style="font-size: larger" height="150"&gt;...&amp;nbsp;&lt;/span&gt;&lt;a href="http://www.istartedsomething.com/20061122/windows-boot/" atomicselection="true"&gt;&lt;img height="150" src="http://www.istartedsomething.com/wp-content/uploads/2006/11/winvista-boot2.jpg" width="200"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1145292" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/fun/default.aspx">fun</category></item><item><title>Windows Vista Keyboard Shortcuts</title><link>http://blogs.msdn.com/jamesfi/archive/2006/11/24/windows-vista-keyboard-shortcuts.aspx</link><pubDate>Sat, 25 Nov 2006 07:02:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1145026</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1145026.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1145026</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1145026</wfw:comment><description>&lt;p&gt;Just came across this &lt;a href="http://shellrevealed.com/blogs/shellblog/archive/2006/10/16/Do-things-faster-with-Keyboard-Shortcuts.aspx"&gt;good listing of keyboard shortcuts in Windows Vista&lt;/a&gt; and thought I'd share them around.&amp;nbsp; Some people refuse to use the keyboard for much besides email, but I'm a huge fan of keyboard shortcuts (and love the ubiquitous search features in Vista)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1145026" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Tips/default.aspx">Tips</category></item><item><title>Agile teams at Microsoft?</title><link>http://blogs.msdn.com/jamesfi/archive/2006/11/24/agile-teams-at-microsoft.aspx</link><pubDate>Sat, 25 Nov 2006 06:54:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1145011</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1145011.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1145011</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1145011</wfw:comment><description>&lt;div&gt;Well, I was just reading ex-MSFT guy Moishe Lettvin's &lt;a href="http://www.drizzle.com/~lettvin/2006/11/windows-shutdown-crapfest.html"&gt;entry &lt;/a&gt;about how the start menu put together.&amp;nbsp; In brief, there was a lot of wasted time in meetings (my interpretation), waiting for code to arrive,&amp;nbsp;thrashing due to dependencies, and not a lot of writing actual code.&amp;nbsp; It sounds like the feature ended up missing the vision, too.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;That's got to be a pretty miserable year.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;There are big differences between different teams here at Microsoft in terms of culture, process, productivity, etc.&amp;nbsp; Of course there are some shared advantages/pain points, as well.&amp;nbsp; Making Vista has definitely spurred changes to a number of these areas, because there are real issues.&amp;nbsp; Improving the speed with which changes are reflected in the builds is important (although there's a trade-off between things moving quickly and too many changes to investigate to understand a regression - I don't advocate a single branch for a team the size of Windows), and there are a number of process changes underway.&amp;nbsp; These are issues that will affect every team to a varying extent.&amp;nbsp; But there are a lot of other issues as well that individual teams &lt;em&gt;can&lt;/em&gt; fix.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;I worked on Welcome Center and we had a lot of people interested in what was happening in the feature (execs, etc).&amp;nbsp; But most meetings involved&amp;nbsp;two or three people.&amp;nbsp; And I use the term &lt;em&gt;meeting&lt;/em&gt; loosely.&amp;nbsp; Basically, we called each other on the phone (most calls lasted under a minute).&amp;nbsp; Initially, we had&amp;nbsp;two or three&amp;nbsp;meetings with most folks present but there were really only 3 people working on it (all of them part-time).&amp;nbsp; I imagine that our PM had more work to do than I did, because there was a lot more deciding what to do than deciding the best way to do it.&amp;nbsp; It's a pretty simple feature to implement.&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;So here are&amp;nbsp;two examples of a simple feature: &lt;a href="http://www.drizzle.com/~lettvin/2006/11/windows-shutdown-crapfest.html"&gt;one with tons of overhead&lt;/a&gt;, and one that was run more efficiently.&amp;nbsp; Were the features intrinsically different?&amp;nbsp; Were the partner teams unduly burdensome?&amp;nbsp; Something else?&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;(Yes, this isn't a discussion of &lt;a href="http://en.wikipedia.org/wiki/Agile_programming"&gt;Agile&lt;/a&gt; adoption at Microsoft, I just mean agile in the general sense)&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1145011" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category></item><item><title>Screencast: Video of a few Guided Help Topics running.</title><link>http://blogs.msdn.com/jamesfi/archive/2006/11/11/screencast-video-of-a-few-guided-help-topics-running.aspx</link><pubDate>Sat, 11 Nov 2006 04:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1056759</guid><dc:creator>jamesfinnigan</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/jamesfi/comments/1056759.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jamesfi/commentrss.aspx?PostID=1056759</wfw:commentRss><wfw:comment>http://blogs.msdn.com/jamesfi/rsscomments.aspx?PostID=1056759</wfw:comment><description>&lt;P&gt;So &lt;A class="" href="http://open-your-mind.net/articles/about.asp" mce_href="http://open-your-mind.net/articles/about.asp"&gt;Andrew&lt;/A&gt;, went through and put together a screencast of a few of the Guided Help topics in action.&amp;nbsp; If you look carefully&amp;nbsp;you can even&amp;nbsp;see a few stupid ACW&amp;nbsp;tricks - maybe I'll do a stupid ACW tricks&amp;nbsp;screencast at some point.&amp;nbsp; Anyway, I've included the soapbox version, but I'll probably try to also put up the full wmv&amp;nbsp;because soapbox doesn't allow us the resolution that we'd like.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EMBED pluginspage=http://macromedia.com/go/getflashplayer src=http://soapbox.msn.com/flash/soapbox1_1.swf width=412 height=362 type=application/x-shockwave-flash flashvars="c=v&amp;amp;v=24a65d25-313b-4e52-ab44-1e5ea5e2c66f" wmode="transparent" quality="high" mce_src="http://soapbox.msn.com/flash/soapbox1_1.swf"&gt;&lt;/EMBED&gt;&lt;BR&gt;&lt;A title="Selected Guided Help Topics" href="http://soapbox.msn.com/video.aspx?vid=24a65d25-313b-4e52-ab44-1e5ea5e2c66f" target=_new mce_href="http://soapbox.msn.com/video.aspx?vid=24a65d25-313b-4e52-ab44-1e5ea5e2c66f"&gt;Video: Selected Guided Help Topics&lt;/A&gt;&lt;/P&gt;&lt;A href="http://www.technorati.com/claim/97uqw75hjn" rel=me&gt;Technorati Profile&lt;/A&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1056759" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/jamesfi/attachment/1056759.ashx" length="2982134" type="video/x-ms-wmv" /><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/McG/default.aspx">McG</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Guided+Help/default.aspx">Guided Help</category><category domain="http://blogs.msdn.com/jamesfi/archive/tags/Screencast/default.aspx">Screencast</category></item></channel></rss>