[转载]The Software That Thinks It Owns Your Computer

| 0 Comments | 0 TrackBacks | WebBlog Articles

The Software That Thinks It Owns Your Computer
Posted by Lincoln Spector
Friday, October 07, 2005, 01:09 PM (PST)

Malicious software like viruses and spyware intentionally hurt our PCs. But arrogant software does it without trying. It just assumes that your computer’s sole purpose is to run that particular program, and treats your Windows installation accordingly—placing icons for itself on the desktop and the Quick Launch toolbar, grabbing file associations to insure that double-clicking a file would never launch a competitor, and making sure that a piece of itself loads into RAM with every boot.

And then they don’t properly uninstall.

We all have arrogant software (or arroware) stories to tell. I’d like to hear some of yours. If you don’t have any, try installing QuickTime, RealPlayer, Norton Internet Security, and Quicken; you’ll have plenty.

To see what arroware you’ve got on your PC, just look in the system tray. The worst thing about arroware? A systray icon isn’t just a shortcut, it’s a running program. That means it’s using RAM and other resources, potentially slowing your machine and increasing the likelihood of conflicts and incompatibilities. That’s an acceptable tradeoff for your firewall or antivirus program, which really must be running at all times, but do you need it for your accounting program? Or each of your five media players?

Of course, if you’re sufficiently Windows-savvy, you can use msconfig to turn off unnecessary autoloading programs. Or can you? Unchecked autoloaders have a way of turning up again, checked and autoloaded. After all, these programs’ designers must reason, you couldn’t have intentionally unchecked the world’s most perfect program.

If a program is sufficiently arrogant, you may be tempted to remove it. Good luck. When you install arroware, it sinks its teeth deep into the Windows Registry. Of course the program has an uninstaller—all Windows programs have uninstallers—but arrogant uninstallers don’t really believe that you want to remove their programs. They generally remove the program’s functionality, but the harm that it’s done is left behind.

Properly removing arroware is a maddening experience, but venting your anger helps. Tell us about your run-ins with arrogant software.

引用通告|TrackBacks (0)

本日志的TrackBack URL: http://easun.org/cgi-bin/mtos/tb_mt_41.pl/41.

发表该文评论|Leave a comment

最近发表|Recent Entries

[MT Tips]如何让某个日志在Blog首页固顶?

貌似最简单的办法就是修改日期到一个很遥远的日期,比如 AnySQL 那样:) 但是带来的问题的很多,比如导致Feed阅读器犯糊涂或者影响搜索引擎的收录等等,更糟糕的是对于 日志来说,最主要的就是发布日期。也许大家都已经发现了,我的主页模仿 MT Forum 搞了一个固顶日志(也是为了风格统一)出来,这个固顶日志是后台通过自己设置实现的。是怎么设置的。答案是利用 <mt:Entries> 的tags 功能。 具体概念代码如下:<mt:Entries tag="@top" sort_by="authored_on" sort_order="descend" limit="1" blog_ids="1,5"> dosthing.....</mt:Entries> 这样我们只要要在固定的主题 加上…

北京 Perl Workshop 2008 网站开张 - 接受大会注册,演讲报名

网站开张了, 地址是 http://conference.perlchina.org/bjpw2008/ 由 PerlChina 和 Postgresql China 合办,2008 年 11 月 8 号举行的 Beijing Perl Workshop 是一个免费的 Perl 交流会,向所有对…

好玩的 MT Forum 的按作者归档

Perl Forum 用 MT4 的 MT Forum 的功能搭建起来了好几天了,一直没有发现什么意外,今天突然发现 按作者按月归档 貌似找完了整个发布完的 Perl Forum 也没有找到 link ,查看作者个人信息貌似也没有 link ? 真是好玩的 归档方式。从后台看,给每个用户(作者)都建立了按月的归档页面,估计是为了便于各用户归档自己的文章吧? 后台抓图如下:…