Penguin
Blame: MicrosoftDirtyTricks
EditPageHistoryDiffInfoLikePages
Annotated edit history of MicrosoftDirtyTricks version 11, including all changes. View license author blame.
Rev Author # Line
2 PerryLorier 1 Here are some things that MicrosoftCorporation have done to frustrate competitors. Remember - ''[DOS] ain't done 'til [Lotus] won't run''.
1 JohnMcPherson 2
3 !! Website discriminates against browser
4 Microsoft's Knowledge Database (and maybe other parts of their vast web site) renders badly with "other" browsers, for example with overlapping text so that parts are unreadable. It isn't just carefully crafted code that gets handled differently - their webserver sends back different data depending on how your browser identifies itself:
5 $ URL="http://support.microsoft.com/default.aspx?scid=kb;EN-US;314458"
6 $ IE_UA="Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; YComp 5.0.2.6)"
7 $ OTHER_UA="Mozilla/5.0 Galeon/1.2.2 (X11; Linux i686; U;) Gecko/20020524"
3 JohnMcPherson 8 $ wget --user-agent="$IE_UA" --output-document=ie.html $URL
9 $ wget --user-agent="$OTHER_UA" --output-document=not_ie.html $URL
1 JohnMcPherson 10 $ ls -l
11 -rw-r--r-- 1 jrm21 ugrad 28923 Nov 25 16:34 ie.html
12 -rw-r--r-- 1 jrm21 ugrad 26701 Nov 25 16:34 not_ie.html
13
14 One difference is that ie.html includes:
15
16 <link rel='stylesheet' type='text/css' href='/common/css/GN/en-us/standard/default.css' >
17 <link rel='stylesheet' type='text/css' href='/common/css/GN/en-us/standard/KBArticleV2.css' >
18 <link rel='stylesheet' type='text/css' href='/common/css/GN/en-us/standard/webparts.cs' >
19
20 compared to
21 <link rel='stylesheet' type='text/css' href='/common/css/GN/en-us/down-other/default.css' >
22 <link rel='stylesheet' type='text/css' href='/common/css/GN/en-us/down-other/KBArticleV2.css' >
23 <link rel='stylesheet' type='text/css' href='/common/css/GN/en-us/down-other/webparts.css' >
5 JohnMcPherson 24
25 Update - (early 2004). They seemed to have changed their mind about this... the microsoft websites now seem to work with non-Microsoft browsers (other than windowsupdate.microsoft.com, of course).
1 JohnMcPherson 26
27 !!Read-only Changes to Windows Registry
10 DanielLawson 28 The HKEY_LOCAL_MACHINE part of the registry is not writable by users without "admin" rights on Windows 2000 (and presumably XP). This breaks lots of software that stored program settings in here, meaning they either won't install, or won't run. Netscape 4.7 has (had?) this problem. To be fair, this might not have been done for the purpose of breaking software, but as a security measure. In Windows NT based OS's, this registry key is for machine configuration settings, the browser customizations are user specific and should be saved in HKEY_CURRENT_USER. In fact, all user configuration should be placed in user registry hives. In retrospect it looks like sloppy programming by the software manufacturer; if you come across this problem, you should let the manufacturer know.
1 JohnMcPherson 29
4 JohnMcPherson 30
31 !!Email Formatting
32 Outlook and Outlook Express do lots of little things that make messages look funny on non-Outlook email clients.
33
34 * If "Rich Text format" is turned on for outgoing email messages, instead of plain RTF, it is wrapped in a proprietary binary format and given a mime type of "application/ms-tnef". This format can hold attachments so it's possible that it "swallows" a .DOC attachment so you can't even save the file...
35
36 * Putting funny things in the content. Eg - look at the first word in the plain text part:
37 ...
38 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
39 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
40 .
41 This is a multi-part message in MIME format.
42 .
43 ------=_!NextPart_000_0069_01C1CE83.152A0EC0
44 Content-Type: text/plain;
45 charset="iso-8859-1"
46 Content-Transfer-Encoding: 7bit
47 .
48 !MessageHi,
49 when is Hal getting here?
50 ...
51 .
52 ------=_!NextPart_000_0069_01C1CE83.152A0EC0
53 Content-Type: text/html;
54 charset="iso-8859-1"
55 Content-Transfer-Encoding: quoted-printable
56 .
57 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
58 <HTML><HEAD><TITLE>Message</TITLE>
59 <META content=3D"text/html; charset=3Diso-8859-1" =
60 http-equiv=3DContent-Type>
61 <META content=3D"MSHTML 5.00.3103.1000" name=3DGENERATOR>
62 <STYLE></STYLE>
63 </HEAD>
64 <BODY bgColor=3D#ffffff>
65 <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
66 class=3D109264301-18032002>Hi,</SPAN></FONT></DIV>
67 <DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
68 class=3D109264301-18032002>when=20
69 is Hal getting here?
70 ...
5 JohnMcPherson 71
72 * Claiming the text is encoded using the iso-8859-1(7) standard, or the ascii(7) standard, while the text is really encoded using one of Microsoft's own character sets, making some characters turn out "weird" - especially single- and double- quote marks, and copyright/registered trademark symbols. (These characters are deliberately encoded in positions that the [ISO] standard marks as "reserved")
1 JohnMcPherson 73 ----
5 JohnMcPherson 74 !!Microsoft Business Practices
75
76 Windows 3.1 gave a warning message if it was being run on DRDOS rather than MSDOS, even though it worked just as well on either. Presumably this was to scare people into only using MSDOS.
6 PhilHarper 77 see [AARD Code|http://members.ozemail.com.au/~geoffch/editorial/aard/index.html]
8 JohnMcPherson 78
11 JoeUser 79 When Microsoft decided to enter the web browser market, they didn't start by writing Internet Explorer from scratch; they licensed web browser software from Spyglass. The license agreement gave Spyglass 5% of gross revenue on sales of the product, which doesn't sound too bad. However, given that they get most of their revenue from Windows and Office sales, Microsoft stopped selling Internet Explorer after version 1.0 (with the Windows 95 Plus Pack), and started giving it away for free.
5 JohnMcPherson 80
81 In the early nineties, a company named "Stac" had as its flagship product a program named "Stacker", that transparently compressed and then de-compressed files on-the-fly. This product had versions for MS-DOS version 5, [IBM]'s OS/2, and [Apple]'s [Macintosh] operating systems. Microsoft
82 were interested in incorporating this functionality in their next version, MS-DOS 6, and approached Stac about licensing. During discussions, Microsoft gained information about technical details of the software. When MS-DOS 6 came out, it included !DoubleSpace, which eventually a jury found infringed on Stac's patents, and Stac was awarded US$120 million damages. But by then it didn't matter, as their product was effectively marginalised. (Incidentally, Microsoft counter-claimed that Stac had illegally reversed engineered MS-DOS because they were using undocumented DOS functions). Also, MSDOS 6.0 included changes that broke Stacker, although the company quickly produced an updated version that worked with 6.0.