Posts Tagged ‘seattle’

The so-called “God Mode”

Monday, January 4th, 2010

A thoroughly ridiculous “trick” has been making the rounds over the last couple days, which was described by Ina Fried on CNET as follows : By creating a new folder in Windows 7 and renaming it with a certain text string at the end, users are able to have a single place to do everything from changing the look of the mouse pointer to making a new hard drive partition. Apparently people decided to call this “God Mode” because to enable this “trick” you make a folder called GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} and double-click on it.  Now you can see… the control panel.  With a slightly different view than you normally see it in. So first off, why is this completely silly?  Well, the text ”GodMode” has nothing to do with making the trick work.  You can call the folder “ILikePuppies.{ED7BA470-8E54-465E-825C-99712043E01C}” and now you’ve discovered the magical “ILikePuppies” feature hidden in Windows. Well, not really.  What you’ve actually discovered are two things: First, you’ve discovered a documented feature of the shell whereby filesystem folders can be easily made into namespace junctions, as described here on MSDN.   Basically, any folder named <DisplayName>.<CLSID> will show up with just the <DisplayName> portion visible in Explorer, and navigating into the folder will take you to the namespace root defined by the <CLSID> portion of the name.  This isn’t a user feature, it’s a developer feature

View original post here:
The so-called “God Mode”

Hilarious Windows 7 72-Hour Film Festival Videos

Friday, December 18th, 2009

Windows 7 has an extremely funny side, and if you don’t believe then Microsoft has the necessary video footage to prove it to you.

See more here:
Hilarious Windows 7 72-Hour Film Festival Videos

When version checks go wrong

Thursday, October 29th, 2009

Ars Technica’s review of Windows 7 is extensively detailed and contains a lot of good information.  But one piece jumped out at me, and that was this paragraph on the last page : If Vista had gotten the reception it actually deserved, and become a brand worth keeping, it seems highly likely that the name would have been retained. And Microsoft knows it, which is why internally, Windows 7 is only version 6.1 . Sure, the company has made specious claims that this is to avoid breaking applications with bad version checks, but the logic doesn’t really hold; many of those applications are just as broken by “6″ as they would be by “7,” and if that were such a concern then the minor version wouldn’t change either. This might make sense to a lay person on a cursory reading, but as usual with software development, reality is full of subtle but important complexities.  Pop quiz Consider the following rather common version checking mistake: // Our app is designed for XP (5.1) and later if (majorVersion >= 5 && minorVersion >= 1) {     // Succeed } else {     // Fail } Given the returned version values from Windows XP (reports 5.1), Windows Vista (reports 6.0), and Windows 7 (reports 6.1) – which OSes will this program succeed on?

Read more from the original source:
When version checks go wrong

Windows 7 released!

Thursday, October 22nd, 2009

As of today, Windows 7 is officially the latest commercially available operating system from Microsoft.  That’s a pretty cool thing for me in several ways.  First of all, when discussing Windows 7 over the last few months I’ve had to add the caveat “and it’ll be available toward the end of October.”  On several occasions I’d come close to forgetting that Windows 7 wasn’t already released since my work on it has largely been done for a while and all the people I work with have been running it for months (if not longer).  At last I can tell people not only how excited I am about Windows 7, but also that they can go check it out or buy it right now .  That’s pretty cool. Another thing that’s pretty cool is realizing how fast it all seemed to happen.  When I first joined the Windows Experience team at the beginning of Windows 7 I was a bit nervous about working on such a large project with a timeline that seemed near to an eternity .  I feared that I’d get bored or that the work would drag on and on, and that in the end I’d just be dying to be done .  Instead, the time flew by and it was fun .  What’s more, our team planned and executed the release so well that it never felt like we needed to scramble to meet a deadline.  We even somehow managed to avoid another common pitfall of always wanting to add “just one more thing.”  Instead of feeling like it took too long or that we ran out of time to do everything I wanted, this release feels pretty darn close to “just right.”  And the experience has given me unending optimism for the work our team will do going forward. Anyway, what does this all mean for you?  Well, for starters you can… Visit your local computer store like Best Buy or Fry’s  and check out dozens of awesome new Windows 7 PCs. Buy Windows 7 or Windows 7 PCs from the new Microsoft Store . Check out amazing new machines like the Dell Adamo XPS Read LifeHacker’s complete guide to all things Windows 7 Have you tried Windows 7 yet?  Will you be buying an upgrade or a new Windows 7 PC this holiday season

Go here to read the rest:
Windows 7 released!

Windows 7 demos in 7 seconds

Thursday, October 22nd, 2009

Cool new Windows 7 ads.

See the original post here:
Windows 7 demos in 7 seconds