Slashdot Mirror


Windows 7 RTM Reviewed & Benchmarked

An anonymous reader writes "The code is final, and CNet has reviewed the final version of Windows 7, with benchmarks to support the case that it's not only the fastest version of Windows to shut down, but also looks like 'the operating system that both Microsoft and its consumers have been waiting for.' The review continues: 'By fixing most of the perceived and real problems in Vista, Microsoft has laid the groundwork for the future of where Windows will go. Windows 7 presents a stable platform that can compete comfortably with OS X, while reassuring the world that Microsoft can still turn out a strong, useful operating system.'"

28 of 792 comments (clear)

  1. Fast way to shut down! by Anonymous Coward · · Score: 5, Insightful

    Pull the plug!

    Seriously.... they claimed all this same stuff for vista. and we all found out they were full of crap.

    7 might be better than vista. but i still dont believe it's the fastest ever or any of their other bs.

    This isn't news. it's an ad.

    1. Re:Fast way to shut down! by sopssa · · Score: 5, Interesting

      Pull the plug!

      Seriously.... they claimed all this same stuff for vista. and we all found out they were full of crap.

      7 might be better than vista. but i still dont believe it's the fastest ever or any of their other bs.

      This isn't news. it's an ad.

      You might like to actually test it, people have been telling good things about Windows 7, and the interface and updates do look quite nice. Personally I'm using Vista as I never bothered to replace it with XP, so I should notice it even more.

      Judging from the article and what I've read before, they've spend time on making sure interface and the system responsiveness improves a lot. That is what people usually consider as "fast", even if its fake-fast it looks faster. Its pretty much the only thing OS can do to appear faster anyways - You cant magically get more CPU power.

    2. Re:Fast way to shut down! by smash · · Score: 5, Interesting
      Benchmarks might not indicate it to be fastest, but it sure FEELS fast in general use.

      This is one thing benchmarks unfortunately do not show, but is where Windows 7 (and FreeBSD as well) excel - responsiveness.

      On a modern multitasking machine, I (for one) don't care so much if a task takes a little longer to complete in the background so long as I can carry on working in the foreground.

      7 Multitasks better than any previous Windows OS bar none, and I think this is why it "feels" faster. It responds to user input a lot better.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    3. Re:Fast way to shut down! by kamikaez · · Score: 5, Insightful

      You might like to actually test it, people have been telling good things about Windows 7, and the interface and updates do look quite nice.

      You missed the point! CNet and PC World seems to be very much just reproducing Microsoft's marketing material, just like they did when Vista came out.
      And the benchmarks doesn't prove anything, if you ignore shutdown time, it looks to be slower overall then xp AND Vista..

      And since Vista came out, both Linux and OS X have improved tremendously when it comes to performance and boot times.
      Is Snow Leopard mentioned anywhere or compared to earlier OS X versions + all the Windows versions? NO..

      Sincerely yours,
      Vista 64bit user

      --
      This is a signature..
    4. Re:Fast way to shut down! by mdwh2 · · Score: 5, Insightful

      This isn't news. it's an ad.

      Wait - a review of the finished latest release of the most dominant OS on the planet, from the biggest software company in the world, isn't news? Yet the daily stories we get of every possible random rumour about the Iphone and the "[do mundane activity] On Your Iphone!" stories we get aren't advertising?

  2. Great goals by icebike · · Score: 5, Insightful

    > fastest version of Windows to shut down,

    Was that ever a problem? start shut down, and turn out the lights, It will be down when you come back in the morning.

    How about boot up time?

    --
    Sig Battery depleted. Reverting to safe mode.
    1. Re:Great goals by Verminator · · Score: 5, Funny

      As the most useful thing any user can do with Windows is to shut it down, this is a critical benchmark of performance.

      --
      "The more corrupt the state, the more it legislates." - Tacitus
    2. Re:Great goals by 0123456 · · Score: 5, Insightful

      > fastest version of Windows to shut down,

      Was that ever a problem? start shut down, and turn out the lights, It will be down when you come back in the morning.

      If only...

      Far more likely it will be sitting there saying 'StupidTaskbarApp.exe did not shut down. Press 'OK' to close this application' or some similar shit.

      One of the reasons I hate Windows so much is that I can't even rely on the piece of crap OS to shut down if I tell it to shut down and then walk away. It literally expects me to sit there for up to five minutes while it 'saves my settings' and stops all the processes to ensure the bloody thing turns itself off.

    3. Re:Great goals by bertok · · Score: 5, Insightful

      One of the reasons I hate Windows so much is that I can't even rely on the piece of crap OS to shut down if I tell it to shut down and then walk away. It literally expects me to sit there for up to five minutes while it 'saves my settings' and stops all the processes to ensure the bloody thing turns itself off.

      Sounds like you hate computers in general and have likely chosen the wrong profession.

      Why is his requirement unrealistic? I'm a computer professional, I love computers, and I fully agree with the original poster. Why should I wait and watch what should be an automatic, guaranteed to succeed operation? No user-mode application should ever be able to interrupt a critical kernel-mode operation like 'shutdown'. Not ever. There are several use cases where a timely, user-intervention-free shutdown is critical to the correct functioning of an operating system. It's an operation that must always succeed, or the OS is broken.

      Have you ever done a remote reboot and had the machine not come back up, because the OS hung during shutdown, for whatever reason? I have, many times, and it's not fun. If you're not working on a server with an integrated management board, but a PC or a beige-box server in a remote lights-out environment, you're basically out of options if that happens.

      What if it's a shutdown triggered by a UPS? The server now has just a couple of minutes to shut down cleanly. If it just sits there waiting for the user, it won't be a clean shutdown when it finally loses power, not to mention that it's wasting precious battery power when it doesn't have to.

      Laptops and batteries come to mind also. I've once put a laptop into its bag, only to realize 10 minutes later from the hideous burning smell that the OS hadn't really shut off, it had just turned the screen black.

      Your reasoning sounds like the excuse of a lazy developer. Why can't applications be written in such a way that they can be shut down quickly and reliably without user intervention? This has been standard for database systems for decades, but GUI application developers are only now catching up. Firefox can now recover almost all of its 'state' after even a crash, which is a good start, but why do trivial applications like text editors ask stupid questions like "Would you like to save this file?" and HANG the machine during shutdown? Is it so hard to respond to a "machine shutdown" event by serializing the application state to a temporary file, and then restoring it when the user runs the app again next boot?

    4. Re:Great goals by value_added · · Score: 5, Informative

      from commandline: shutdown -f -t 0

      For completeness' sake :

      shutdown -f -t 0 # shutdown
      shutdown -f -t 0 # reboot
      shutdown -h -t 0 # hibernate
      shutdown -l -t 0 # logoff

      At least that applies to /c/WINDOWS/system32/shutdown.exe.

      PowerShell users should be happy to know they can type:

      (Get-WmiObject -Class Win32_OperatingSystem -ComputerName ).shutdown()

      Between the dozens of third-party utilities people generally download and install (Sysinternals, among others), and Microsoft adding/subtracting what's in the various Resource Kits or generally making things up as they go along, I've always relied on Cygwin's own version of shutdown.

      Here's a randomly selected page that details some of the ugliness.

  3. Vista was the fastest Windows by symbolset · · Score: 5, Funny

    From installation to wipe in an average of ten days. A pioneering achievement.

    As for the rest of this prerelease hype, I'll believe it when I see it.

    --
    Help stamp out iliturcy.
  4. So basically... by korean.ian · · Score: 5, Funny

    "'the operating system that both Microsoft and its consumers have been waiting for.'"
    So it's Snow Leopard?

  5. Hardware by rampant+mac · · Score: 5, Insightful

    FTFA: "Importantly, it won't require the hardware upgrades that Vista demanded, partially because the hardware has caught up"

    Yes, but how does it do on my old hardware that struggled with Vista in the first place? I know Mac OS 10.1 > 10.2 > 10.3 > 10.4 gave me better performance on the same hardware. It wasn't until I moved to Leopard that I REALLY noticed my PowerBook 1Ghz PPC chip was at it's limit.

    --
    I like big butts and I cannot lie.
  6. 16GB? by reub2000 · · Score: 5, Insightful

    What in a OS could be taking up 16GB for a minimal install?

    1. Re:16GB? by Tukz · · Score: 5, Informative

      My fresh install of Windows 7 RC Ultimate on my old rig, didn't take up 16GB of space. Only about half IIRC.

      --
      - Don't do what I do, it's probably not healthy nor safe. -
  7. Re:Copying by oever · · Score: 5, Funny

    No, you still cannot copy it.

    --
    DNA is the ultimate spaghetti code.
  8. Re:The competition is OSX by linuxrocks123 · · Score: 5, Insightful

    "Remove Bash. That's right, no Bash, no Korn, no Bourne, no shells of ANY kind. Do that with a fresh install and see if it will run six months, with allowing updates, without any access to CLI."

    That's an absurd thing to say and betrays your ignorance here. The shell is an integral part of a Unix system. If you remove /bin/sh, the system will not even boot. Any Unix system will be this way, including OS X, because this specific interpreted language is part of what makes Unix Unix.

    As far as not using the shell for day-to-day tasks, you can do that with Linux now. Ubuntu has all those point-and-click controls you love, and you're free to use them instead of the shell if you like. You'll get things done more slowly, because GUI configs suck, but that's your choice.

    What may make you believe it's impossible to go without using a shell in Linux is the fact that Linux people tend to suggest typing shell commands when people ask how to fix problems on a forum. This is because the shell is the best, fastest way to fix problems in Linux, even when other options are available, and we won't suggest an inferior solution unless pressed for it.

    --
    vi ~/.emacs # I'm probably going to Hell for this.
  9. Re:The competition is OSX by NoobixCube · · Score: 5, Insightful

    I find it's less about superiority of the shell when I suggest a solution. Saying "Open the terminal and type..." is a lot easier than "See that thing there? Click on that, and then in the menu find..."

    --
    Admit it. You post strawman arguments as AC so you get modded Insightful for refuting them, rather than Troll
  10. it doesn't matter if the OS is better... by Tumbleweed · · Score: 5, Funny

    I'm for _anything_ that gets more people to stop using IE6. :)

  11. SMB still sucks by FranTaylor · · Score: 5, Interesting

    Windows network file service is just as slow and as network-chatty as ever.

    When you compare it to NFS4, it is most miserable. With SMB, the client and server shoot packets at each other all day and barely any data gets transferred. NFS4 will totally saturate my gigabit ethernet and it's almost all data in those packets.

    Microsoft should just embrace NFS4 and drop SMB like a hot potato. It serves noone's interests to have such a crappy file service system in this day and age.

    1. Re:SMB still sucks by bwalling · · Score: 5, Funny

      I found all the Need For Speed games to be mostly the same and not very fun. The Mario games have a little more variety and have been getting more interesting.

  12. Re:"the fastest version of Windows to shut down" by peppepz · · Score: 5, Informative

    Actually, Windows 3.1 required to be "shut down", otherwise it left tons of temporary files in C:\DOS (at least in Standard Mode).
    DOS required to be shut down, too, if you used SmartDrive (which, IIRC, was active by default at least since MS DOS 5.0, as it improved performance quite a bit). What you had to do was to press CTRL + ALT + DEL before turning off the system, to let SmartDrive write back to disk the dirty blocks in its cache. It would display a short message during the operation, then reboot the computer. This behaviour was recommended in the DOS user's manual.

  13. Slowest windows yet! by nobodyman · · Score: 5, Insightful

    Is this article a joke? I clearly see that vista beats Win7 in 3 out of 5 benchmarks, and XP beats Windows 7 in all but one (how can we forget the all-important "shutdown time" benchmark.

    Yet CNet is telling me that *this* is the version of Windows I've been waiting for?

  14. Re:This is why the tagging system sucks... by dumbo11 · · Score: 5, Insightful

    A review points out the positives and negatives of a product. If a review is entirely positive, then people will immediately assume it's not real. In this case, accompanied with a lead-in that is clearly the product of a marketing department, it is entirely correct to call this astroturf.

  15. Re:If Operating Systems Were Guns by bmajik · · Score: 5, Funny

    OSX is clearly stamped down the side "Desert Eagle point five oh"

    That's certainly an apt comparison, since most people that have or want DE50's think they look cool and work really awesome, but have no fucking idea what they're doing when using a gun. They feel this strange sense of smugness about the elite status their choice in firearm has afforded them, perhaps not having any idea that a boring old Casull 454 has more muzzle energy, or that the DE50 is utterly impractical for essentially any worhtwhile endeavour. They know that they spent way more money than other guns cost, but they don't realize that there's always something cheaper that does a better job.

    Yet nothing else seems to have caught and held the affection of hollywood so effectively, so nothing else will suffice for the discriminating individuals that know nothing about firearms or marksmanship --- except that they are better than everyone else at both by virtue of their wise purchase.

    I'm not sure you had any idea how good of an analogy you were making. Bravo! :)

    --
    My opinions are my own, and do not necessarily represent those of my employer.
  16. Re:The competition is OSX by John+Betonschaar · · Score: 5, Insightful

    Try reinstalling that VAIO with a different Windows version, one that hasn't been customized by Sony, and then post your luck getting all the right hardware drivers and configuring the system. You're comparing a PREINSTALLED version that has all the kinks already worked out by some guy at Sony, to a MANUALLY installed operating system you have to configure yourself. It's like saying how much easier it is to just drive that new car you just bought from the dealer to buying the same car and then swapping the engine yourself.

    As a counter-example: I once bought an HP pavilion laptop with XP home on it (which I couldn't remove or have upgraded to another XP version by the way because HP tied the license to the machine and didn't offer anything but XP home). Because I needed to logon to a Windows domain, I upgraded to XP pro. After that, I didn't have 3D acceleration, the TV-out stopped working, no wifi until I installed drivers from directly from the card manufacturer and it took 4 months before HP finally released downloadable drivers for the ATI chip that was in it, the stock ones didn't recognize the card because HP screwed with the PCI ids, and the only way to get the machine to work fully was to do a full system recovery. Using the XP home recovery discs...

  17. Re:Start-bar aka Dock! by B1oodAnge1 · · Score: 5, Insightful

    The other problem with KDE is "everything" is named starting with a "K" which makes it harder to scan to find stuff quickly.

    This drives me absolutely batshit insane...

    --
    RUGBYRUGBYRUGBY
  18. Windows 7: My First 24h by fahrvergnugen · · Score: 5, Informative

    Reposted with a few slight edits from my own blog a few days ago:

    My poor PC broke. Some of my RAM went bad due to the summer heat, combined and my obstinate refusal to turn the AC on until the temperature in my office is well into the 90's. Fortunately RAM is cheap as hell these days, and I can get twice as much memory for half the price I paid a year ago, so I ordered a full 8GB of replacement memory, as much as my motherboard can handle.

    The problem is that I was running Windows Vista 32bit, which can only address a bit under 4GB of RAM. The only way my Windows computer could use the extra memory I'd purchased would be to re-install a 64-bit version of Windows. But I've already pre-ordered Windows 7 Pro, and it seems silly to install Vista 64-bit now when my copy of Windows 7 will arrive in October. So, over the weekend I got a correctly-checksumming ISO of Windows 7 from The Usual Sources and installed it without a key, giving me 30 days to register. The plan is to just use the rearm trick to tide me over until my legal activation keys come in the mail.

    It took a few hours to get everything installed, but today all my apps and games are back, and my files are copied over. I gotta say, if you're going to run a Windows desktop, this is the way to do it. It's NICE. It feels much snappier than Vista, and while it's got more overhead (and thus runs a bit slower) than XP 64-bit, the UI enhancements make up for it. Since today is apparently a bullet-list day, here's a quick rundown of my favorite things:

    • The taskbar / quicklaunch toolbar / system tray / start menu have all been revamped, and the new way is awesome. The taskbar and the quicklaunch bar have been completely integrated, making the functionality very similar to the OS X Dock. To see the open windows for a running application, just hover your mouse over the icon. IE8 integrates very well with this, showing a preview window for each of the open tabs, regardless of window, and allowing you to switch quickly. It's like mini-expose. All very polished. Right-clicking on a Windows 7-native app, whether it's open or not, gives you a jumplist of recently used items, similar to right-clicking on a systray icon.
    • The icon management in the system tray is much improved. You can banish icons from your sight forever, so annoying applications that refuse to let you remove the icon can be shoved off the desktop. No more company logos cluttering up your screen.
    • IE8 rules. Who'd have thought? The privacy filters let you duplicate the functionality of adblock by importing an XML file, and the accelerator framework lets you do things like hilite text and post it to a blog, or email it to someone, all with a couple of clicks. New pages and tabs are linked in a security jail with their parent and can't work with other tabs/windows, and they're automatically color-coded. I like it a lot.
    • The 'show desktop' hover / button in the bottom right. I HATE not being able to look at the desktop for stray icons or whatnot. Now there's a permanent show desktop button in that little strip of pixels between the system tray and the edge of the screen. Formerly useless real estate has been reclaimed for a good purpose!
    • Vista's sidebar gadgets are now completely free-roaming anywhere on the desktop. This is nice, since I always liked the idea of gadgets but didn't want a whole sidebar. Now I can put them wherever, not worry about putting Windows over them, and just hover over the "show desktop" area on the taskbar to check the weather.
    • Fast fast fast. 64-bit IE is speedy! File copies are speedy! The operating system is speedy! Everything just feels snappy and quick.
    • Libraries - this is really neat, Libraries are consolidated collections of folders that all have the same kind of data. So if C:\photos and d:\photos both contain images, I can make them both part of the photo library, and view it as one folder. What makes this interesting is that I can plug in an external disk o' photos, add it to my Library, and as you
    --
    Even Jesus hates listening to Creed.