Slashdot Mirror


Windows 7 Lets You Uninstall IE8

CWmike writes "A just-leaked build of Windows 7 lets users remove Internet Explorer, the first time that Microsoft has offered the option since it integrated the browser with Windows in 1997, two bloggers reported today. The move might have been prompted by recent charges by the European Union that Microsoft has stifled browser competition by bundling IE with its operating system, the bloggers speculated. One solution under consideration by the EU would require Microsoft to disable IE if the user decided to install a different browser, such as Mozilla's Firefox or Google's Chrome. Microsoft had no comment when asked to confirm whether Windows 7 will let users dump IE8 or whether the option was in reaction to the EU charges."

12 of 474 comments (clear)

  1. At last! by symbolset · · Score: 5, Funny

    A compelling feature to drag people away from XP.

    Now only if it included a utility to uninstall Windows...

    --
    Help stamp out iliturcy.
    1. Re:At last! by dudpixel · · Score: 5, Interesting

      disclaimer: i dont currently use ubuntu....but have used it in the past

      i'm not sure why people think ubuntu is any more bloated than any other mainstream linux distro. They run the same software stack and if you listed the running processes when you reached the GUI you'd probably find most mainstream linux distros are much the same.

      Most linux distros including ubuntu are built from the same standard components, and sometimes there are modifications made such as improvements to specific software and also corporate branding on images etc.
      Such modifications are usually minor in comparison to the original software, and its doubtful that they add much to the memory footprint or speed of the OS as a whole...generally speaking.

      Please identify the 'cruft' you refer to in ubuntu and I'll happily be proven wrong.

      --
      This seemed like a reasonable sig at the time.
  2. Confucius say by Profane+MuthaFucka · · Score: 5, Funny

    Man who remove Internet Explorer but not Windows is a little like Lance Armstrong: still one Ballmer remaining.

    --
    Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
  3. Re:what about accessing windowsupdate via browser? by saleenS281 · · Score: 5, Informative

    ...you don't use the browser for updates anymore. You haven't since XP.

  4. Re:You can already do this ... by Anonymous Coward · · Score: 5, Informative

    Read the article. They state that iexplore.exe is gone.

    Sure, some libraries will stick around. They have to, otherwise a lot of applications will break. You can't "decouple" a dependency from applications without breaking them. But IE was never integrated into the kernel; it was integrated into the shell. I know that doesn't jive with your particular interpretation of the definition of an "operating system", but that is the reality of the situation.

  5. Re:Disable IE? by girlintraining · · Score: 5, Insightful

    Me installing firefox does NOT mean I want IE disabled.

    Ah, you may like it to be there. Not everyone does. And that's the crux of the matter... Having the freedom to choose. Which of course nobody cares about when they choose to go with the majority. Fortunately, the EU understands that the rights of minorities are more important.

    --
    #fuckbeta #iamslashdot #dicemustdie
  6. Re:You can already do this ... by broken_chaos · · Score: 5, Informative

    The kernel isn't the operating system. That's the basis of the GNU/Linux vs. Linux debate.

    That said, this seems to be functionally comparable to deleting the Safari.app on a Mac - the application is gone and cannot be launched, but the rendering engine sticks around because it's used elsewhere in the operating system for other tasks.

  7. Re:You can already do this ... by Ilgaz · · Score: 5, Interesting

    That was what people were saying for ages. There is almost no way to remove mshtml (the real ie) from an up and running Windows OS.

    It was possible, one Aussie teacher made a state of art .inf file and called it Win98 lite. It was even mentioned in court by judge. In fact, it could impress anyone since the speed of OS actually skyrocketed.

    MS was unhappy of course and they built this massive IT conspiracy making sure it will never happen again and they would easily say ''Order us to remove? Well, see what happens when it is removed''. With lazy Windows developers and gecko.dll never stabilizing enough like todays Firefox or Apple Webkit, the plot worked fine.

    If one installs Windows of any kind today, he should never pass any IE updates since it is there, working and massively linked even by Microsoft's most die-hard rivals.

  8. Re:Why remove it alltogether? by Hooya · · Score: 5, Funny

    > ... 6 apps that I have that will break, off the top of my head.

    You may want to move your head out of the way - you're liable to get a concussion.

  9. Re:Why remove it alltogether? by chromas · · Score: 5, Insightful

    So then everyone has to distribute an engine with their apps or assume everyone has a net conection? Which engine? Will I end up with three or four render engines on my Windows desktop just like I have Qt, GTK+, GTK2 and whatever else on my Linux ones? Reminds me of all the software discs with "IE4 included!"

    How about the option to remove the network stack or the window manager? The file manager? MS has a monopoly on file managers because Win comes with one preinstalled! To me, it's all part of the product they're selling, so I shouldn't complain if it comes with whatever feature they sold to me(bugs aside).

    Obligatory car analogy: I think Ford should stop selling cars with alternators. Other parts of the car rely on having electricity to run, but what if I don't like the one they sold to me in my car?

    Maybe MS should just improve the quality of its rendering engine.

  10. Re:rm -rf / by Megatog615 · · Score: 5, Funny

    Cool! I think I'll try for myse

  11. Another bit of lore in danger of being lost by SL+Baur · · Score: 5, Interesting

    This is a "bug". Under recent POSIX revisions this is now considered incorrect behaviour (something about trying to follow "/." and "/.."):

    http://blogs.sun.com/jbeck/entry/rm_rf_protection

    I didn't realize that had been changed recently. How sad. Another bit of Unix lore that only us old-timers will get to experience.

    By their argument, `cd /; rm -rf .' still ought to work. Sigh. That lacks the drama, the feeling, the intensity of slamming down the return key knowing you're about to delete every file on the system. :-)

    Supposedly Debian (from Sid onwards) also does not allow 'rm -rf /'.

    Pathetic. But at least you get the source to rm(1) so you can fix that bug - or write your own, it's not that hard.

    Now, get off my lawn.