每日英语:How To Survive The Windows XPiration Date
The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cotton-candy clouds above rolling hills with impeccably trimmed grass and daffodils -- is the spring day we wish could last forever.
rolling hills:起伏群山 impeccably:无可挑剔地 trimmed:修整过的,平衡的 daffodils:水仙花
And fittingly, many people wish the operating system would last just as long. Introduced in 2001, Windows XP became so successful that Microsoft extended its support for an industry record of 12 years. Yet come April 8, XP's sunny day is over.
At that time, Microsoft will cut off all user support and halt security updates, leaving the software vulnerable to newly discovered attacks. XP computers will still work, but the 'Bliss' background image will just be a facade. The operating system will no longer be a safe place to work or play.
vulnerable:易受攻击的 facade:正面,表面
'Our guidance is that you need to get off XP. It's really that black and white,' says Tom Murphy, Microsoft's spokesman handling the end of XP support. The company's party line is that Windows 8.1 -- the latest in Microsoft's foray into touch-friendly interfaces -- is a 'fully modern operating system.'
Since Windows XP first gained popularity, other alternatives have arisen. There's Windows 7, of course, and offerings from Microsoft's rivals, Apple and Google. Where is the best place for an XP refugee to go? I've been weighing each option.
Moving to Windows 8.1
If you have any doubt that Microsoft wants everyone to move to Windows 8.1, just visit amirunningxp.com. Designed to detect if users are running Windows XP, the site immediately suggests XP users upgrade to Windows 8.1 or buy a new Windows 8.1 computer.
Lots of computers from the age of XP can technically run the latest version of Windows. You just need a 1 GHz processor, 1 GB of RAM and 16 GB of hard drive storage. The biggest catch is your display has to have 1024 x 768 resolution. You can download the Windows Upgrade assistant to see if your system meets the requirements.
The Windows 8.1 upgrade DVD costs $120, and Microsoft has teamed up with a backup service called Laplink to offer a free and easy way to transfer files.
If you don't meet the system requirement, or view the upgrade process as a hassle, you could, of course, buy a new machine. But I am ambivalent to recommend Windows 8.1 to XP users. Microsoft revamped Windows, replacing the beloved classic desktop with a Start Screen of tiles that point to programs, files and services. You can still get to the desktop (there's a Desktop icon), but there's no Start menu in the corner.
hassle:困难,麻烦,争论 ambivalent:矛盾的 revamp:改进,翻新
Windows 8.1 is better than the original Windows 8 when it comes to the mouse and keyboard, and a forthcoming update will bring even more mouse-friendly enhancements, such as a close-window button inside apps. Ed Bott, Microsoft watcher and author of many Windows guides, says people should make the jump to 8.1, and that the next updates will make the system more similar to Windows 7.
forthcoming:即将来临的
Moving to Windows 7
Still, Windows 8.1 may be a radical change of pace for old-school Windows lovers, which is why I think Windows 7 makes a lot more sense for XP exiles.
Despite Microsoft's arguments that 8.1 is faster, safer and more reliable than Windows 7, everything in 7 is mostly in the same place as it was in Windows XP. You'll find the traditional desktop, the trusty Recycle Bin and the Start Menu.
The problem is that, in its Windows 8 push, Microsoft has made Windows 7 harder to come by. But there still are two main ways to get it. The first and best choice is to buy a Windows 7 laptop or desktop from select manufacturer websites, including Acer, Dell, Hewlett-Packard and Lenovo. They aren't featured prominently, but go digging in the business-products sections of the companies' sites and you'll find them. Microsoft and the PC makers still provide support, too. Dell's Latitude 330 and Acer's Aspire V3 are both good choices under $700.
prominently:显著地
If you don't want to buy new hardware, things get trickier. Microsoft doesn't sell box copies of Windows 7 anymore. And if you buy the $99.99 version sold by online computer suppliers like Newegg, you don't get Microsoft support. You will get security updates until 2020, however.
Moving to a Non-Microsoft Camp
Of course, there are other places to go if you venture outside of the world of Microsoft.
If you're willing to spend more money than the average Windows PC, there are Apple's Mac computers, which run OS X. That system will take some learning, but once you get the hang of it, it has a ton of great features. Apple also offers free classes for new Mac users at its stores.
Chromebooks tend to be cheap since they just run Google's browser. If you just need email and the Web, Acer's C720 Chromebook is plenty powerful -- and only costs $200.
For the extreme computer literate, there are Linux options like Ubuntu, which run fine on older Windows XP computers. However, installing Linux requires patience and many popular programs won't work there.
You're best bet is to buy a Windows 7 computer. Whatever path you do choose, don't be sad: You can always bring that perfect spring day wallpaper with you.
每日英语:How To Survive The Windows XPiration Date的更多相关文章
- 每日英语:Upgrade Your Life: How to speed up your PC (or Mac)
Is your desktop or laptop computer starting to feel a little poky? Even after just a few months of u ...
- 每日英语:Six Ways to Modernize Your Car
AS AUTO MAKERS ADD far-out features to the latest cars at warp speed--everything from futuristic hea ...
- 每日英语:China Pipeline Explosions Kill 52
BEIJING—The death toll from a pair of oil pipeline explosions on Friday in the eastern China port ci ...
- 每日英语:The Most Destructive, Unpredictable Force in Tech
What's the most destructive force in the tech world, the thing that has nearly killed BlackBerry, pu ...
- 每日英语:A New Recipe for Innovation That Feeds the Whole Organization
The world is a fast and dangerous place. To survive a company must innovate. Many organizations look ...
- 每日英语:Cyclists Live Six Years Longer
Cycling does the body good. New data from Tour de France cyclists finds that those athletes live an ...
- 每日英语:Does Evolution Want Us To Be Unhappy?
Samuel Johnson called it the vanity of human wishes, and Buddhists talk about the endless cycle of d ...
- 每日英语:China's Bad Earth
In Dapu, a rain-drenched rural outpost in the heart of China's grain basket, a farmer grows crops th ...
- 每日英语:Online Education a New Frontier in China
In a country as obsessed with education as China, it makes sense that online teaching has huge poten ...
随机推荐
- poj 1579 Function Run Fun 【记忆化递归】
<题目链接> 题目大意: 给出一些递归式,直接套用这些递归式计算. 解题分析: 递归式已经由题目明确说明了,但是无脑递归铁定超时,所以此时,我们需要加上记忆化,对于那些已经算过的,就没有必 ...
- python套接字编程基础
python套接字编程 目录 socket是什么 套接字的工作流程 基于tcp的套接字 基于udp的套接字 socket是什么 客户端/服务器架构(C/S架构) 服务端:提供服务的一端 客户端:请求服 ...
- C#窗体向另一个窗体实时传值及传值问题
C#窗体向另一个窗体实时传值 另外的传值方法:
- [NOIp2010提高组]关押罪犯
OJ题号:洛谷1525 思路:贪心. 先将所有的人按怨气值从大到小排一下,然后依次尝试将双方分入两个不同的监狱,如果失败(即已分入相同的监狱),则输出这个怨气值. #include<cstdio ...
- oracle级联删除
oracle级联删除可以使用触发器来实现,但是比较麻烦,最简单的就是直接建立表的主外键关系,给列设置级联删除. ------创建了CLASS表,并设置ID字段为主键. -- Create table ...
- spring源码分析系列 (3) spring拓展接口InstantiationAwareBeanPostProcessor
更多文章点击--spring源码分析系列 主要分析内容: 一.InstantiationAwareBeanPostProcessor简述与demo示例 二.InstantiationAwareBean ...
- c++以代理的方式来实现接口化编程
假如你项目代码本身已经实现了很多的实体类,但并未采用接口,可以考虑以这种方式来实现接口化编程 struct ITest { virtual void Test()=0; }; class CTes ...
- CentOS禁止packagekit离线更新服务的办法
以CentOs7为例,以root身份登录系统,然后执行以下命令: [root@localhost ~]# systemctl disable packagekit-offline-update.ser ...
- 使用BFG移除git库中的大文件或污点提交
- ASP.NET 网站管理工具
ylbtech-Miscellaneos:ASP.NET 网站管理工具 1. 网站管理工具概述返回顶部 网站管理工具概述 介绍 使用网站管理工具,可以通过一个简单的 Web 界面来查看和管理网站配置. ...