Slashdot Mirror


Microsoft Agrees to Stop Hijacking Music-Shopping

ScottSpeaks! writes "CNN , ABC, and others are reporting that Microsoft has agreed to fix Windows XP so that it no longer launches IE (instead of the user's chosen default browser) when the user selects the "Shop for Music Online" option in Windows XP. MS isn't admitting that it's a violation of the consent decree they signed to get the DoJ to drop the anti-trust suit against them, but threats to take them to court over it are what prompted the move."

21 of 382 comments (clear)

  1. Re:Outlook does this too by gregarican · · Score: 2, Informative
    You sir shouldn't have the ability to launch URL's out of Outlook at all if you had locked down IE Active Scripting so that it was disabled for all non-Trusted Sites. And also changed your default Outlook mail format set to Plain Text rather than HTML.

    All of this means that your system will be wide open for all sorts of cross-site certification and scripting 'sploits. I'd do some research if I were you, since Microsoft left the most recent slew of IE holes unpatched.

  2. Using another browser from outlook... by Phil+John · · Score: 4, Informative

    What version of Outlook are you using? Mine fires up Moz Firebird no problems, here's a link on how to do it.

    --
    I am NaN
  3. Re:What about Windows Update by SumDog · · Score: 5, Informative

    Here is a better question: should windows update even be run through a browser? No! Windows Update should be a completely standalone program. It has no business even being done through a web browser.

    Let's look at the other operating systems. Redhat uses rpm/yum/up2date which are all command line with a couple of gtk front-ends you don't need to use. Debain used apt. Gentoo uses emerge/portage. Not sure about OSX, but I'm willing to be that it's update tool isn't connected to Safari.

    Binding the update tool to the web browser seems to be one of those ploys Microsoft started years back to try to prove IE was essential to their operating system and couldn't be removed. Bad design dictated by bad politics. Here is a better question: should windows update even be run through a browser? No! Windows Update should be a completely standalone program. It has no business even being done through a web browser.

  4. Re:start run http://www.google.com by srinivas_rc · · Score: 3, Informative

    I dont see this happening in Windows XP. It launches my mozilla.

    --
    I could change the world, but GOD won't give me the source code :(
  5. Re:start run http://www.google.com by Anonymous Coward · · Score: 2, Informative

    There is a differerence between "default browser" and what is associated with *.htm* files.

    That is EXACTALLY what your problem is.

  6. Re:What about Windows Update by Anonymous Coward · · Score: 1, Informative

    I too use WinXP Pro. Windows Update uses an ActiveX control(s). I don't think Firebird is compatible with ActiveX. I could be wrong.... If so please list where to enable ActiveX within Firebird as it is my default browser as well.

    All the windows security updates are available for non-IE browsers at http://www.microsoft.com/downloads/search.aspx?Dis playLang=en&CategoryID=7&ExpandTopList=tru e

    just my .02

  7. Re:What's good for the goose... by irix · · Score: 5, Informative

    This is different how?

    Apple is not a convicted monopolist.

    --

    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
  8. Re:What's good for the goose... by Verminator · · Score: 3, Informative
    This is different because under Mac OS X, you can use any browser to purchase music from any site at any time. You're not compelled into using the iTMS (iTunes Music Store).

    If you point IE for Mac (or Opera, OmniWeb, Safari, whatever) to Napster with the intent to purchase music, the Mac OS doesn't launch iTunes and stuff you back to the iTMS.

    It's about leaving the decision up to the user. It's about not using the OS to redirect choice.

    --
    "The more corrupt the state, the more it legislates." - Tacitus
  9. Re:What's good for the goose... by Anonymous Coward · · Score: 1, Informative

    not true, other apps are not forced to use ie and are free to use whatever browser they like, default or otherwise. The issue that is being claimed is that Microsoft's music service loads ie directly instead of the default browser. I don't see any reason why microsoft shouldn't be allowed to use there own software, it is not like the music site blocks you using anyone elses browser.

  10. IE defaults by sasca · · Score: 2, Informative
    I'm actually suprised by this - M$ has a long history of choosing defaults for me that I don't want.

    Now if only they could ship Windows with the "Launch every application in an Internet Explorer Window" turned off by default. I just _love_ having an excel spreadsheet open up in explorer instead of Excel.

    btw, you can turn this off for any file type, see http://ask-leo.com/archives/000041.html for instructions.

  11. Re:I'm seeing... by mark_lybarger · · Score: 2, Informative

    moz can pose as ie also, that's not what most sites do. they'll use java script or a server side preprocessor to determine your browser and lock you out w/o ie browser. posing even w/ moz gets around this.

  12. Change which browser you use... by Otto · · Score: 4, Informative

    Or at least which browser you claim to use.

    Just add this to your user.js file (create the file in the same dir as prefs.js if it doesn't exist yet):

    user_pref("general.useragent.override", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)");

    That'll fake it so the site thinks you're using IE 6 on an XP box. Usually, unless the site has something really extraordinary on it, it'll work reasonably okay anyway.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    1. Re:Change which browser you use... by anti-trojan · · Score: 3, Informative

      Exactly. And an even better solution is to use PrefBar. It is small, not intrusive (Press F8 to show or hide it) and very convenient.

      You can change the user-agent, remove flash animations, turn on/off images etc. Give it a try...

    2. Re:Change which browser you use... by Otto · · Score: 2, Informative

      This doesn't "fake" anything. It changes the actual value within mozilla which is obviously used for other things. Who knows what all will break when you do this. I know for a fact that plugins will break and the "help->about" page breaks. You don't want to change this value just to trick a site because you will end up having to reinstall. And no, removing the file does not make things go back to like they were before. There is no feature to "fake" the user-agent request header within mozilla.

      Why would it be used for other things? It's the USER-AGENT string. All it does is get sent out on every HTTP request as part of the header. It has no other real function.

      And it works perfectly fine for me. Several Mozilla based browsers even expose "general.useragent.override" in their preferences dialog, allowing you to change it to whatever you please without having to edit a text file directly. It's a widely known and used modification for Mozilla.

      And yes, removing it makes things go exactly back where they were before. I've done it on mine, I've removed it, it simply works. You really haven't the faintest clue what you're talking about, do you? If you broke your installation, then you did it some other way, that's for sure.

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  13. Re:What about Windows Update by Anonymous Coward · · Score: 1, Informative

    http://www.iol.ie/~locka/mozilla/mozilla.htm

  14. Re:Why should MS have to change? by nolife · · Score: 4, Informative

    why shouldn't someone be able to force me to write a program in such away as to force me to generate charts

    The rules are different when a court determines your business is a monopoly. This change would not have happened if that was not the case.

    --
    Bad boys rape our young girls but Violet gives willingly.
  15. Re:What's good for the goose... by AceCaseOR · · Score: 2, Informative

    IIRC, the whole anti-trust suit against Microsoft thing got started during the Clinton Administration, when the DoJ was run by Reno, not Ashcroft.

    --
    Zagreus sits inside your head, Zagreus lives among the dead, Zagreus sees you in your bed and eats you in your sleep.
  16. Re:MSN? by loconet · · Score: 2, Informative

    No it's not the same thing. It seems like It's not so much of an annoyance if the program uses the ie control to render html inside it the program itself ie: Media player uses the IE control to show the windows media content page. The problem is when it launches the actual ie program to view a url. That is not the same as Mozilla's mail reader using gecko to render html.

    --
    [alk]
  17. Do you really think they would admit guilt? by MadAnthony02 · · Score: 2, Informative

    Why would they admit doing something illegal if they don't have to? Why would a company risk getting sued or fined for doing something if they don't have to?

    This is the way the legal system, plea bargins, ect work. Both sides end up getting something that's better than the alternative if the other side wins - the DOJ gets what they want, and MS doesn't lose a bunch of money. Both sides would rather have the certainty of that outcome than a partial chance of total victory.

  18. Re:Why should MS have to change? by Anonymous Coward · · Score: 2, Informative

    Their is legally nothing wrong with having a monopoly in any given segment of the market. It is however illegal to use such a monopoly to prevent others from competing in the same market segment (contractual limits, threats, etc.).

    Apple has never been found to be guilt of being monopolistic however MS has.

  19. Same thing happens for... by tomkit · · Score: 1, Informative

    The same thing happens for "mailto:e-mail@address.com" code in html pages. It opens Outlook Express despite having set my default to thunderbird and disabling access to Outlook.