Showing results for History - The Old New Thing

Mar 28, 2006
Post comments count0
Post likes count0

Why are there two copies of Notepad?

Raymond Chen
Raymond Chen

You may have noticed that there's a copy of Notepad in and another in . Why two? Compatibility, of course. Windows 3.0 put Notepad in the Windows directory. Windows NT put it in the System32 directory. Notepad is perhaps the most commonly hardcoded program in Windows. many Setup programs use it to view the Readme file, and you can use...

History
Mar 23, 2006
Post comments count0
Post likes count0

Where technology names came from: WiFi and FireWire

Raymond Chen
Raymond Chen

Phil Belanger tells the story behind the name WiFi (and it is not short for "Wireless Fidelity"). Meanwhile, Michael Johas Teener tells the story of where the name FireWire came from. (Scroll down to "Why all these names?") [9:30am - I originally had a link to a NY Times article, but it was the wrong article and I can't find the right one, so ...

History
Mar 10, 2006
Post comments count0
Post likes count1

Why does the size of a combo box include the size of the drop-down?

Raymond Chen
Raymond Chen

Many people are surprised to discover that when you create a combo box (either in code via or indirectly via a dialog box template), the size you specify describes the size of the combo box including the drop-down list box, even though the drop-down list box is not visible on the screen. For example, if you say that you want the combo box to be 20...

History
Feb 17, 2006
Post comments count0
Post likes count0

Not all team integrations go smoothly

Raymond Chen
Raymond Chen

When writing the entry on Windows Integration Meetings, I was reminded of a team integration that didn't go quite so smoothly. I will not identify the teams involved because this is not an outlet for finger-pointing but rather a cautionary tale for managers and developers everywhere. Once upon a time, there were two teams developing projects that...

History
Feb 14, 2006
Post comments count0
Post likes count0

Other things people do with beta versions of the operating system

Raymond Chen
Raymond Chen

Somewhat belatedly riffing on Larry and his discussion of time bombs in beta products, I'm reminded of one instance of a major PC manufacturer who apparently couldn't wait for Windows 95 to RTM. Tired of waiting, they shipped several thousands of machines with a late beta version of Windows 95 instead. That worked out really great. For...

History
Jan 31, 2006
Post comments count0
Post likes count0

Why does the Recycle Bin have different file system names on FAT and NTFS?

Raymond Chen
Raymond Chen

On FAT drives, the directory that stores files in the Recycle Bin is called , but on NTFS drives, its name is . Why the name change? The FAT and NTFS Recycle Bins have different internal structure because NTFS has this thing called "security" and FAT doesn't. All recycled files on FAT drives are dumped into a single directory, whereas recycled fi...

History
Jan 26, 2006
Post comments count0
Post likes count0

Stephen Tolouse's reminiscences of Windows 95 RTM day

Raymond Chen
Raymond Chen

Stephen Tolouse (known around Microsoft as "stepto", pronounced "step-toe") from the Microsoft Security Response Center reminisces about Windows 95 RTM. Stephen mentions that "the build numbers were artificially inflated to reach 950". There's actually a technical reason for this inflation, which I intend to write about when I have the time to ...

History
Jan 12, 2006
Post comments count0
Post likes count0

When web sites rely on security holes

Raymond Chen
Raymond Chen

Perhaps the biggest risk when making a change in the name of security is all the things that may have been relying on the previously-lax security settings. After all, disabling an insecure feature is easy. The hard part is disabling it while retaining compatibility with people who were relying on that feature. In the security investigations I've be...

History
Jan 11, 2006
Post comments count0
Post likes count0

The decoy visual style

Raymond Chen
Raymond Chen

During the development of Windows XP, the visual design team were very cloak-and-dagger about what the final visual look was going to be. They had done a lot of research and put a lot of work into their designs and wanted to make sure that they made a big splash at the E3 conference when Luna was unveiled. Nobody outside the visual styles team...

History