A couple of years ago I started work at a company that mandated Internet Explorer 6, doing ASP.NET. I set up my machine as normal, and the first time I tried to View | Source I got nothing - no error message, nothing at all. No matter what I we tried (reinstall everything, wipe-and-drop etc.) no one could figure it out or fix it, and for 6 months I did web development without being able to view source HTML (a real challenge, I have to tell you).
One day I stumbled across a Usenet posting that revealed the problem: if you have a shortcut named "Notepad" on your desktop, View | Source in IE6 doesn't work. It doesn't even have to point to Notepad.exe, just be named "Notepad". I renamed my Notepad shortcut to NotepadX and was able to work normally from that point on.
I'm hoping that some current or former MS employee will read this and smack his forehead when he remembers a weird piece of code he forgot to comment out. I can't imagine why else something like this would happen.
