<?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>Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx</link><description>We've talked some about performance in this blog and recently many folks have been blogging and writing about the topic as well. We thought it would be a good time to offer some more behind the scenes views on how we have been working on and thinking</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9223793</link><pubDate>Tue, 16 Dec 2008 07:04:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9223793</guid><dc:creator>hollamon</dc:creator><description>&lt;p&gt;One thing I'd like to request is for issues around over-grown filecache problems on x64 machines to be looked at.&lt;/p&gt;
&lt;p&gt;It's not uncommon in vista x64 (on a 4gb machine) for the file cache to grow to 4+gb, and cause low memory error issues. &amp;nbsp;It seems to actively push out memory of active desktop processes (which should never get paged, minimized or not), which then causes thrashing when you return to these.&lt;/p&gt;
&lt;p&gt;In addition, this memory contention causes a really surprising performance hit: &amp;nbsp;after closing an app that consumed a great deal of memory. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the default state, after closing Eclipse, for example, this will cause the drive to thrash hard for a minute or two. &amp;nbsp;When consulting Resource Monitor, its a normal-io-priority process hitting the pagefile.&lt;/p&gt;
&lt;p&gt;Because of all the disk activity, the desktop is slowed down. &amp;nbsp;Why would closing an app cause a minute or two of disk-thrashing ever, on a 4gb machine that never uses more than 4gb of memory (not including the horrible file cache)? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;When doing some research on this, I discovered this post on the 'ntdebugging' blog:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/ntdebugging/archive/2007/11/27/too-much-cache.aspx"&gt;http://blogs.msdn.com/ntdebugging/archive/2007/11/27/too-much-cache.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After reading that and the linked article, I started using Russinovich's CacheSet tool to constantly force the file cache down to 50MB.&lt;/p&gt;
&lt;p&gt;This results in dramatically increased performance (perceived at least) in normal operations, at some minor cost to startup of big apps and login scenarios. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;But the important thing is that now, with that change, the laptop is well behaved all the time, even after closing eclipse or vstudio, and the disk does precisely ... nothing. &amp;nbsp;Which is wonderful.&lt;/p&gt;
&lt;p&gt;Something to consider, as excessive drive thrashing due to an overly aggressive file cache on x64 systems seems to be a performance problem, at least for some subset of users such as myself.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9223886</link><pubDate>Tue, 16 Dec 2008 07:30:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9223886</guid><dc:creator>Jembe</dc:creator><description>&lt;p&gt;Good post, but what I really miss is the discussion on what you call 'perceived performance'. There are a lot of settings in Windows that are designed to &amp;quot;help&amp;quot; users but have a HUGE perceived performance cost.&lt;/p&gt;
&lt;p&gt;For example, On the 'System Properties' dialog --&amp;gt; 'Advanced' tab --&amp;gt; Performance Settings window, you can choose the setting 'animate windows when minimizing and maximizing'. I always disable this setting because I like windows to be snappy as you call it and not take ages to fade in / out to / from the taskbar. I think this setting should be disabled by default in Windows 7; it will greatly improve perceived performance for the end user. The 'benefit' of this fading in / out is only limited anyway; users need to discover only once that windows go to the taskbar when minimizing. So please turn this off by default!&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9223929</link><pubDate>Tue, 16 Dec 2008 07:41:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9223929</guid><dc:creator>sroussey</dc:creator><description>&lt;p&gt;All-in-one with RAID? Sounds like a Sony... I got a Touchsmart, though the specs are far from the same. But my main machine sounds identical spec wise (not an all-in-one). But it is strange how slow it can feel at times. &lt;/p&gt;
&lt;p&gt;Something like 10% of the time it feels so slow I want to pull my hair out, and the other 90% of the time I never think of performance (meaning that it is good). It can drive me nuts when an application (IE, Outlook, etc.) can't even show its menu when hitting the menu bar (the second click grays out the whole window for a time).&lt;/p&gt;
&lt;p&gt;That and loggging in -- every IM app want to startup and log immediately, all at the same time. Live Mesh too. Everything. I swear they all use just one CPU core between them. &lt;/p&gt;
&lt;p&gt;Which brings me to my pet peeve -- if I start using an app like IE, and start typing -- one of those startup items gets going and takes the focus away. So I have to click the window again and start typing -- nope. Another did it -- I have to click again on the window, see what letters didn't make it and start typing again -- oh wait, I have to start again -- wait I didn't type anything -- click that window again! No... again! Again! Type real fast before the focus is gone (and doesn't even seem to go to any other window). Oh heck, just go get a coffee until the blasted machine will let me work...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9224067</link><pubDate>Tue, 16 Dec 2008 08:35:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9224067</guid><dc:creator>jetblueISAM</dc:creator><description>&lt;p&gt;@steveandmicheal &lt;/p&gt;
&lt;p&gt;I think this was an excellent post and it definitely gave us a more informative outline of just how serious Microsoft is about giving its customers a faster and more responsive system, perceived or not ;). After looking over some of the pre-beta builds online and reviews, it looks like Windows 7 is heading in the right direction. &amp;nbsp;Performance is a big deal for some of my customers with the bigger ones having over 60,000 systems with most of them holding out on Windows Vista because it just does not perform acceptably on Dell D610, Dell D620 and other older laptop systems. Windows Vista and Outlook 2007 on these systems - Forget It! Unfortunately, I think you have a perception problem to overcome in regards to Vista. &amp;nbsp;I think the performance improvements will go a long way but you also need to make some improvements to the GUI. I know the taskbar is a start but on top of that you need to give users a feeling that Windows 7 is a new and exciting system...A cleaner Windows UI that is not exactly like Windows Vista along with the continued performance objectives will make this OS the best since Windows ME ;). You would not believe how many comments I've received from avid PC users reading Build 6956 reviews about how MS finally put a nice little graphic at system boot even though its just colored orbs coming together to form a Windows logo. I know..very simple and flashy. However, good looks, great functionality and high performance go a long way. With that said..Thank you all for continuing to prove that Microsoft is moving in the right direction with Windows 7. &amp;nbsp;Keep up all the good work and I look forward to contributing to the beta.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9224167</link><pubDate>Tue, 16 Dec 2008 09:12:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9224167</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;Nice post Thank's !!!&lt;/p&gt;
&lt;p&gt;PS. No vacation :-D&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9224431</link><pubDate>Tue, 16 Dec 2008 10:15:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9224431</guid><dc:creator>steven_sinofsky</dc:creator><description>&lt;p&gt;@Jembe -- you make an interesting point. &amp;nbsp;I was speaking with one of the many reviewers at our reviewer's workshop and their point used the same setting, but drew the opposite conclusion. &amp;nbsp;This person said &amp;quot;there are settings like window animation that I know technical people say they turn off for improved performance, but you need to leave those on and add more of them--performance is not just speed, but also the perception of being in control and feedback&amp;quot; [not an exact quote but close].&lt;/p&gt;
&lt;p&gt;I think your point and this point show how even perceived performance has multiple perspectives for the same thing. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;--Steven&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9224475</link><pubDate>Tue, 16 Dec 2008 10:26:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9224475</guid><dc:creator>hacked ghost</dc:creator><description>&lt;p&gt;umm i was just wondering that what if you could make the fastest version of windows WITH effects(unlike vista).please make windows 7 a success&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9224919</link><pubDate>Tue, 16 Dec 2008 12:26:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9224919</guid><dc:creator>ignitedfirestarter</dc:creator><description>&lt;p&gt;I know that performance is a big thing, and I am well aware that there is much that can be done in Windows to improve performance; but am I missing something when hundreds of people are commenting with stupid demands about maximising speed and having a flashy UI, whilst running on the equivalent of an old ZX Spectrum?!&lt;/p&gt;
&lt;p&gt;People just need to be a little more realistic, that's all I am saying. Maybe that's where Windows 7 excel - it should scale itself down well, so that it runs acceptably on all machines.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9224993</link><pubDate>Tue, 16 Dec 2008 12:47:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9224993</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@ Mr. Steven&lt;/p&gt;
&lt;p&gt;All in one&lt;/p&gt;
&lt;p&gt;8gb&lt;/p&gt;
&lt;p&gt;quad core&lt;/p&gt;
&lt;p&gt;Discrete Gpu 	&lt;/p&gt;
&lt;p&gt;by chance in multitouch :D ?&lt;/p&gt;
&lt;p&gt;curiosity&lt;/p&gt;
&lt;p&gt;Last Build of Windows 7 is 7XXXX 	&lt;/p&gt;
&lt;p&gt;as I read a post by Paul T. ?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225139</link><pubDate>Tue, 16 Dec 2008 13:32:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225139</guid><dc:creator>Magumi</dc:creator><description>&lt;p&gt;I believe that for most users, the most visible measure of performance of the operating system is how much and how often they have to wait for foreground tasks to complete. For example, it bothers me when I have to wait for files a folders to show up when saving or opening files from an application or when opening the Explorer, with the entire computer freezing for five or more seconds, but I don't really care whether something like automatic backup or indexing, which run in the backgrounds, take a minute or two longer.&lt;/p&gt;
&lt;p&gt;Another example of a feature that would make the overall experience smoother and more fluent would be the ability of the system to save the state of the desktop in the event of application- or system-forced restart, such as after Windows Update. It would be nice to click restart, go make some coffee and return a couple of minutes later with all applications running as they were before restart, all the files opened and the computer ready to work. &lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225151</link><pubDate>Tue, 16 Dec 2008 13:42:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225151</guid><dc:creator>briantist</dc:creator><description>&lt;p&gt;This all certainly sounds quite excellent, and it is nice to hear that Microsoft is doing some proper performance enhancement with Windows 7.&lt;/p&gt;
&lt;p&gt;Just a few ideas. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) There needs to be testing on &amp;quot;degraded&amp;quot; and &amp;quot;compromised&amp;quot; systems too, to see what the effect will be a few years hence on the OS performance. &amp;nbsp; &amp;nbsp;Microsoft can't rely on future on users choosing a new version of Windows to replace an old one that is performing badly, as in the past.&lt;/p&gt;
&lt;p&gt;2) Performance should not be hit when predicable but infrequent problems occur. &amp;nbsp;For example, a Wifi network going down, a problem with DNS on a corporate network, sudden network congestion, an accidentally removed Flash device and so forth. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;3) Performance after &amp;quot;hibernation&amp;quot; has always been an issue (&amp;quot;cron-style&amp;quot; processes that decide to trigger for each of the missed minutes) and this needs to be tested both virtually (by clock adjustment) and for real. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;4) Windows 7 needs to monitor its own performance and make suggestions to the user when problems occur, for example messages about disk usage, defragmentation, even adding extra memory - using real world calculations such as the time, cost and simplicity.&lt;/p&gt;
</description></item><item><title>Startup and Interruption</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225217</link><pubDate>Tue, 16 Dec 2008 14:12:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225217</guid><dc:creator>AndrewDucker</dc:creator><description>&lt;p&gt;sroussey has a very good point there - startup time would _seem_ a lot faster if I didn't keep losing focus. &amp;nbsp;It's something that seems blindingly dumb in Windows - that my focus can be whipped out from under me while I'm in mid-type. &amp;nbsp;I've lost count of the number of times I've been typing something, had a dialog come out of nowhere, be dismissed because I'd hit space as part of what I was already typing, and vanish, leaving me with no idea what I'd just agreed to. &amp;nbsp;Having that happen repeatedly during startup is beyond frustrating.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225323</link><pubDate>Tue, 16 Dec 2008 14:36:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225323</guid><dc:creator>yken</dc:creator><description>&lt;p&gt;1. &amp;nbsp;Lets say i change &amp;quot;logonui&amp;quot; with a edited one and windows dont start. I know this is not common but why windows cannot undersand this exe file is misssing and it doesnot put it back from its backup. For just a only one sys file system cannot start, last week this happened to me of a ndis.sys or something like this. İ had to restore from backup for just one file.&lt;/p&gt;
&lt;p&gt;2. Still there are small dialog windowses like folder options &amp;nbsp;and advanced properties etc.&lt;/p&gt;
&lt;p&gt;Why they dont change these to bigger one?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225501</link><pubDate>Tue, 16 Dec 2008 15:18:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225501</guid><dc:creator>Jalf</dc:creator><description>&lt;p&gt;When I think of Windows performance issues, it's not so much the overall performance or responsiveness in normal conditions that bothers me. It's the 30+ second periods during boot where nothing seems to be happening, no disk activity and task manager shows 0% CPU, and apparently, all the processses starting up are just stumbling over each others, and none of them actually get any closer to loading. It's Explorer's magical single-threadedness. One wrong click on a network or floppy drive, and *every* Explorer window freezes up until some humongous timeout has expired. Or NTFS's seemingly incredible file access time (Subjective, and I haven't done any specific testing on this, but doing something which requires touching a lot of files, such as compiling large C++ projects or checking dependencies for same, seems to be significantly slower than under other OS'es with other filesystems. And of course, it's the amazingly excruciatingly slow installers and other non-essential software (Generally only Microsoft software seems guilty of this, although not actually Windows itself. But Visual Studio, TFS Team Explorer, SQL Server and even service packs all require incredible amounts of temporary disk space and enough CPU time to compute more than a few Folding@Home packets). &lt;/p&gt;
&lt;p&gt;And finally, another very subjective point, is the apparent step backwards in Vista. It seems every action got just a bit slower, because there had to be more time for intricate animations and graphical transitions, which don't really seem to add more of a sense of &amp;quot;control and feedback&amp;quot; as you said above, but simply just inject a few more milliseconds of nothingness between your action and the feedback for it.&lt;/p&gt;
&lt;p&gt;And the apparently overengineered workarounds to &amp;quot;optimize&amp;quot; media playback by throttling network activity, speeding up network copying in specific &amp;nbsp;cases, by vastly slowing it down in others and other instances which to an outsider just looks like hugely overcomplicated workarounds to avoid fixing the &lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225511</link><pubDate>Tue, 16 Dec 2008 15:20:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225511</guid><dc:creator>Asesh</dc:creator><description>&lt;p&gt;Windows 7 benchmark:&lt;/p&gt;
&lt;p&gt;XP vs Windows 7: &lt;a rel="nofollow" target="_new" href="http://blogs.zdnet.com/hardware/?p=3187"&gt;http://blogs.zdnet.com/hardware/?p=3187&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That's really impressive. I saw many screen shots of Windows 7 build 6956. It seems like just like Vista and 7 server, their boot screens will be the same. I have both Vista and WS 2008 server installed (dual boot) and when either one is booting, I often get confused which one is booting, and only to find out when the welcome screen appears. You guys should put a text or logo of Windows 7 and/or it's server so that we won't be confused which OS is booting. &lt;/p&gt;
&lt;p&gt;And the explorer of Windows 7 is pretty much unchanged. Am sure you guys have used Mac. When it's come to ease of use, it will blow Windows away. I was expecting explorer with ribbon UI which would expose the features esp the ones that are hidden deep under explorer like shadow copy etc right in front of our eyes. Ribbon has made using office so much fun and easy. Everything I use are just there, just in front of my screen. But the applications that are never or often used like Wordpad and Paint have ribbon integrated. And as usual, please update that ugly basic theme, it's still unchanged...Hope you guys will take those things into consideration.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225528</link><pubDate>Tue, 16 Dec 2008 15:25:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225528</guid><dc:creator>d_e</dc:creator><description>&lt;p&gt;This was once again one of the best posts in all Microsoft Blogs. I think you do a great job and do it the right way. Congrats!&lt;/p&gt;
&lt;p&gt;Windows 7 feels very snappy. I don't really care if it performs faster in benchmarks. I only care about percieved performance. The only two things that should/could be snappier are:&lt;/p&gt;
&lt;p&gt;- Hardware/driver related things (removing drivers, installing drivers, ...). Not important.&lt;/p&gt;
&lt;p&gt;- Resume after hibernate.&lt;/p&gt;
&lt;p&gt;- Explorer. Very important.&lt;/p&gt;
&lt;p&gt;Explorer still slows down when creating thumbnails. When I double click a video I expect WMP to open and play. But instead the green bar in the adress bar moves around and I have to wait 10+ seconds until the video starts. The same thing happens when I try to delete a video - Explorer just sits there for several seconds before the &amp;quot;Do you really want to&amp;quot;-dialog pops up. It looks like it's trying to create a thumbnail first (to display it in the dialog). Why can't it show the dialog first and then create the thumbnail?&lt;/p&gt;
&lt;p&gt;Anyway: I'm enjoying Win7 and the stuff I read here. You're doing it right!&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225530</link><pubDate>Tue, 16 Dec 2008 15:25:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225530</guid><dc:creator>Asesh</dc:creator><description>&lt;p&gt;*It seems just like Vista, Windows 7*&lt;/p&gt;
&lt;p&gt;corrected that mistake :P &lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225547</link><pubDate>Tue, 16 Dec 2008 15:30:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225547</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@Asesh&lt;/p&gt;
&lt;p&gt;even if the bench is positive , 	&lt;/p&gt;
&lt;p&gt;is stupid to do bench now &amp;nbsp;6801,6956etc etc&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225548</link><pubDate>Tue, 16 Dec 2008 15:30:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225548</guid><dc:creator>Asesh</dc:creator><description>&lt;p&gt;*Vista and server 2008*&lt;/p&gt;
&lt;p&gt;same typing mistake correction from my first post.&lt;/p&gt;
&lt;p&gt;Why can't we edit our post after we have posted once?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225563</link><pubDate>Tue, 16 Dec 2008 15:35:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225563</guid><dc:creator>stevex</dc:creator><description>&lt;p&gt;A clean install of Windows is, in my opinion, plenty fast today. &amp;nbsp;But use that same installation of Windows for a year, installing and upgrading applications in a typical usage pattern, and performance degrades.&lt;/p&gt;
&lt;p&gt;Do you have any benchmarks or metrics that cover the change in performance over time?&lt;/p&gt;
&lt;p&gt;In my opinion the need to re-pave a machine every year or two to regain performance is Windows's biggest drawback.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9225685</link><pubDate>Tue, 16 Dec 2008 16:05:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9225685</guid><dc:creator>gsnedders</dc:creator><description>&lt;p&gt;Is the telemetry going to be opt-in/opt-out? I know there are plenty of people who will have privacy concerns with it (no matter how anonymous it is).&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9226371</link><pubDate>Tue, 16 Dec 2008 18:56:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9226371</guid><dc:creator>hicks</dc:creator><description>&lt;p&gt;I love this blog! Such cool insight.&lt;/p&gt;
&lt;p&gt;If I may contribute my 2c... There are 2 things that annoy the heck out of me performance-wise and they haven't been mentioned previously. I'd like to vent.&lt;/p&gt;
&lt;p&gt;1) CD/DVD spin-ups. When you leave a CD in the drive and you're not using it, programs like media players and Explorer will hang periodically to spin up the disc before displaying menus or whatever even when i'm not trying to access the disc. It still wants to querey everything and make sure its still there, I guess. It annoys me. I usually keep cds out of the drive when i'm not actively using them because of this.&lt;/p&gt;
&lt;p&gt;2) When the computer starts doing some background operation that kills the performance, like a virus scan, i usually hit CTRL+SHIFT+ESC to pull up Task Manager/Process Explorer to investigate what it is that's taxing the system. To my extreme annoyance, the task manager window doesn't come up until whatever it is that was taxing my system has finished. Then, obviously the task manager can show me nothing of importance. &lt;/p&gt;
&lt;p&gt;Its not so much that I can't see what it was, but that Windows doesn't make ME the highest authority for issuing nstructions aside from the most critical tasks. To me, that's the key to perceived performance.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9226479</link><pubDate>Tue, 16 Dec 2008 19:37:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9226479</guid><dc:creator>bluefisch200</dc:creator><description>&lt;p&gt;briantist&lt;/p&gt;
&lt;p&gt;&amp;quot;4) Windows 7 needs to monitor its own performance and make suggestions to the user when problems occur, for example messages about disk usage, defragmentation, even adding extra memory - using real world calculations such as the time, cost and simplicity.&amp;quot;&lt;/p&gt;
&lt;p&gt;I think this is a very intresting point, we see that in Vista a little bit(Aero on or off like the Benchmark, Index say it)&lt;/p&gt;
&lt;p&gt;So you can improve that in Seven(and please print on the Pack that you sell &amp;quot;Seven&amp;quot; and not &amp;quot;7&amp;quot; ;) to get spezified performance settings right from installation(user dont need to do something)...&lt;/p&gt;
&lt;p&gt;And now something i wish otherwise:&lt;/p&gt;
&lt;p&gt;1. Activate: Start Explorer window in its own Process.&lt;/p&gt;
&lt;p&gt;2. Dont activate: Hide know file extensions.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9226483</link><pubDate>Tue, 16 Dec 2008 19:38:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9226483</guid><dc:creator>bluefisch200</dc:creator><description>&lt;p&gt;@hicks&lt;/p&gt;
&lt;p&gt;1. They have done that in Windows 7 Build 6801...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9226783</link><pubDate>Tue, 16 Dec 2008 20:25:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9226783</guid><dc:creator>someone</dc:creator><description>&lt;p&gt;After few months of usage, the performance still continues to go down. (The PDC build still on one of my desktops has after 1.5 months slowed down at startup horribly.) Any efforts in that regard? Why does it slow down even after restoring the registry and clearing up disk space and defragging? Are you testing builds on any systems for long-term performance impacts (difficult because the builds themselves keep improving in performance)?&lt;/p&gt;
&lt;p&gt;Another topic I am deeply concerned about is Windows Live. I fear the design and engineering principles of Windows 7 aren't being applied to the Windows Live Essentials desktop suite. It continues to suck in performance and disk space areas, resulting in an inferior experience. Just today, the beta refresh/RC1 was released and I'm totally displeased after installing it on my laptop which runs Windows 7 very fast. Windows Live desktop applications are in every way, part of the OS (even though they may not be shipping with it).&lt;/p&gt;
&lt;p&gt;hicks has a point too that is really happening right now on my Windows 7 6956 install. Windows Media Player starts up quickly but takes long before anything can be done because it is spinning up and trying to access my CD/DVD drives as well as some USB flash drives (for AutoPlay and device syncing).&lt;/p&gt;
&lt;p&gt;Lastly, the aspect of performance (maybe perceived) where Vista angered me the most was the huge logon and shutdown time whenever updates were installed. Why should I bother what Windows does to &amp;quot;configure&amp;quot; updates, I do not want to wait a second longer for Windows to configure updates because previous versions did not require me to wait. I don't need to know why or how the new servicing stack betters the reliablity and stability of the system. People won't report on this issue during the beta because very few updates/hotfixes are released for development builds.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9227303</link><pubDate>Tue, 16 Dec 2008 21:31:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9227303</guid><dc:creator>bluefisch200</dc:creator><description>&lt;p&gt;@someone:&lt;/p&gt;
&lt;p&gt;Cant agree with any of this points, Windows 7 Build 6801, running now from PDC and its still running with same performance...also Live Apps have no impact to system performance...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9228718</link><pubDate>Wed, 17 Dec 2008 01:07:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9228718</guid><dc:creator>ramakandra</dc:creator><description>&lt;p&gt;...the way you have networked all the machines to troubleshoot issues is awesome...&lt;/p&gt;
&lt;p&gt;...seems like such a simple idea now...&lt;/p&gt;
&lt;p&gt;...but it is certainly going to change things...&lt;/p&gt;
&lt;p&gt;...way to go with that implementation...&lt;/p&gt;
&lt;p&gt;...im sure it was complicated...&lt;/p&gt;
&lt;p&gt;...very exciting times...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9228944</link><pubDate>Wed, 17 Dec 2008 02:00:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9228944</guid><dc:creator>DavidFie</dc:creator><description>&lt;p&gt;Quick intro...I work for Mike Fortin on the client performance team.&lt;/p&gt;
&lt;p&gt;@gsnedders&lt;/p&gt;
&lt;p&gt;The PerfTrack telemetry is part of the Customer Experience Improvement Program (see &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/products/ceip/en-us/default.mspx"&gt;http://www.microsoft.com/products/ceip/en-us/default.mspx&lt;/a&gt;) and thus will be opt-in when we release.&lt;/p&gt;
&lt;p&gt;@Someone, bluefisch200 and others&lt;/p&gt;
&lt;p&gt;We call this problem &amp;quot;Performance degradation over time&amp;quot; internally. &amp;nbsp;. &amp;nbsp;While many people don't experience this (myself included), we do recognize that some of our customers do. &amp;nbsp;I've seen this in relatives machines (yes, like many, I get called on for help) and I've heard enough reports from friends and acquaintances to understand that it's a real issue. &amp;nbsp;We've also learned that there are many factors contributing to the overall problems in different degrees in different systems. &amp;nbsp;These factors include Malware, poorly behaved drivers or services, and some Windows issues which we've addressed in Win7 as well as some which we’re still working on.&lt;/p&gt;
&lt;p&gt;The PerfTrack telemetry will help us understand more about this area to improve both Windows and the ecosystem much like the Windows Error Reporting system has improved application and systems crashes and hangs over the last several years.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9229218</link><pubDate>Wed, 17 Dec 2008 02:54:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9229218</guid><dc:creator>Fredledingue</dc:creator><description>&lt;p&gt;Yes, indeed very exiting to read this.&lt;/p&gt;
&lt;p&gt;Do you realize that w7 will be the 1st Windows OS ever to have better performance (and lower requirements) than the previous version? &lt;/p&gt;
&lt;p&gt;This is a revolution at MS if you ask me.&lt;/p&gt;
&lt;p&gt;Talking about requirement you still didn't talk about that. Will improved performance reduce req.? (I'd love to run w7 on my 6Y-old PC)&lt;/p&gt;
&lt;p&gt;Technical performance (or efficiency) is when the OS doesn't slow down a process from a 3d party app and interracts with it as fast as possible (opening files etc).&lt;/p&gt;
&lt;p&gt;The problem we see today is that some softwares and scripts slow down the system outside their normal area of action. I'm thinking of scripts on some websites more specificaly. One interresting way to improve performance and maintain resource availability could be to have a strategy to combat rogue codes. Especialy when the &amp;quot;close&amp;quot; button has been pressed on the app window.&lt;/p&gt;
&lt;p&gt;Percieved performance is not realy &amp;quot;performace&amp;quot; and is less important as soon as we have the option to tweak the UI.&lt;/p&gt;
&lt;p&gt;Jembe wrote: &amp;quot; 'animate windows when minimizing and maximizing'. ... I think this setting should be disabled by default in Windows 7; it will greatly improve perceived performance for the end user.&amp;quot;&lt;/p&gt;
&lt;p&gt;Then Steven wrote:&amp;quot; &amp;nbsp;I was speaking with one of the many reviewers at our reviewer's workshop and their point used the same setting, but drew the opposite conclusion. &amp;nbsp;This person said &amp;quot;there are settings like window animation that I know technical people say they turn off for improved performance, but you need to leave those on and add more of them--performance is not just speed, but also the perception of being in control and feedback&amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;????&lt;/p&gt;
&lt;p&gt;I don't know to whom you was talking with but that had to be pretty wierd poeple.&lt;/p&gt;
&lt;p&gt;Windows animation tire the brain, create useless visual events, are against philosophy of work efficiency. It reminds me the &amp;quot;go-slow&amp;quot; in the administration of New-New-York in Futurama: Officers has to stand on a levitating platforms which move them from one room to another at slower speed than they would have by walking. The goal of the administration being to be slow as we all know. Sure like that Windows fit perfectly for these places! ;)&lt;/p&gt;
&lt;p&gt;Seriousely if it's better for advanced users, it must be also for normal users IMO.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9229314</link><pubDate>Wed, 17 Dec 2008 03:11:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9229314</guid><dc:creator>steven_sinofsky</dc:creator><description>&lt;p&gt;@Someone, bluefisch200 and others in addition to DavidFie's reply...&lt;/p&gt;
&lt;p&gt;For the tech-savvy readers who have been working on 6801, one thing you could do is compare your current 6801 installation to a clean install. &amp;nbsp;Just open up taskmgr and look at the process count, memory, cpu utilization and compare that to the baseline 6801. &amp;nbsp;While this is some &amp;quot;work&amp;quot; for folks on the beta, it would also be instructional as we learn together how to better understand and act on the feedback.&lt;/p&gt;
&lt;p&gt;As DavidFie said we understand some of the causes and a great many of course are beyond our direct influence. &amp;nbsp;Personally, I was exchanging mail with someone this morning who was experiencing excessive disk i/o and it became clear that it was not a feature of Windows but a function of a program that was clearly doing something that this person did not intend. &amp;nbsp;The ability to diagnose this by using the reliability monitor in Windows Vista was a new tool in the toolbox so to speak.&lt;/p&gt;
&lt;p&gt;Anyone is welcome to send me the before and after taskmgr listings for 6801 and I will be more than happy to learn from them (I can't promise a full support/diagnosis if I get a lot of these).&lt;/p&gt;
&lt;p&gt;--Steven&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9229330</link><pubDate>Wed, 17 Dec 2008 03:14:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9229330</guid><dc:creator>steven_sinofsky</dc:creator><description>&lt;p&gt;@Fredledingue -- I think it is fair to leave a little room for differing views. &amp;nbsp;Some people do prefer a richer user-interaction and it does feel more responsive to them because it is interactive. &amp;nbsp;Looking at sports on tv these days shows that just having boring white overlay for scores is not as interesting to a mass audience even if some feel it is &amp;quot;tiring on the eyes&amp;quot;.&lt;/p&gt;
&lt;p&gt;Again, I am not saying anyone is right or wrong but just that there are many perspectives that are equally valid.&lt;/p&gt;
&lt;p&gt;--Steven&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9229478</link><pubDate>Wed, 17 Dec 2008 03:46:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9229478</guid><dc:creator>Fredledingue</dc:creator><description>&lt;p&gt;@Steven&lt;/p&gt;
&lt;p&gt;Absolutely.&lt;/p&gt;
&lt;p&gt;Just note, for the sake of discussion, that percieved lack of performance rarely takes the shape of something unexpectedly disapearing from the screen, but instead of something slow to go, leaving a residual shape or not going away at all.&lt;/p&gt;
&lt;p&gt;Also the intent of reducing a window is to see what is behind it. When we hit the reduce button, our brain expect to see, for example, the desktop. The animation just make it longer to deliver the brain satisfaction of seeing this desktop.&lt;/p&gt;
&lt;p&gt;I wonder how many users are realy aware that this is an intended visual effect and not a naturaly slow process... Would be interresting to conduct a study about that (one day your team has nothing to do -lol-)&lt;/p&gt;
&lt;p&gt;Maybe for some it's cool because they have time to think about something else in the meantime, &amp;nbsp;I don;t know... ;)&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230220</link><pubDate>Wed, 17 Dec 2008 07:33:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230220</guid><dc:creator>jetblueISAM</dc:creator><description>&lt;p&gt;@steven&lt;/p&gt;
&lt;p&gt;I've seen significant strides in performance efforts but I have a question. Does Microsoft have a valid reason why the typical Microsoft OS slows down over time? I believe that I hear this comment too often for it to be considered perceived performance but I may be wrong. &amp;nbsp;Any technical insight into this matter would be great or maybe you've been working on it in this revision? &amp;nbsp;Thanks much! &lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230358</link><pubDate>Wed, 17 Dec 2008 09:22:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230358</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;Private Beta &amp;nbsp;is OUT!!!&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://community.winsupersite.com/blogs/paul/archive/2008/12/16/windows-7-beta-testing.aspx"&gt;http://community.winsupersite.com/blogs/paul/archive/2008/12/16/windows-7-beta-testing.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Beta Pubblic is coming??!!&lt;/p&gt;
</description></item><item><title>Performance is one, distribution is two</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230387</link><pubDate>Wed, 17 Dec 2008 09:46:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230387</guid><dc:creator>Knipoog</dc:creator><description>&lt;p&gt;@Stevex &amp;quot;In my opinion the need to re-pave a machine every year or two to regain performance is Windows's biggest drawback.&amp;quot;&lt;/p&gt;
&lt;p&gt;Yes, I agree!&lt;/p&gt;
&lt;p&gt;But the way w7 will be distributed (with Media Player, with outlook, with IE etc) is also a big drawback!&lt;/p&gt;
&lt;p&gt;Distribution is a discussion I very much miss!&lt;/p&gt;
&lt;p&gt;Regards, Knipoog&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230675</link><pubDate>Wed, 17 Dec 2008 14:21:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230675</guid><dc:creator>locolorenzo</dc:creator><description>&lt;p&gt;@Steven&lt;/p&gt;
&lt;p&gt;I have been testing 6801 since the PDC, it works above my expectations in most areas, I am using it on a 10 year old laptop and it is actually more snappy &amp;amp; responsive than XP sp3.&lt;/p&gt;
&lt;p&gt;I am wondering one thing where are the Beta Invitations that were promised...I have not received one yet!&lt;/p&gt;
&lt;p&gt;LLR&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230690</link><pubDate>Wed, 17 Dec 2008 14:31:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230690</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@locolorenzo&lt;/p&gt;
&lt;p&gt;This is Private Beta , no pubblic beta.&lt;/p&gt;
&lt;p&gt;prior to deploying something audiences need a test&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230761</link><pubDate>Wed, 17 Dec 2008 15:09:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230761</guid><dc:creator>bluefisch200</dc:creator><description>&lt;p&gt;@steven&lt;/p&gt;
&lt;p&gt;&amp;quot;Anyone is welcome to send me the before and after taskmgr listings for 6801 and I will be more than happy to learn from them (I can't promise a full support/diagnosis if I get a lot of these).&amp;quot;&lt;/p&gt;
&lt;p&gt;How can we send you these files?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230846</link><pubDate>Wed, 17 Dec 2008 16:28:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230846</guid><dc:creator>Jembe</dc:creator><description>&lt;p&gt;Steven: fair enough, I can understand non power users actually like this setting. Just make sure this can always be turned off for us experienced users :) This is actually the only Performance Settings window setting that I turn off; I find the rest of them very useful. Maybe your team can tweak it some more for it to be less intrusive while still achieving it's goal.&lt;/p&gt;
&lt;p&gt;Also, something not related to performance: I dislike that the bread crumbs bar in Windows Vista does not always show to top most folder (i.e. Computer) when browsing for example the Documents folder. I find the arrows between the breadcrumbs very hard to use (easy to miss, not easy to switch to folders). If I can always navigate to the top most 'folder' (i.e. Computer) with one click, I can easily navigate to the folder I want.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230933</link><pubDate>Wed, 17 Dec 2008 17:36:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230933</guid><dc:creator>LarryOsterman</dc:creator><description>&lt;p&gt;&amp;quot;I've seen significant strides in performance efforts but I have a question. Does Microsoft have a valid reason why the typical Microsoft OS slows down over time? I believe that I hear this comment too often for it to be considered perceived performance but I may be wrong. &amp;nbsp;Any technical insight into this matter would be great or maybe you've been working on it in this revision? &amp;nbsp;Thanks much! &amp;quot;&lt;/p&gt;
&lt;p&gt;I think that Steven and DavidFie answered your question above: &amp;nbsp;To quote David: &amp;quot;These factors include Malware, poorly behaved drivers or services, and some Windows issues which we've addressed in Win7 as well as some which we’re still working on.&lt;/p&gt;
&lt;p&gt;The PerfTrack telemetry will help us understand more about this area to improve both Windows and the ecosystem much like the Windows Error Reporting system has improved application and systems crashes and hangs over the last several years.&amp;quot;&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9230971</link><pubDate>Wed, 17 Dec 2008 17:57:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230971</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;Vista not slows down &amp;nbsp;over time!&lt;/p&gt;
&lt;p&gt;probably all depends on user&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231043</link><pubDate>Wed, 17 Dec 2008 18:36:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231043</guid><dc:creator>hicks</dc:creator><description>&lt;p&gt;I wonder if all this data could be actively compiled into a public database that matched a change to the system to the affect it had on performance or reliability.&lt;/p&gt;
&lt;p&gt;I guess W7 would submit the information back to MS similar to the way it reports crash reports. As end-users' data populated the system, it might be a good tool to refer to before installing a driver, or enabling a feature.&lt;/p&gt;
&lt;p&gt;It would be something like a wiki, except your PC does the contribution in the background.&lt;/p&gt;
&lt;p&gt;You could see how similar systems were affected by installing a new graphics driver or disabling visual affects. &lt;/p&gt;
&lt;p&gt;Over time, it would probably be very useful in isolating shoddy software and illustrating its negative impact.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231185</link><pubDate>Wed, 17 Dec 2008 20:23:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231185</guid><dc:creator>splxtreme</dc:creator><description>&lt;p&gt;I have posted this before, but there are a lot of people out there that like the visual effects. Even if they are cool for a short time. I see all time from people, &amp;quot;why doesn't Microsoft have customizable visuals like compiz, or better minimize effects like Genie in OS X&amp;quot; I for one, would like to see something like this, or at least an expansion pack or something. I'm the type of person that customizes everything. Just to be different.&lt;/p&gt;
&lt;p&gt;Also, multiple desktops would be a nice feature too. Very useful for work. I'm a system administrator and use Dameware, pcanywhere, RDP, HP and SUN ILO's, and would be nice to have these on different desktops. I know that there are 3rd party software, but these are not always stable.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231213</link><pubDate>Wed, 17 Dec 2008 20:38:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231213</guid><dc:creator>manicmarc</dc:creator><description>&lt;p&gt;The reason Windows slows down over time seems to be (from my experience) software like iTunes, RealPlayer, QuickTime, Skype, etc all needlessly loading themselves at startup. In many cases it's simply for brand awareness (why, oh why do you need a QuickTime icon in the system tray? Why doesn't Apple feel that Mac users need an icon on their menu bar? Oh of course, they're not in the business of making Windows nice to use now, are they?)&lt;/p&gt;
&lt;p&gt;If you're careful you can avoid installing this stuff, and find Windows is fast for years.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231325</link><pubDate>Wed, 17 Dec 2008 21:06:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231325</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@manicmarc&lt;/p&gt;
&lt;p&gt;I usually happen to find these in my friends &amp;nbsp;PC &lt;/p&gt;
&lt;p&gt;Start - Msconfig&lt;/p&gt;
&lt;p&gt;and remove&lt;/p&gt;
&lt;p&gt;Apple update (real Virus install crapware like &amp;nbsp;Mobile me,Safari+more problem etc)PS. Zune in Europe PLS!!!&lt;/p&gt;
&lt;p&gt;Google update &lt;/p&gt;
&lt;p&gt;Adobe Update (reader-flesh etc)&lt;/p&gt;
&lt;p&gt;Java Update&lt;/p&gt;
&lt;p&gt;Nero Check &lt;/p&gt;
&lt;p&gt;Office or Open Office&lt;/p&gt;
&lt;p&gt;alcohol 120%&lt;/p&gt;
&lt;p&gt;and more more software :D&lt;/p&gt;
</description></item><item><title>Installation time</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231472</link><pubDate>Wed, 17 Dec 2008 22:33:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231472</guid><dc:creator>jipper</dc:creator><description>&lt;p&gt;One thing that has often stroke me as &amp;quot;bad&amp;quot;, performance-wise, in Windows, is the time it takes to install things.&lt;/p&gt;
&lt;p&gt;To compare with the competition, in OSX, installing an application only takes a few seconds depending on its size.&lt;/p&gt;
&lt;p&gt;And if you compare Firefox to ie I.E. under Windows,&lt;/p&gt;
&lt;p&gt;Firefox also takes under a minute, while new versions of I.E. can take as much as 5 - 10 minutes to install.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231538</link><pubDate>Wed, 17 Dec 2008 23:11:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231538</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@jipper&lt;/p&gt;
&lt;p&gt;Joke or Troll for free? &lt;/p&gt;
&lt;p&gt;Perhaps you have a PC of 1982 and quand core Mac pro?&lt;/p&gt;
</description></item><item><title>Sorry to be negative</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231546</link><pubDate>Wed, 17 Dec 2008 23:18:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231546</guid><dc:creator>smartpatrol</dc:creator><description>&lt;p&gt;But this post seems to be &amp;quot;don't get your hopes up about Windows 7 performance&amp;quot;&lt;/p&gt;
&lt;p&gt; The fact is lightweight code along with more disciplined, tighter coding practices = performance PERIOD! A topic I didn’t see mentioned at all in this post. Windows has needed a fat trimming for quite some time now do that and windows will fly!.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231696</link><pubDate>Thu, 18 Dec 2008 00:11:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231696</guid><dc:creator>hitman721</dc:creator><description>&lt;p&gt;Steven and Michael&lt;/p&gt;
&lt;p&gt;While many of us appreciate your efforts to self check yourself and create performance standards, lets be honest here. All of the tech bloggers, tech journalists, critics, and the lot are going to use benchmark testing to praise or slam Windows 7. Instead of saying we have our own methods, why not work with of these benchmark testers to make sure Windows 7 blows away the competition? Everyone is going to compare Windows 7 with XP, Vista, and OS-X Leopard, and the latest Ubuntu build. If anything the data accumulated could help you make sure that the perception and the reality is a much quicker operating system.&lt;/p&gt;
&lt;p&gt;You guys should know from Vista, that perception becomes reality unfortunately. OS-X boots between 30 to 40 seconds. Versions of Linux boots between 15 to 20 seconds.&lt;/p&gt;
&lt;p&gt;Using my cell phone as a stopwatch, I tested the startup time on my desktop using Windows Vista Ultimate. From the instant I hit the power switch to the log in screen was 43.7 seconds. Password to desktop adds another 13.5 seconds.&lt;/p&gt;
&lt;p&gt;I've done this several times to verify. My desktop system has an AMD Athlon 64x2 processor, 2 GB of DDR2 800Mhz Memory, a 300 GB Seagate SATA drive, and an ATI HD 2600 Pro video card with 512 MB of GDDR2 memory.&lt;/p&gt;
&lt;p&gt;Not the fanciest, but pretty well built to handle what Vista asks of it. Hopefully if a netbook using an Atom processor can run Windows Seven well, my system should run Seven very well.&lt;/p&gt;
&lt;p&gt;However, the expectation is that Windows Seven smokes both Leopard and Snow Leopard in the wind. The harder challenge and expectation is that it smokes any version of Linux. I think its possible if you guys take the time. We live in the age of G-Hz processors, multicore processors, GB of Ram, and now TB of Hard Drive space. Making a speedy version of Windows Seven shouldn't be that difficult. Especially if you're not trying to boot over 70 processes at once, work with Intel and AMD to get every last bit of performance out of the processor, efficiently use the least amount of memory and better allocation, and have Windows run on the least possible amount of resources.&lt;/p&gt;
&lt;p&gt;I don't envy the monumental task, but I know you guys can do it. I am dying to beta test it, as I have a 2nd hard drive in my desktop that has Windows 7 name on it.&lt;/p&gt;
&lt;p&gt;Best Wishes and Happy Holidays.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231770</link><pubDate>Thu, 18 Dec 2008 00:29:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231770</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@hitman721&lt;/p&gt;
&lt;p&gt;In Vista you can use Hybernate&lt;/p&gt;
&lt;p&gt;or you can use Sleep for your desktop (OSX only notebook), and the desktop is ready (no wait 13 sec.)&lt;/p&gt;
&lt;p&gt;you have notice the milion problem for 10.5.6 update?&lt;/p&gt;
&lt;p&gt;or perhaps believe that the problems are only with Windows&lt;/p&gt;
&lt;p&gt;See here &lt;a rel="nofollow" target="_new" href="http://discussions.apple.com/category.jspa?categoryID=235"&gt;http://discussions.apple.com/category.jspa?categoryID=235&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; remember that the combination of configuration of these &amp;quot;PC&amp;quot; Apple is miserable&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9231887</link><pubDate>Thu, 18 Dec 2008 00:54:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9231887</guid><dc:creator>steven_sinofsky</dc:creator><description>&lt;p&gt;I was talking to brad weed who leads our design and research team and he text'ed me this from vacation. &amp;nbsp;We were emailing about the response to a startup animation that some of you might have seen on the web :-)&lt;/p&gt;
&lt;p&gt;By way of introduction, I work in Steven’s org on the User Experience team.&lt;/p&gt;
&lt;p&gt;Let me start by saying that I firmly believe performance is the number one UX killer. &amp;nbsp;No matter what user interface gets presented to the user, if it’s slow or perceived as slow it’s an uphill battle. &amp;nbsp;But perception is a tricky thing. &amp;nbsp;The field of visual arts is full of illusions and user interfaces are now squarely in the realm of the visual arts. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;When it comes to performance and the visual arts, the field of animation comes to mind. &amp;nbsp;Animators use tons of little illusionary tricks to alter the perception of speed and motion. &amp;nbsp;Ironically they end up taking more time. &amp;nbsp;Take anticipation, for example. &amp;nbsp;Often times before a character or object moves, it will first move in the opposite direction ever so slightly to enhance the perception of acceleration – as if it was wound up before it is let go. &amp;nbsp;This takes time away from the overall sequence, but it can make the movement seem faster, more believable or play up a particular personality. &amp;nbsp;Believability and personality are a big part of why we incorporate animation in the UI. &amp;nbsp;Ease in and out or cross fades are other examples of techniques that enhance the believability of motion. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Now if a given frame happens to stutter, freeze, jerk or suspend then we’re back to the performance as the number one UX killer. &amp;nbsp;Imagine how you’d feel about an animated movie or a company’s flying logo on TV if they were jerky and stuttered a bunch. &amp;nbsp;We don’t mash our teeth over the performance of the TV or the time it takes for things to animate because the performance is so good. &amp;nbsp;We’re doing our earnest to track down as many cases of visual and animation performance issues in Windows as we can and are getting great responses from developers to fix them. &amp;nbsp;It’s not the animation that is necessarily the problem, but the fact they may be interrupted or slowed for one reason or another. &amp;nbsp;We all agree animation needs to enhance the experience of the product, not degrade the experience. &amp;nbsp;And everyone should also know we’ve managed to squash a few gratuitous animations that tried to make it in the product! &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Animation, like any visual effect, has to have a reason for existing. &amp;nbsp;Look at movies. &amp;nbsp;Sometimes a straight cut between scenes is necessary and sometimes a cross fade is best. &amp;nbsp;But every movie is selective about which one to use and when. &amp;nbsp;I suppose the movie would be faster if they had straight cuts, but that probably wouldn’t make for a very interesting movie. &amp;nbsp;The same can be said for software.&lt;/p&gt;
&lt;p&gt;--Steven&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9232082</link><pubDate>Thu, 18 Dec 2008 01:30:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9232082</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;I wanted to wait for beta 1, but some comments here made, that I need to say some words... Let's start from Windows 7 components.&lt;/p&gt;
&lt;p&gt;Windows system - during years millions of users were notifying, that intensive used system is going slower and slower. Now some of you're writing, that this happens because applications vendors or drivers creators made wrong their job. I agree, that it can be part of problems...and I don't want impossible things from Microsoft...but the role of operating system creator is making it as difficult as possible. What will be changed in this area in Windows 7 ? Almost nothing ?&lt;/p&gt;
&lt;p&gt;What else could convince users to new system ? Vista looking interface, which was already criticized by many people ? &lt;/p&gt;
&lt;p&gt;Or maybe DRM ? BTW, why are you escaping from answer on question, how many CPU cycles it's using and when they're taken from user ?&lt;/p&gt;
&lt;p&gt;Or maybe new version of IE8 ? tgdaily.com pusblihed IE8 RC1 test. Software prepared by big company with big financial funds. Costed many, many USD. ACID3 - 12/100, speed - slower than other browsers (see tgdaily.com). But...it will be still proposed as window for watching world and it will have to be used by some people (for example in some companies). What compatibility problems they will see ? And how they will be explained by you ? &lt;/p&gt;
&lt;p&gt;I know, that many of you (Microsoft employees) are working very hard. But I'm still not convinced, that your new product will be better than previous one. Or different - it will be better, but it will not give enough profits in many daily tasks.&lt;/p&gt;
&lt;p&gt;I want to say here, that you should start development from thinking about stable roots, not from building castles on the sand. Start from saying, that black is black and white is white. Look, what is liked by customers. When you will have it, you can return to computers and code.&lt;/p&gt;
&lt;p&gt;Currently many people will maybe give you some credit and will use Windows 7...until they will see disadvantages (like these specified above). You will not have second chance and will loose them forever.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9232207</link><pubDate>Thu, 18 Dec 2008 01:55:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9232207</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;I wanted to show in my previous post, that Microsoft has got weak arguments, when speak about some aspects of new system. This is result of some decisions, which should be changed... &lt;/p&gt;
&lt;p&gt;I will remind in the same time, that I don't have anything to company or people.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9232615</link><pubDate>Thu, 18 Dec 2008 02:53:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9232615</guid><dc:creator>jetblueISAM</dc:creator><description>&lt;p&gt;@LarryOsterman&lt;/p&gt;
&lt;p&gt;I obviously missed the post by David Fie so thank you for informing me. My eyes obviously were not working.&lt;/p&gt;
&lt;p&gt;@steve&amp;amp;davidfie&lt;/p&gt;
&lt;p&gt;However, I must agree with marcinw on this particular issue. &amp;nbsp;I think any technology professional that has been working with Windows for a long time knows that third party programs and drivers installed after the base OS installation have impacts to the overall performance on the system. &amp;nbsp;We know that ITunes was definitely not written by a group of geniuses,who in there spare time of course, sell iphones at the apple store. &amp;nbsp;No. We understand that the registry, poorly written drivers, WinSxS, the Windows code, third party programs, programs at startup, etc etc have been blamed for this degrade in performance. Some of them are valid depending on each individual system. However, even without this array of problems, I've seen PC's that are relatively clean from an application standpoint become unacceptable over time. &amp;nbsp;I believe Mark Russinovich spoke to Windows slowing over time in a video session quite some time ago and I thought it was interesting but forget the point he made in the video. &amp;nbsp;With that said, I guess my real question from the customer base is what happens from a system level to contribute to this degradation. &amp;nbsp;I ask this question because fixing such issues and communicating them helps increase the interest &amp;quot;buzz&amp;quot; of Windows 7. &amp;nbsp;In addition, since we know the problems that cause this &amp;quot;performance degradation over time&amp;quot; what can MS do from the OS perspective to help protect the non-technical end user from them? If the answer is Windows Defender..well yeah..umm...let's talk about them. I know MS is working with hardware OEM's on new drivers and I applaud you for that because it must be a monstrous undertaking. Efficient and well written drivers are a few reasons that Apple has been so successful but they are not a true integrator and do not have the problem you have given the scale of Windows. Also, jumping on the marcinw perspective, will the Win 7 team be doing anything to the interface to make it look less like Vista and more like something new? I agree that on top of the taskbar this is a necessity to create buzz. My fear for your team, whom I have a great deal of respect for, is that you create a Ferrari engine (code base/features) and then cover it with the chassis of a Dodge Shadow (GUI). No offense to owners of Dodge Shadows on this board but I think you get my point. &amp;nbsp;We did see a change from 6801 to 6956 on the UI so hopefully from Beta to RC to RTM we'll see an improved UI. If not, would a please help to change your mind? ;) Thanks again.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9232728</link><pubDate>Thu, 18 Dec 2008 03:05:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9232728</guid><dc:creator>DCMonkey</dc:creator><description>&lt;p&gt;I think MS did a pretty good job bringing a composited desktop to Windows with Vista's DWM. It's nice to be able to drag windows around without the tearing and artifacts of previous versions of Windows.&lt;/p&gt;
&lt;p&gt;But I remain dissapointed with how Vista handles window redrawing while resizing. In most cases I find the artifacts and flickering while resizing a window to be worse aesthetically than when resizing a non-composited window. This is especially bad with windows that have client area glass like WMP.&lt;/p&gt;
&lt;p&gt;I understand some of this is related to backwards compatibility with GDI style rendering and a desire to make it seem like Windows is responding quickly to the user's mouse movement. But even with more modern apps like WPF apps, I find the lag between the resize rectangle and the actual window contents to be disconcerting.&lt;/p&gt;
&lt;p&gt;I remember when Mac OS X first came out, it had no hardware acceleration of its composited desktop. Resizing windows was really slow and often lagged behind the mouse cursor by a noticeable distance. But the windows always rendered completely with no artifacts or gaps between the window border and content. To me this gave apps a more solid feel despite the lag, like the app window was a physical thing.&lt;/p&gt;
&lt;p&gt;I'd be interested to hear whether this responsiveness vs &amp;quot;solidity issue&amp;quot; has been considered by the w7 team and what arguments if any for each side of the coin have been made.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9233033</link><pubDate>Thu, 18 Dec 2008 03:42:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9233033</guid><dc:creator>Rayadoman</dc:creator><description>&lt;p&gt;Good post.&lt;/p&gt;
&lt;p&gt;One thing that drives me crazy is when I am installing a program (MS or other vendor) and the estimated time remaining is 10 secs but 5 minutes later I am still installing. &amp;nbsp;Or when I have an estimated time of 0 secs. &amp;nbsp;If I have 0 secs left, shouldn't the install be done? &amp;nbsp;And several installers seem to use about 3-5% of CPU. &amp;nbsp;If I am not running any other program, when isn't it maxing out the CPU and installing faster.&lt;/p&gt;
&lt;p&gt;The other thing about preformance is the hung up idea people get. &amp;nbsp;If program A doesn't finish what is doing in X secs then it must be hung up (especially if the systems resources are not maxed). &amp;nbsp;Then they kill the program and try again, only to continue to wait. &amp;nbsp;I personally HATE visual indicates that just repeat the same pattern over and over (ie status bar that goes to the end and restarts about 2-3 secs). &amp;nbsp;I never know if the program is still working or had an internal error and got stuck. Why not just show me how much of the task is remaining or in cases of unknown length so me what is complete?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9234455</link><pubDate>Thu, 18 Dec 2008 08:42:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9234455</guid><dc:creator>sroussey</dc:creator><description>&lt;p&gt;UI Performance can be a killer -- take Outlook 2007 when I try and type a search. If I type too slow it starts the search prematurely, and then locks up on the IMAP server for 3-10 seconds. Clicking on the window makes it gray out (good idea, btw). Just because I didn't type fast enough, it goes and responds in kind. I don't know why Outlook isn't asynchronous all the time. Drives me nuts.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9235981</link><pubDate>Thu, 18 Dec 2008 14:31:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9235981</guid><dc:creator>jestempies</dc:creator><description>&lt;p&gt;Very good article, and it's nice to see you innovating again (as far as I know) in the area of OS engineering.&lt;/p&gt;
&lt;p&gt;I would really like to see a better task manager in Windows, one that would let me see which apps use the most disk IO, network, maybe even dig deeper into which files do they have open etc. Currently to do that I need extra tools and it's not easy to do -- and I'm a programmer. I'm quite sure my mom wouldn't have any idea how to go around finding that out. Keep in mind that this is directly related to issue of perceived system performance.&lt;/p&gt;
&lt;p&gt;I like Vista a lot, and I think Windows 7 is exactly what is needed at this point -- no big API-level changes, but improvements in UI, reliability and performance.&lt;/p&gt;
&lt;p&gt;Keep up the good work :)&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236003</link><pubDate>Thu, 18 Dec 2008 14:43:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236003</guid><dc:creator>jestempies</dc:creator><description>&lt;p&gt;One more thing, currently my total network IO is shown on the scale of 0 to 100 Mbit. That 100 Mbit comes from my DSL modem being connected to the computer with an Ethernet cable, so technically it _is_ a 100 Mbit connection, but for all the practical purposes it's a 2 Mbit connection, so the current usage that is displayed as a graph by task manager is never above 2% -- which renders the whole display useless (2% is around 2 pixels high).&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236277</link><pubDate>Thu, 18 Dec 2008 17:37:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236277</guid><dc:creator>Jandler</dc:creator><description>&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;Just wondering what do you guys think of this ongoing debate about the performance of windows 7 between Randall C. Kennedy and Thom Holwerda.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.pcworld.com/article/154783/windows_7_debate.html?tk=rss_news"&gt;http://www.pcworld.com/article/154783/windows_7_debate.html?tk=rss_news&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;It is making quite alot of noise, surely you must have heard of it and have some thoughts?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236336</link><pubDate>Thu, 18 Dec 2008 18:20:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236336</guid><dc:creator>mrfixitfox</dc:creator><description>&lt;p&gt;If all this work will result in some tool that tells me what Windows is doing when its busy, that's a good thing. I dont even know of a third party app that will do this. Sure there are plenty of apps that will tell you what you can already find out with WMI, but I'm interested in whether its disk, network, or other resource that its waiting for, not which process is busy in the tasks list.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236346</link><pubDate>Thu, 18 Dec 2008 18:27:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236346</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@Jandler&lt;/p&gt;
&lt;p&gt;Send this to Randall&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.pcmag.com/article2/0,2817,2337045,00.asp"&gt;http://www.pcmag.com/article2/0,2817,2337045,00.asp&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236351</link><pubDate>Thu, 18 Dec 2008 18:29:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236351</guid><dc:creator>mrfortin</dc:creator><description>&lt;p&gt;in response to Jestempies request for a better taskmgr, the resource monitor in Windows7 was improved significantly over the Vista version. &amp;nbsp;it is linked to conveniently from the taskmgr, and offers many substantial improvements. &amp;nbsp;My team and I look forward to hearing feedback on it.&lt;/p&gt;
&lt;p&gt;It does not, unfortunately address your specific notes on network i/o scaling. &amp;nbsp;The scale is still shown relative to the local connections. &lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236459</link><pubDate>Thu, 18 Dec 2008 19:33:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236459</guid><dc:creator>Tihiy</dc:creator><description>&lt;p&gt;Now with latest Windows 7 builds looking much better then Vista in performance area, there's still one small bug left inside it. &lt;/p&gt;
&lt;p&gt;It's interesting to note that this bug, no, feature is most resource intensive according to task manager in the matter of disk I/O, open file handles, etc... Guess what it is?&lt;/p&gt;
&lt;p&gt;Windows Defender! Do you guys consider malware to be essential part of Windows ecosystem? What's the point of silently scanning my system so often? Sorry, but to be honest - it has never ever been useful in XP or Vista.&lt;/p&gt;
&lt;p&gt;And it looks so alien and shallow... Can you at least make it uninstallable?&lt;/p&gt;
</description></item><item><title>Polling behavoiur</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236498</link><pubDate>Thu, 18 Dec 2008 19:49:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236498</guid><dc:creator>GrayShade</dc:creator><description>&lt;p&gt;What about trying to reduce the polling done by Explorer and the various services.&lt;/p&gt;
&lt;p&gt;To see what I mean: download Process Monitor, close all of your programs and run it. In a few seconds you'll see thousands of disk and registry accesses. Even if done from lower priority threads, they can still affect the responsiveness and things like laptop battery life.&lt;/p&gt;
&lt;p&gt;It's sad that this issue seems have aggravated in every version of Windows, including the pre-betas.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9236754</link><pubDate>Thu, 18 Dec 2008 21:57:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236754</guid><dc:creator>joewoodbury</dc:creator><description>&lt;p&gt;One aspect of performance that is often overlooked is executable size. When Windows starts, the size of the things it has to load is rather large. The astonishing thing is how much of this size is just waste. Even the most basic start up code from the Visual C++ CRT is bigger than it needs to be. This casual attitude--often caused by a &amp;quot;the compiler will optimize it&amp;quot; spreads throughout the entire package from top to bottom. A bit of bloat in everything pretty soon adds up to a gargantuan amount.&lt;/p&gt;
&lt;p&gt;* * *&lt;/p&gt;
&lt;p&gt;Another poster made a very good point about pieces of windows doing a lot of polling. Just run regmon and the number of useless reads and writes to the registry will blow your mind. It gets worse from there; looking at raw disk access.&lt;/p&gt;
&lt;p&gt;* * *&lt;/p&gt;
&lt;p&gt;The point of both of these is that Microsoft engineers could gleen a whole lot of performance gain in windows and other products by a bit more engineering discipline--heck just giving an honest answer to the question &amp;quot;do I really need to do that?&amp;quot; would give great gains.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9237610</link><pubDate>Thu, 18 Dec 2008 23:47:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9237610</guid><dc:creator>marypcb</dc:creator><description>&lt;p&gt;This is the corollary to the componentisation post,isn't it ;-)&lt;/p&gt;
&lt;p&gt;Personally, I notice I'm reluctant to switch back from my W7 test machine to the many other PCs I need to use that aren't running 7 ;-) Performance-wise, what feels fastest isn't anything that's actually to do with actual performance: it's getting at documents through Libraries. The file open and browse time is probably identical to Vista, but I get my document faster because it's more logical and easier to find. &lt;/p&gt;
&lt;p&gt;I have noticed - and I think it says how good M3 is that it took me a while to accept - that when things start getting unstable (Excel tells me there's not enough memory to start even though I have 50% free memory, IE8 doesn't paint a whole page properly, etc) that I should reboot instead of hoping for the system to stabilise. Personally, I like to reboot about every 6 months when I really feel I need updates (do I hear the security team screaming?): the rest of the time I just hibernate. At the moment, I am rebooting a fraction more often than in Vista and I think that's another performance/time calculation: how performance changes over the time of a Windows 'session'.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9238037</link><pubDate>Fri, 19 Dec 2008 00:45:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9238037</guid><dc:creator>manicmarc</dc:creator><description>&lt;p&gt;joewoodbury: AFAIK The whole executable doesn't get loaded into RAM.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9238040</link><pubDate>Fri, 19 Dec 2008 00:45:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9238040</guid><dc:creator>manicmarc</dc:creator><description>&lt;p&gt;joewoodbury: AFAIK The whole executable doesn't get loaded into RAM until needed, certain parts can be paged out when not in use.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9238120</link><pubDate>Fri, 19 Dec 2008 00:57:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9238120</guid><dc:creator>mrfortin</dc:creator><description>&lt;p&gt;In response to GrayShade's comments on polling and disk and registry accesses, we have been and still are quite focused on these matters.&lt;/p&gt;
&lt;p&gt;We've come quite a long way during the release of Windows7 and have been working more and more w/ our partners on the applications and services typically installed on client systems. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;At PDC, a nice talk was given on the tools we use internally and w/ partners to root out these issues. &amp;nbsp;A channel9 video of the talk is available here &lt;a rel="nofollow" target="_new" href="http://channel9.msdn.com/pdc2008/PC62-V/"&gt;http://channel9.msdn.com/pdc2008/PC62-V/&lt;/a&gt; &amp;nbsp; &amp;nbsp;The portion of the talk that focuses on energy efficiency is most relevant.&lt;/p&gt;
&lt;p&gt;We know this is quite important and we're committed to continuing our efforts to reduce these activities.&lt;/p&gt;
&lt;p&gt;Thanks &amp;nbsp; Michael Fortin&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9238213</link><pubDate>Fri, 19 Dec 2008 01:16:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9238213</guid><dc:creator>joewoodbury</dc:creator><description>&lt;p&gt;manicmarc: Unfortunately, this attitude and ignorance is the root of this problem. While Windows does paging, it's not as simple as paging happily away and, most importantly, larger programs use more pages and cause more page faults which are very expensive performance wise. (I wrote some code years ago where a simple, small algorithm was inexplicably faster in real usage than than the larger, more complex one until we looked at page faults and the answer became clear.)&lt;/p&gt;
&lt;p&gt;I can't count the times I've seen DLL initialization code hit enough pages throughout the DLL image that it effectively loads all the pages. Or code that is so large and complex that it crosses page boundaries. Few programmers pay attention to this. Even few pay attention to base address, which can greatly improve load times. (And the number of .NET developers that don't pay attention to File Alignment is huge.)&lt;/p&gt;
&lt;p&gt;Finally, larger images reserve larger amounts of memory which exacts a real performance cost (yes, small in isolation, but it adds up.)&lt;/p&gt;
&lt;p&gt;(PS. To be fair; Microsoft does do a better job than most in what I'm discussing, I just think they can do better.)&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9241934</link><pubDate>Fri, 19 Dec 2008 15:35:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9241934</guid><dc:creator>mark_ms</dc:creator><description>&lt;p&gt;I frequently hear of Windows performance tips from supposed experts that don't always seem correct e.g. turning off Aero/SuperFetch/Search/etc. Of course, maybe their tips are valid in certain situations (e.g. no hardware graphics accelerator, constrained memory, etc.), but may not be valid in others. &lt;/p&gt;
&lt;p&gt;Can you provide benchmarking software that can validate these generalized statements, or better yet, document when certain features of Windows is better turned off for performance reasons so that all the ambiguity is removed.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9242076</link><pubDate>Fri, 19 Dec 2008 16:37:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9242076</guid><dc:creator>bluefisch200</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;just one thing about peformance in Windows, in Windows Vista you add Windows Defender for more Security. Windows Defender most is not important, becouse the user will install an other security software(Norton, Avira Premium, Spybot ot others...), so please remove Windows Defender and ad him to the Live Apps, or let him away(i hear OneCare will be a Live app soon)...Defender creates a lot of Disk I/O and use performance, but most Users dont need him...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9242434</link><pubDate>Fri, 19 Dec 2008 20:05:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9242434</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;once again:&lt;/p&gt;
&lt;p&gt;Applications can write things to system directory. It's bigger and reading it needs more and more time. It was required adding protecting system files, System Restore, WinSXS and similar solutions. They're working, but naturally need some RAM, CPU time and HDD space. Isn't better to close access to system directory and decrease number of these checks ?&lt;/p&gt;
&lt;p&gt;There were many methods of breaking Windows security, because applications were working with high privileges. The answer is Windows Defender. It needs some RAM, CPU time and HDD space. Isn't better to separate more processes and make it unnecessary ?&lt;/p&gt;
&lt;p&gt;There were many performance issues with Vista. The answer is building more checks in system. It needs some RAM, CPU time and HDD space....&lt;/p&gt;
&lt;p&gt;And what about DRM checks. How much they affect system ?&lt;/p&gt;
&lt;p&gt;As said before, start from roots and later add additional things to them. Don't put Ferrari on old car chassis, but start from better chassis. &lt;/p&gt;
&lt;p&gt;If you will allow manufacturers of drivers making strange things (like adding some applications on startup, which later work in the tray), they will do it... The same with Registry - if it's shared, you will always have problems, etc. etc.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9242775</link><pubDate>Fri, 19 Dec 2008 23:03:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9242775</guid><dc:creator>hitman721</dc:creator><description>&lt;p&gt;@Domenico,&lt;/p&gt;
&lt;p&gt;I wasn't aware of the 10.5.6 issues as I use OS-X in a virtual environment at my brother's PC and we don't use the most current builds. I try to keep in practice of Apple's OS but I don't use it on a daily basis. I prefer Windows to Mac OS-X, because I prefer the hardware and software environment. Second, I cannot justify a $1,200 for non-desktop CPU.&lt;/p&gt;
&lt;p&gt;However, we cannot as users, designers, or developers become complacent because of Apple's problems. When Apple's operating system works, its performance is beating Vista and XP. Startup, shutdown, and performance over time. Just because Apple users are having problems now, we had problems at launch with file copy with Vista. While Mac fanatics may have an blind devotion to all things Apple, Windows users need to be bound in truth.&lt;/p&gt;
&lt;p&gt;We as Windows users must always be looking to better performance. Thats is why I'm continuing to blog here that Windows 7 must be the best it possibly can be. It must break the trend of poor performance over time. It must speed up the OS and bring a &amp;quot;Wow&amp;quot; factor that was missing in Vista.&lt;/p&gt;
&lt;p&gt;I really do appreciate your post and encourage as you clearly know what you're talking about.&lt;/p&gt;
&lt;p&gt;Peace. &lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9242864</link><pubDate>Sat, 20 Dec 2008 00:09:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9242864</guid><dc:creator>quux</dc:creator><description>&lt;p&gt;@DavidFie or Steven&lt;/p&gt;
&lt;p&gt;PerfTrack looks very nice. I am wondering, will there be a user interface to it, so that we can pull our own results? Or will it be limited only to returning results back to MS via the Customer Experience program?&lt;/p&gt;
&lt;p&gt;I'm hoping I make it into the beta, and would very much appreciate having this level of instrumentation available from a sysadmin's POV.&lt;/p&gt;
&lt;p&gt;Thanks again for the excellent blog.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9242899</link><pubDate>Sat, 20 Dec 2008 00:38:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9242899</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@hitman721&lt;/p&gt;
&lt;p&gt;Sorry , &lt;/p&gt;
&lt;p&gt;OSX has never worked, &lt;/p&gt;
&lt;p&gt;in Apple work fine only Marketing PreMarketing and FUD.&lt;/p&gt;
&lt;p&gt;The user is always full of problems&lt;/p&gt;
&lt;p&gt;Archive and install&lt;/p&gt;
&lt;p&gt;Repair permise&lt;/p&gt;
&lt;p&gt;reset p ram&lt;/p&gt;
&lt;p&gt;v ram etc etc etc&lt;/p&gt;
&lt;p&gt;Considering the possible combinations of hardware minimum &amp;nbsp;5 &amp;nbsp;10 &amp;nbsp; 20 ..&lt;/p&gt;
&lt;p&gt;OSX is real epic fail.&lt;/p&gt;
&lt;p&gt;The user tend to hide the problems, why all this for me remains a mystery&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9242986</link><pubDate>Sat, 20 Dec 2008 01:37:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9242986</guid><dc:creator>locolorenzo</dc:creator><description>&lt;p&gt;@Steven&lt;/p&gt;
&lt;p&gt;Thanks for post on the graphical animation at the beginning of the Leaked WinHEC release. I noticed that there was an intresting animation during install... the rainbow bar.&lt;/p&gt;
&lt;p&gt;The Boot Animation as it stands takes way to long...although it performs more resposively through-out than 6801 it has a longer boot period on my machine (6956) I have gone back to the PDC version because of the boot time issue and also some legality issues involved with the build.&lt;/p&gt;
&lt;p&gt;Simplify the boot screen, the glowing bar is the nicest effect yet.&lt;/p&gt;
&lt;p&gt;Thanks for all the great work!&lt;/p&gt;
&lt;p&gt;I await the Beta with great anticipation.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9243205</link><pubDate>Sat, 20 Dec 2008 04:28:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9243205</guid><dc:creator>Asesh</dc:creator><description>&lt;p&gt;What about a new thread on security enhancements in Windows 7 besides UAC?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9243882</link><pubDate>Sat, 20 Dec 2008 14:56:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9243882</guid><dc:creator>kudraw</dc:creator><description>&lt;p&gt;A little off topic: can you consent in the installer the choice about destination of Users directory?&lt;/p&gt;
&lt;p&gt;Default is C:\Users, it can be D:\Users ? I found a way to do it with Junction links, but it would be useful to set it on other partitions while installing, without loss of compatibility.&lt;/p&gt;
&lt;p&gt;The same with Program Files.&lt;/p&gt;
&lt;p&gt;(sorry for my english) :D&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9243919</link><pubDate>Sat, 20 Dec 2008 15:38:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9243919</guid><dc:creator>jipper</dc:creator><description>&lt;p&gt;@Domenico&lt;/p&gt;
&lt;p&gt;&amp;quot;Joke or Troll for free?&lt;/p&gt;
&lt;p&gt;Perhaps you have a PC of 1982 and quand core Mac pro?&amp;quot;&lt;/p&gt;
&lt;p&gt;No, and I think perhaps it has to do with that OSX treats programs as packages and are merely copying the files upon installation. &lt;/p&gt;
&lt;p&gt;In Windwos, the installation program can do a lot of other things (which is a good thing, I guess), like adding registry keys and verifying data. But it can sometimes be painfully slow to install some Microsoft applications, like the office suit or even Live messenger. &lt;/p&gt;
</description></item><item><title>What impact does video DRM have on performance?</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9243939</link><pubDate>Sat, 20 Dec 2008 15:56:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9243939</guid><dc:creator>TimOR</dc:creator><description>&lt;p&gt;One of the lurking issues that dogs Vista (and presumably Win7) is video DRM and the Protected Video Path. If one ignores the fact that all DRM systems are crackable, and if one accepts the &amp;quot;political&amp;quot; decision by MS management to introduce video DRM despite the possible market consequences for Windows, a question relevant to this forum still remains: what is the &amp;quot;engineering&amp;quot; impact of video DRM on Windows' performance?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9244013</link><pubDate>Sat, 20 Dec 2008 17:04:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9244013</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@jipper&lt;/p&gt;
&lt;p&gt;Use Wikipedia if you wont and search this&lt;/p&gt;
&lt;p&gt;NETINFO&lt;/p&gt;
&lt;p&gt;in Snow Leopard netinfo will be further implemented&lt;/p&gt;
&lt;p&gt;;)&lt;/p&gt;
&lt;p&gt;Merry xmas&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245350</link><pubDate>Sun, 21 Dec 2008 12:17:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245350</guid><dc:creator>Klimax</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;this was quite great post.Half of my concerns and questions has been answered.&lt;/p&gt;
&lt;p&gt;NO some more.&lt;/p&gt;
&lt;p&gt;1)One of annoyances of Vista is that it put there more dialogs and windows to click through.(In XP to set TCP/IP address was doubleclick on icon on taskbar then click proprietes then select tcp/ip and you are there ; Vista put there &amp;quot;connection center&amp;quot; or how is that named - I have only one PC with Vista fortunately)So will it be possible to get XP-classical style with NO effetcs and classic start-menu?(XP-2000-98 style)&lt;/p&gt;
&lt;p&gt;2)ability to shut down completely support for any DRM(including protected audio/video path) and TPM module&lt;/p&gt;
&lt;p&gt;3)ability to monitor any driver/service without changing behaviour (like blocking some code-paths or notifying) when its in kernel-mode.&lt;/p&gt;
&lt;p&gt;4)Ability to chose what will install.(Some modules or services are not needed - like in 9x)&lt;/p&gt;
&lt;p&gt;5)What criteria is used to chose beta-testers before public release of beta and how could one apply?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;P.S.:I chose to skip Vista for its problems,hugeness and worse administration...&lt;/p&gt;
&lt;p&gt;Simply there was far too less better things then those bad/worse.(Not worth the money)&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245456</link><pubDate>Sun, 21 Dec 2008 14:33:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245456</guid><dc:creator>Mantvydas</dc:creator><description>&lt;p&gt;How about code being optimized enough, so that there's no travelling from New York to Florida through California...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245509</link><pubDate>Sun, 21 Dec 2008 16:46:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245509</guid><dc:creator>yeehaamcgee</dc:creator><description>&lt;p&gt;I really don't think the people complaining about the DRM actually understand the issue at all.&lt;/p&gt;
&lt;p&gt;Maybe a future post on this blog could go into depth on it, to correct people's misconceptions?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245585</link><pubDate>Sun, 21 Dec 2008 19:19:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245585</guid><dc:creator>jipper</dc:creator><description>&lt;p&gt;I think that a bit more memory being consumed to get increased performance is not a bad thing. I am thinking about for instance &amp;quot;trim on minimize&amp;quot;, where applications such as WLM gets paged out to the virtual memory when minimized in order to save some MB ram, at the cost (assumingly) of the time it takes to acess the application. &lt;/p&gt;
&lt;p&gt;Personaly, I would rather have had it consume some more MB ram, than having the window open slower (which I assume is a side-effect).&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245666</link><pubDate>Sun, 21 Dec 2008 21:25:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245666</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;well, I think, that Microsoft will not say too much about DRM performance. Why ?&lt;/p&gt;
&lt;p&gt;Let's say, that it will affect graphic subsystem in 5%. Could you imagine, how people will be annoyed ? What if it will be 10% ?&lt;/p&gt;
&lt;p&gt;What, if we will see report, that it doesn't affect performance at all ? Some people will search for alternatives - it's physically impossible, that DRM code doesn't use CPU/RAM/HDD. When Microsoft will say something else, there will be many suspicions...and it will not help product.&lt;/p&gt;
&lt;p&gt;Because of it Microsoft will simply ignore all DRM related topics and performance.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245861</link><pubDate>Mon, 22 Dec 2008 00:24:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245861</guid><dc:creator>yeehaamcgee</dc:creator><description>&lt;p&gt;DRM is only supported if your hardware supports it. Just like your DVD player, just like your BD player, just like your HDTV.&lt;/p&gt;
&lt;p&gt;Unless your graphics card supprots HDCP, it's not available, and all HD content is reduced in resolution.&lt;/p&gt;
&lt;p&gt;HARDWARE.&lt;/p&gt;
&lt;p&gt;Quit your moaning and quit your guessing people. Make sure you understand what it is you're talking about, rather than making random, uninformed comments about wanting it gone.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245890</link><pubDate>Mon, 22 Dec 2008 01:33:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245890</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;@yeehaamcgee,&lt;/p&gt;
&lt;p&gt;Vista wasn't so big success like XP and DRM was one of reasons. People want to know, why Windows 7 will be better and want to have explained some issues (performance, functional, etc.). Why is it so difficult ? These are simple questions. Does Microsoft want to hide something ?&lt;/p&gt;
&lt;p&gt;Please note, that we have difficult recession time. If some things will be not explained, people will search for alternatives.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9245981</link><pubDate>Mon, 22 Dec 2008 03:02:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9245981</guid><dc:creator>krammazda</dc:creator><description>&lt;p&gt;&amp;quot;i want to be able to run windows 7 extremely fast and still look good graphically on a asus aspire one netbook with these specs-1.5 ghz intel atom processor (single core) 1gb of ram&amp;quot;&lt;/p&gt;
&lt;p&gt;I'm pretty sure Acer will be disappointed if Asus have bought out an Aspire One range :S&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9247186</link><pubDate>Mon, 22 Dec 2008 15:26:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9247186</guid><dc:creator>yeehaamcgee</dc:creator><description>&lt;p&gt;There's nothing to hide about DRM though. Several TV on demand services require vista, or XP, because the DRM that they require isn;t available in Linux, or OSX. Perfect example is the BBC's i-player. You can stream media on any os, but they'll only allow downloaded content on Windows.&lt;/p&gt;
&lt;p&gt;If we didn't have the DRM infractructure, they wouldn't allow it.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9247697</link><pubDate>Mon, 22 Dec 2008 21:41:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9247697</guid><dc:creator>Fredledingue</dc:creator><description>&lt;p&gt;1/ Brad/Steven&lt;/p&gt;
&lt;p&gt;&amp;quot;I suppose the movie would be faster if they had straight cuts, but that probably wouldn’t make for a very interesting movie.&amp;quot;&lt;/p&gt;
&lt;p&gt;Well that illustrates the mistake you are doing: an OS is not a movie or a video game. It doesn't have to be &amp;nbsp;'interresting'. Animations are cool but they are not crucial.&lt;/p&gt;
&lt;p&gt;I'm not pushing for my personal preference to be the default ones in the next release, I'm just saying that this aproach is the wrong one.&lt;/p&gt;
&lt;p&gt;2/ System slow down over time and porgams at startup:&lt;/p&gt;
&lt;p&gt;This is one point we have talked again and again and that many here would like it to be discussed: Crapware.&lt;/p&gt;
&lt;p&gt;One radical solution would be to totaly forbid a program to automaticaly launch at start up, unless the user has decided so through a MS Windows console or if the software has been installed as a driver, through a special driver installer.&lt;/p&gt;
&lt;p&gt;3/ joewoodbury on bloat:&lt;/p&gt;
&lt;p&gt;Vista'core code (+-2Gb) is twice as large as XP's core code and 10x the size of w98 complete install.&lt;/p&gt;
&lt;p&gt;But what is the most frightening is the increased level of complexity. I was hallucinating when I read the explanation on WinSxS: How come MS developers engaged themselves in something so crazy?&lt;/p&gt;
&lt;p&gt;And this is probably the tip of the iceberg: MS Windows developers can't make things simple and consistent with a simple idea of using a computer with a keyboard and a mouse. That's why their code is bloated.&lt;/p&gt;
&lt;p&gt;Maybe now that the various MS developers gather once a week in front of a &amp;nbsp;whiteboard for a brainstorming, things will be better.&lt;/p&gt;
&lt;p&gt;4/ Windows Defender &lt;/p&gt;
&lt;p&gt;Definetely it should be installed as an option, just like about everything.&lt;/p&gt;
&lt;p&gt;But I like Windows Defender because it's one of the best anti-virus (at least 2 years ago) and because I don't want to look for a third party anymore. For simple users who don't extra-featured security facilities it's ok.&lt;/p&gt;
&lt;p&gt;But radical security is still to totaly protect system files, make impossible for installers, scripts or softwares to modify them, to allow installers, scripts and softwares to modify things in their allocated folder only. With the same principles acting for the registry.&lt;/p&gt;
&lt;p&gt;System files and registry should be accessed only through windows update, remote maintenance and UAC-like authorisation (no disabled UAC in this case).&lt;/p&gt;
&lt;p&gt;Then the ultimate, albeit optionable, measure would be that under no circumstance a system file or registry can be modified if an internet connection is present or if IE, Office or Windows mail is running..&lt;/p&gt;
&lt;p&gt;Great Stuff! Great Discussion! I enjoy it!&lt;/p&gt;
&lt;p&gt;Merry xmass to all!&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9247768</link><pubDate>Mon, 22 Dec 2008 22:03:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9247768</guid><dc:creator>jipper</dc:creator><description>&lt;p&gt;@Fredledingue&lt;/p&gt;
&lt;p&gt;Power users are the ones who would want to disable a feature such as Windows Defender, or even Windows Resource protection, but casual users probably have more use of it enabled, as an effective mean of putting an end to spyware of different kinds. Although it would be nice if security features like that would come without a cost of decreased performance (A Windows installation with Windows Defender or Windows File protection disabled in XP, seems faster than one with those features enabled)&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9248068</link><pubDate>Mon, 22 Dec 2008 23:24:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9248068</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;@yeehaamcgee,&lt;/p&gt;
&lt;p&gt;I don't have anything against protecting content...as long as this done on application layer and doesn't affect my functionality. When companies try to make such things like Sony rootkits, there is something wrong. When DRM is implemented on very low level and it can affect my performance, there is something wrong.&lt;/p&gt;
&lt;p&gt;@Fredledingue,&lt;/p&gt;
&lt;p&gt;You notified very good thing. Microsoft seems to be have some wrong design rules and that's why they failed with Vista. I have feeling, that these rules were changed after 2001 (do you remember, what did happen then ?). I agree, that we need first good stable operating system for secure running applications, later it will be good to think about nice graphic animations or similar things.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9249627</link><pubDate>Tue, 23 Dec 2008 12:40:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9249627</guid><dc:creator>bluefisch200</dc:creator><description>&lt;p&gt;I hope again that Microsoft will add a Installation for Normal Users and one for Powerusers who can disable what they would disable, and not after the installation, while you are installing will be mutch better.&lt;/p&gt;
&lt;p&gt;About Boottime, i dont think that this point is very important(how mutch do you boot your machina while a workday? M? One time). Also i think that the 24.427 s that Windows need to boot up are fast enought(yes i now you say that you will go down to 15 s) but thats mutch faster then OS X Leopard on my MacPro does...ok now to my problem...i dont think that you can do a lot but there are your hardware partners.&lt;/p&gt;
&lt;p&gt;BIOS...they need so long to start(on my brothers system the BIOS start needs about 10 s)...and thats the biggest problem in system bootup. The BIOS developers need to remove all de bonus featueres out of the systems...&lt;/p&gt;
&lt;p&gt;@marcinw: I think Vista was the step to the stable operating system, and seven is the step to the stable OS with graphic animations, and the clear UI...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9250015</link><pubDate>Tue, 23 Dec 2008 16:37:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9250015</guid><dc:creator>d_e</dc:creator><description>&lt;p&gt;To all DRM-kills-my-performance-posters:&lt;/p&gt;
&lt;p&gt;DRM does not impact performance of your daily operation. PVP and all that stuff only goes into operation when using WMP to play videos. DRM is not a performance killer. This is utter rubbish.&lt;/p&gt;
&lt;p&gt;To mrfortin:&lt;/p&gt;
&lt;p&gt;Ressource monitor in Win7 is great. I have only two suggestions:&lt;/p&gt;
&lt;p&gt;1. It'd be nice if there was a shortcut for it (similar to CTRL-SHIFT-ESC for taskmgr).&lt;/p&gt;
&lt;p&gt;2. There are some processes which represent a whole range of stuff. &amp;quot;System&amp;quot; or &amp;quot;svchost.exe&amp;quot; come to mind. When checking disk access I'm interested in which thread of &amp;quot;System&amp;quot; or which Service caused the access. Couldn't you give me more details there?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9250632</link><pubDate>Tue, 23 Dec 2008 22:04:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9250632</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;@bluefisch200,&lt;/p&gt;
&lt;p&gt;I haven't said, that everything in Vista is wrong. But the truth it, that market is changing and main design principles used to build OS should be changed too... And we still have shared Registry and thousands of old things... And this is wrong. When we will need 2x more of code for giving users ability of running their software, this is wrong. I will say probably much more, when beta program will start :)&lt;/p&gt;
&lt;p&gt;@d_e,&lt;/p&gt;
&lt;p&gt;from Microsoft documents:&lt;/p&gt;
&lt;p&gt;&amp;quot;In Windows Vista, the Protected Environment provides process isolation and continually monitors what kernel-mode software is loaded&amp;quot;&lt;/p&gt;
&lt;p&gt;and this is only example. I'm not sure in 100% how exactly this is implemented, but word &amp;quot;CONTINUALLY&amp;quot; still gives a lot to thinking... and many people will not like Windows 7 because of it (and not because, they want to play illegal content)&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9251598</link><pubDate>Wed, 24 Dec 2008 11:54:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9251598</guid><dc:creator>Mantvydas</dc:creator><description>&lt;p&gt;Besides, back old xp days, if you wouldn't do anything to your computer, processor would be standing at 0%, 1% usage... Computer used to be silent, no harddisk movements... Now, with Vista, computer's always doing something, harddisk's stuggling and making noises... weird. There's too much working inside... Can it be standing still at least for a minute before I leave my desk or decide to get back working?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9251719</link><pubDate>Wed, 24 Dec 2008 14:58:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9251719</guid><dc:creator>jipper</dc:creator><description>&lt;p&gt;@Mantvydas&lt;/p&gt;
&lt;p&gt;One thing that is using idle harddrive time seem to be the superfetch feauture. That is a feature I would have liked to be able to manage better, and turn of through some gui. &lt;/p&gt;
</description></item><item><title>Still no new bootscreen in build 6956 and 7000</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9253894</link><pubDate>Sat, 27 Dec 2008 01:12:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9253894</guid><dc:creator>fanSte</dc:creator><description>&lt;p&gt;Ive still got the old vista bootscreen in build 6956 as in build&lt;/p&gt;
&lt;p&gt;7000&lt;/p&gt;
&lt;p&gt;Ive got an nvidia chipset, is that the problem?&lt;/p&gt;
&lt;p&gt;please fix microsoft!!&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255030</link><pubDate>Sun, 28 Dec 2008 21:37:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255030</guid><dc:creator>steven_sinofsky</dc:creator><description>&lt;p&gt;marcinw -- please don't just post links to other sites. &amp;nbsp;please try to keep comments fresh and related to the discussion. &amp;nbsp;thank you.&lt;/p&gt;
&lt;p&gt;--steven&lt;/p&gt;
</description></item><item><title>A request on versions</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255493</link><pubDate>Mon, 29 Dec 2008 12:25:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255493</guid><dc:creator>PedroAsani</dc:creator><description>&lt;p&gt;Any ideas yet on how many versions will be released?&lt;/p&gt;
&lt;p&gt;I am hoping it will be less than previously. I would hate for another one of these:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.penny-arcade.com/comic/2007/02/02/"&gt;http://www.penny-arcade.com/comic/2007/02/02/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255747</link><pubDate>Mon, 29 Dec 2008 17:58:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255747</guid><dc:creator>robertc</dc:creator><description>&lt;p&gt;Can we please, for the sake of our collective sanity, have a moratorium on comments like = &amp;quot;ZOMG, DRM is killing us all&amp;quot;. &lt;/p&gt;
&lt;p&gt;Without the appropriate DRM infrastructure in place, elementary tasks like playing a DVD, Blu-Ray or other protected online content would simply be impossible. Thus, DRM is necessary and its inclusion in Vista and Seven does not impose an onerous performance overhead. &lt;/p&gt;
&lt;p&gt;In fact, I've never seen one empirical study that concludes that DRM is one of the predominant causes of performance degradation in Windows. That's right, not one. Yet, day after day after day, we get unrelenting feigned indignation from anti-Vista, anti-Microsoft zealots falsely proclaiming otherwise. &lt;/p&gt;
&lt;p&gt;So, can all those people oblivious to facts please give it a rest and go away. It is tiresome, especially for Mr Sinofsky who has gone to all the effort to post thoughtful and engaging pieces only to have the ensuing comments sullied by infantile, acerebral discussion. &lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255782</link><pubDate>Mon, 29 Dec 2008 18:31:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255782</guid><dc:creator>robertc</dc:creator><description>&lt;p&gt;Now that I've had my rant, I'd like to comment specifically on the article.&lt;/p&gt;
&lt;p&gt;Firstly, it was very informative. I especially praise the Windows team for focusing on performance tuning in this release, particularly more efficient memory usage. &lt;/p&gt;
&lt;p&gt;However, one of the ongoing problems with Windows, since the newly introduced network stack in Vista, is that network file transfers can be abominably slow. As of yet, even with SP1 and subsequent patches, no substantial improvements have been realised in my experience. I really hope that this issue is resolved in the final RTM of Windows 7. &lt;/p&gt;
&lt;p&gt;Many people have commented on the issue of performance degradation over time. I can personally affirm that it does occur - however the situation improved markedly with Vista. The superior memory management, background defrags and other assorted performance tweaks introduced with Vista minimised the threat of deleterious performance, which I might add mostly originates from third party applications infecting the registry and start-up folders. &lt;/p&gt;
&lt;p&gt;Given that Windows 7 now has an applet that allows users to configure the notification area applications with significantly more granularity, I am even more excited. I have to say that it's long overdue, but welcomed nonetheless. The only thing I would recommend is that access to this applet is made obvious to average users. Microsoft has a long history of providing feature-packed releases wherein the features are difficult to discover. So, make sure that these important features are discoverable, preferably via the new &amp;quot;Action Center&amp;quot;. &lt;/p&gt;
&lt;p&gt;As for real vs perceived performance, I would advocate that a reasonable balance between both is important. Using Windows has to be aesthetically pleasing, simple and snappy. A user experience which I feel strikes a pretty good balance is that on the Apple iPhone. Relative to its competitors, the device is running a slower-clocked processor, yet the software maximises real performance and complements it with visual effects that give the impression of snappy performance even where empirical measurement shows otherwise.&lt;/p&gt;
&lt;p&gt;While Vista isn't interminably slow, the user experience is occasionally encumbered with an excess of dialogue boxes. As someone mentioned earlier, the simple process of changing TCP/IP settings, or even viewing your IP address, requires several clicks. In XP, you just needed to right click the network status notification icon and click properties or status. The same task requires you to open the network center first and then search around. It's cumbersome and makes basic network administration tedious because the software seems to forcibly encourage use of the &amp;quot;diagnose and repair network&amp;quot; applet, which is not very helpful at times. Needless to say, please bring back the option to view status and properties from the right-click menu of the network status notification icon. It's sorely missed by power users.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255856</link><pubDate>Mon, 29 Dec 2008 20:00:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255856</guid><dc:creator>danailed</dc:creator><description>&lt;p&gt;I'm looking towards Windows 7, as i noticed some people talking about the speed of the Windows and it sounds like the requirements are not high ;) and that the actual Windows runs really fast so it could actually be compared to Windows XP Pro. Good Job looking forward to the Windows coming out and me trying it out myself&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255874</link><pubDate>Mon, 29 Dec 2008 20:18:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255874</guid><dc:creator>kudraw</dc:creator><description>&lt;p&gt;Hi Steven, what about the file copy engine? There are any improvments (especially for USB drives and transfers across network)?&lt;/p&gt;
&lt;p&gt;A little OT:&lt;/p&gt;
&lt;p&gt;Please can you separate the Snipping Tool from the Tablet PC components in the features of Windows? :D.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255895</link><pubDate>Mon, 29 Dec 2008 20:39:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255895</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;@robertc,&lt;/p&gt;
&lt;p&gt;Every time, when some company creates some new DRM protections, speaks, that it doesn't affect performance at all.&lt;/p&gt;
&lt;p&gt;You have not seen any studies about it maybe because more experiences people are not interested in using Vista ?&lt;/p&gt;
&lt;p&gt;Please note, that few weeks ago we had seen interesting discussion about it, how does shared Registry affect performance. The same about number of kernel threads and other issues. Quess what ? For some people even if you have many MB data (garbages) in Registry or much more kernel threads (I remind: some new are added because of DRM), system is very fast. Interesting, isn't it ?&lt;/p&gt;
&lt;p&gt;I agree with idea of protecting intellectual property (and that's why I'm waiting for official starting beta program for Windows 7), but from the other side - maybe some methods of protecting it are not so good like companies say ? Blue-Ray or DVD are already cracked. Why to continue illusion, that they're working as expected ? You have bigger CPU, energy, RAM usage only...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9255998</link><pubDate>Mon, 29 Dec 2008 21:24:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9255998</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;@robertc,&lt;/p&gt;
&lt;p&gt;More and more people are testing beta 1 and more and more are naming it &amp;quot;Vista Second Edition&amp;quot;. They write, that this is improved Vista (with some problems left) and nothing more. I was trying to show some reasons of problems on this forum, but some my posts were removed (even yesterday). You can read them on my www. &lt;/p&gt;
&lt;p&gt;Have fun !&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9256154</link><pubDate>Mon, 29 Dec 2008 23:45:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256154</guid><dc:creator>bluefisch200</dc:creator><description>&lt;p&gt;Maybe nothing to performance, but wy do you dont think about install Windows Media Player, IE(not the Runtimes)... like every other Application, so the User can remove them in the CP under Programs?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9256184</link><pubDate>Tue, 30 Dec 2008 00:18:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9256184</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;@bluefisch200,&lt;/p&gt;
&lt;p&gt;It's simple:&lt;/p&gt;
&lt;p&gt;1. you will see probably answer, that multimedia files &amp;amp; www pages viewer is required in each modern OS&lt;/p&gt;
&lt;p&gt;2. Microsoft wants to promote own software&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9257061</link><pubDate>Tue, 30 Dec 2008 16:16:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257061</guid><dc:creator>kudraw</dc:creator><description>&lt;p&gt;Hey Steven have you see this?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.windows7taskforce.com/"&gt;http://www.windows7taskforce.com/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>@bluefisch200</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9257191</link><pubDate>Tue, 30 Dec 2008 18:09:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257191</guid><dc:creator>Knipoog</dc:creator><description>&lt;p&gt;@bluefisch200&lt;/p&gt;
&lt;p&gt;I totally agree with you!&lt;/p&gt;
&lt;p&gt;All I want is an operating system, nothing (!) more.&lt;/p&gt;
&lt;p&gt;So, IE, mediaplayer, outlook, paint, etc please leave them out, or make the installation at least optional.&lt;/p&gt;
&lt;p&gt;Regards Knipoog&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9257393</link><pubDate>Tue, 30 Dec 2008 21:03:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257393</guid><dc:creator>marcinw</dc:creator><description>&lt;p&gt;@Knipoog and bluefisch200,&lt;/p&gt;
&lt;p&gt;I suggest you to read &amp;quot;Removal of Internet Explorer&amp;quot; topic (or Removal part in &amp;quot;Internet Explorer&amp;quot; topic) in wikipedia.org. &lt;/p&gt;
&lt;p&gt;Have you heard about Ford T ? It was possible to paint it any color, so long as it was black.&lt;/p&gt;
&lt;p&gt;The same here.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9257583</link><pubDate>Tue, 30 Dec 2008 23:41:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9257583</guid><dc:creator>Domenico</dc:creator><description>&lt;p&gt;@kudraw&lt;/p&gt;
&lt;p&gt;Is Old :-D&lt;/p&gt;
&lt;p&gt;Happy New Year to ALL!!!!&lt;/p&gt;
&lt;p&gt;2009 The Year of Windows 7 &lt;/p&gt;
&lt;p&gt;Resistence is FUTILE&lt;/p&gt;
</description></item><item><title>@marcinw</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9258201</link><pubDate>Wed, 31 Dec 2008 10:36:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9258201</guid><dc:creator>Knipoog</dc:creator><description>&lt;p&gt;@marcinw, tnks, but things like Removing IE are exact the point. I prefer not to remove it, but to, optional, not install it :-)&lt;/p&gt;
&lt;p&gt;As a customer I'd like to have choices :D&lt;/p&gt;
&lt;p&gt;The Ford T policy about the color black changed in 1926 because of dramatically dropping sales ;-)&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9261201</link><pubDate>Thu, 01 Jan 2009 17:38:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9261201</guid><dc:creator>disserman</dc:creator><description>&lt;p&gt;I've tested Win7 latest build a couple of hours. Was impressed, especially in a network performance and usb hotplug speed (I use KVM with devices in shared ports). I've decided to use Win7 Beta in production as soon as the official beta will be available. Would even probably buy this &amp;quot;beta&amp;quot; because it's much faster, more stable and works much better than &amp;quot;non-beta&amp;quot; vista with SP1.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9265625</link><pubDate>Fri, 02 Jan 2009 03:43:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9265625</guid><dc:creator>sroussey</dc:creator><description>&lt;p&gt;Besides my reference to to loosing focus when working immediately after logging in for the first time, it does occur to me that the OS need not focus on SMP, as the architecture of the future is more single package NUMA, and total symmetrical processing is not the most efficient. Where this brings me is a reservation system, a quality of service system (QOS) for the UI much like the QOS for networking for multimedia: reserve a core or core set for the user when they log in, as well as some IO and network bandwidth such that the user will have a very responsive system. That, and profiling the startup processes over time such that they don't get started serially in order, but based on their history of CPU, IO, and network requirements, they can be started in the most efficient order, and even with delays as necessary.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9270663</link><pubDate>Sun, 04 Jan 2009 00:54:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9270663</guid><dc:creator>wtroost</dc:creator><description>&lt;p&gt;Very good post. &amp;nbsp;It's nice to hear that my telemetry data might useful.&lt;/p&gt;
&lt;p&gt;But... performance doesn't mean much if the thing doesn't work reliably. &amp;nbsp;For example take Desktop Search. &amp;nbsp;It's very fast. &amp;nbsp;But try searching for FILES= and see if it shows up your CONFIG.SYS file. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Desktop Search is only useful as a quick first try. &amp;nbsp;If I want to be sure something is not there, I still fall back to grep from the command line. &amp;nbsp;It may find too many things, but it never fails.&lt;/p&gt;
&lt;p&gt;P.S. Those performance tools might be useful for the blogs.msdn.com signup server... it took 40+ seconds to log me in.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9271168</link><pubDate>Sun, 04 Jan 2009 14:11:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9271168</guid><dc:creator>Prixsel</dc:creator><description>&lt;p&gt;Why is windows7.iso / sources / background_cli.bmp &amp;lt;- that should be jpeg or something smaller , don't you think? bmp takes 2mb but jpeg would take only 200kb and would not hurt anything and quality would not change?&lt;/p&gt;
&lt;p&gt;Control panel should be easier and things should stay on same window as much as possible or it will pop-up too many windows!&lt;/p&gt;
&lt;p&gt;Upgrading windows using internet connection should check if it has or doesn't have the latest drivers for your computer so we know if our computer will actually work 100% before we press install and remove our old OS....&lt;/p&gt;
&lt;p&gt;Tablet ,Touch Recognition, Media Center ,Speech recognition and Drivers should be optional... would make install much faster!&lt;/p&gt;
</description></item><item><title>fonts</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9275597</link><pubDate>Mon, 05 Jan 2009 05:28:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9275597</guid><dc:creator>jipper</dc:creator><description>&lt;p&gt;One thing I often remove after installing Vista are all the foreign fonts I never use. I feel that this increases performance. Is this just a placebo or is there a real performance-benefit of not having tons of fonts?&lt;/p&gt;
&lt;p&gt;If there is a performance-benefit, it would be nice to have a font manager that I could use to disable fonts that I never use anyway...&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9284645</link><pubDate>Tue, 06 Jan 2009 08:16:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9284645</guid><dc:creator>richiefrist</dc:creator><description>&lt;p&gt;My HP dual-core 2gb notebook came with Vista. I made it dual-boot with XP. I cannot stand Vista. It takes FOREVER to boot. Now, I may boot into Vista less than once a month - and of course there are tons of updates that need to be done to the OS, the apps, the antivirus, etc. It's just plain painful. &lt;/p&gt;
&lt;p&gt;On the other hand, XP boots really fast and runs all the stuff I run really fast. I've vowed I will not buy a new computer as long as Vista is the only Windows choice. &lt;/p&gt;
&lt;p&gt;I'm beginning to think that I [and the rest of the world] needs to get away from Windows altogether. I really should devote some time to Linux.......&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9285485</link><pubDate>Tue, 06 Jan 2009 16:43:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9285485</guid><dc:creator>Prixsel</dc:creator><description>&lt;p&gt;Reply to: &lt;/p&gt;
&lt;p&gt;Tuesday, January 06, 2009 12:16 AM by richiefrist&lt;/p&gt;
&lt;p&gt;Windows is touch , speech , tablet enabled gaming and tons of programs main OS&lt;/p&gt;
&lt;p&gt;Surfing Web and making office or schoolwork you only need cheap-laptop and it runs good on Mac or Linux without much worry s of slowdown or virus infection...&lt;/p&gt;
&lt;p&gt;When you want Windows programs or games on Linux then you can try and waste some time using OS called Wine...&lt;/p&gt;
&lt;p&gt;Windows needs improvements and when it can't fix the problems and slowdown points then it's sad :( , probably windows 8 would be fast enough and behave and interface will look better than Windows 7 :( , Vista has sp2 what has already some improvements as on Win 7 so dunno how different they actually are...&lt;/p&gt;
&lt;p&gt;Linux can save disk data on RAM and when Ram is full then it puts unneeded data on HDD , Windows Prefetch needs much more improvements and having 45services on fresh install just isn't gonna squeeze performance so much as Win XP on same system , XP takes 88mb with 15 services , Windows 7 over 300 with 40 services :(&lt;/p&gt;
&lt;p&gt;Make services run only when needed , when Win XP could run with only just 15 then why do we need 40 services now?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9302663</link><pubDate>Sat, 10 Jan 2009 00:12:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9302663</guid><dc:creator>mAxius</dc:creator><description>&lt;p&gt;Performance is getting better though i would love to see the option to enable the classic start menu put back in so users have an option on what they want&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9387181</link><pubDate>Sun, 01 Feb 2009 03:00:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9387181</guid><dc:creator>Computermensch</dc:creator><description>&lt;p&gt;Vista: Not sure about this yet - however please check out behaviour of the default vss provider on symbolic links on the system volume (i.e. shadow copies enabled by default). Symbolic links can point to i.e. online storage. AV does not like it yet - and I have had to register symbolic linked folders with AV to keep the folders from being traversed. Resource Monitor was up too 80 mb's on disk activity for the default vss provider. I'm not sure if it had anything to do with the symbolic links - but will examine more closely. &lt;/p&gt;
&lt;p&gt;But anyway hope the &amp;quot;system protection on drive C:&amp;quot; will have less disk activity in Windows 7. As I just stated I don't know if I ever provoked it somehow. But its really noisy and freaking out on 80 mb/s of disk activity writes pr. min.&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9435998</link><pubDate>Fri, 20 Feb 2009 16:44:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9435998</guid><dc:creator>bswain</dc:creator><description>&lt;p&gt;Windows 7 looks very exciting, but all of the performance improvements might count for nothing.&lt;/p&gt;
&lt;p&gt;I find the biggest obstacle to system performance delays introduced by &amp;quot;third party&amp;quot; anti-virus programs and software firewalls. The quote marks indicate additions to the OS, not necessarily other vendors.&lt;/p&gt;
&lt;p&gt;Reading through the above blog, neither of these appear mentioned amongst the numerous user experience improvements.&lt;/p&gt;
&lt;p&gt;The question for me becomes how large is the surface exposed by Windows 7 to malicious attack or infection? &amp;nbsp;And how much of a performance hit will be felt by using effective countermeasures?&lt;/p&gt;
</description></item><item><title>re: Continuing our discussion on performance</title><link>http://blogs.msdn.com/e7/archive/2008/12/15/continuing-our-discussion-on-performance.aspx#9441883</link><pubDate>Tue, 24 Feb 2009 02:02:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9441883</guid><dc:creator>juliana prado uchoa</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Already I use the windows 7 in my notebook but i discovered some bugs with example .&lt;/p&gt;
&lt;p&gt;when you get some time without to use it .It appears a message requesting the recovery of information and there are models of wireless card doesn&amp;#180;t recognize it automatically and when you try to install it's driver error&lt;/p&gt;
</description></item></channel></rss>