Indeed, for anyone brand new to Windows 8, anyone who's already familiar with an earlier version of Windows, that tile-based interface can be startling, confusing, and ultimately very frustrating.
Can you learn it? Sure. Should you have to? No. With a few simple steps, you can make your new Windows 8 PC much more familiar, both in look and operation.
1. Forget that Metro exists
Windows 8 may boot to its fancy new digs, but you've got work to do. For now, I recommend switching to Desktop mode (which might as well be called "Windows 7 mode"), where it's much easier to install and access your favorite software.
You can return to Metro anytime you want to learn your way around, mess with apps, and so on. But during this transitional period, stick with Desktop.
To get there, just click the Desktop tile which should be in the lower-left corner of your tile collection), or press Win-D (that's the Windows key and letter D).
2. Install a Start button
Once you get to the Desktop, you'll notice there's no Start button. Rumor has it Microsoft's forthcoming Windows 8 update will give you the option of restoring it, but until then, third-party software to the rescue.
I'm partial to Win8 StartButton, a free utility that gives you a choice of Start-button themes (including all the old favorites). That's one huge hurdle overcome.
3. Boot straight to Desktop
In keeping with that whole forget-Metro-exists philosophy, I recommend booting straight to Desktop mode. That saves you the hassle of having to land in Metro, then click the Desktop tile.
If you're new to Windows 8, I suspect you're finding certain things confusing. (Never mind the lack of a Start button; that's been covered to death.)
For example, if you're using the Metro UI (i.e. the new Start screen with all the tiles), you've undoubtedly installed some apps. That's half the fun, right?
Okay, but what happens when you want to remove an app? It's not immediately obvious. If you pull up the Charms Bar and tap Settings, no help there. If you tap the Change PC settings link, you'll find no uninstaller there either.
Well, there's always good old Control Panel, right? Wrong: When you get there, you'll see that apps aren't listed. Guess they're not "programs" in the traditional sense.
As it turns out, if you're operating Windows 8 with a mouse, it's a snap to uninstall an app: Just mouse over its tile, right-click, and then choose Uninstall from the options toolbar that appears at the bottom of the screen.
With Windows 8 pushing a “touch-first” desktop interface—Microsoft’s words, not ours—and with Valve’s Steam on Linux beginning to bring much-needed games and popular attention to the oft-overlooked operating system, there’s never been a better time to take Linux out for a test drive.
Dipping your toes into the penguin-filled waters of the most popular open-source ecosystem is easy, and you don't have to commit to switching outright to Linux. You can install it alongside your current Windows system, or even try it without installing anything at all.
Ubuntu is the most popular Linux distribution for desktop and laptop Linux users, so we’ll focus on Ubuntu throughout this guide. For the most part, Ubuntu just plain works. It sports a subtle interface that stays out of your way. It enjoys strong support from software developers (including Valve, since Steam on Linux only officially supports Ubuntu). And you can find tons of information online if you run into problems.
Windows 8's tile-based interface puts a bold new spin on the familiar Windows interface—so bold that many long-time Windows users are threatening to jump ship to another operating system rather than learn Microsoft's "modern" UI. Of course, you'll still find yourself in foreign territory even if you actually follow through and make the jump. Installing a new operating system is easy, but wrapping your head around an alien environment can be more difficult, even if you're using a comparatively user-friendly OS like Ubuntu Linux.
Luckily, Linux is customizable—much, much more than Windows. In fact, if you're having trouble with the transition (or plopping Ubuntu on a parent's PC), you can tweak and tune the OS to feel pretty darned close to the Windows environment you've forsaken.
I’ll go through two methods here. One adapts Ubuntu’s default Unity desktop to make it feel slightly more like Windows, while the other entails a bit more work and a different desktop interface entirely to create a truly Microsoft-like experience.
In a world exploding with tablets and touchscreens, Microsoft's decision to saddle Windows 8 with the finger-friendly Modern interface formerly known as Metro makes a lot of sense—for Microsoft. But if you're among the majority of Windows users who aren't using a tablet or a touchscreen, the focus on Live Tiles and mobile-centric apps is more of a frustration than a feature. Vexingly, Windows 8 is riddled with sneaky ways to drag you out of the desktop and dump you on that shifting, shiny Start screen.
Windows 8 and its controversial interface will come preinstalled on practically every computer sold over the next few years, but fear not! Die-hard desktop jockeys don't have to learn to stop worrying and love the Live Tiles.
Here's a step-by-step guide to banishing the Modern interface from your Windows 8 life. Once it's gone, you might just come to appreciate Windows 8 even more than you do Windows 7. I have.
Freeing the way for independent Linux distributions to be installed on Windows 8 computers, the Linux Foundation has released software that will allow Linux to work with computers running the UEFI (Unified Extensible Firmware Interface) firmware.
The Linux Foundation Secure Boot System solves a fundamental problem for many Linux distributions, by providing a way for a Linux-based OS to run on new hardware controlled by UEFI firmware, also known as "secure-boot" technology.
"The Linux Foundation wishes not only to enable Linux to keep booting in the face of the new wave of secure boot systems, but also to enable those technically savvy users who wish to do so to actually take control of the secure boot process by installing their own platform key," wrote Linux Foundation technical advisory board member James Bottomley,who led the development of the bootloader, in a statement.
As a potential replacement to the long-used BIOS firmware, UEFI is an industry initiative to secure computers against malware by designing the computer's firmware to require a trusted key before booting the operating system, or any hardware inside the computer, such as a graphics card.
UEFI would provide a foundation for a chain of trust that would connect all the way up to the software layer, which could thwart attempts to install illicit, and harmful, software on computers.
Windows 8
Microsoft requires UEFI on all machines running Windows 8. While OEMs (original equipment manufacturers) have the option of providing a way to turn off UEFI so other OSes can run on the machine, many in the Linux community fear that OEMs will not provide a UEFI off-switch, thereby not allowing other OSes without a key to run on these machines.
A generic Linux distribution will not run on a Windows 8 computer without keys.
"In secure mode ... the platform will only execute EFI binaries signed with a key that is whitelisted in the UEFI secure boot signature database," Bottomley explained.
The latest releases of many major Linux distributions now include a bootloader or a shim of some sort to work with UEFI, including Ubuntu 12.10 and Fedora 18. This UEFI requirement, however, has been seen as a roadblock for those who like to create their own distributions of Linux. The Linux Foundation bootloader provides a hash code, certified by Microsoft, and support infrastructure to boot a generic Linux kernel.
"We have in place a protocol where Microsoft is happy for us to hand off from the initial Microsoft signed EFI binary load to a separately verified EFI binary chain, which the individual distributions control," Bottomley wrote.
Other efforts
This is not the first approach someone in the Linux camp has devised for working with UEFI. Security developer Matthew Garrett released his own shim last year.
A shim is different from a bootloader even though both override the UEFI security system to load Linux. Garrett's shim is hardcoded to work with a specific generic bootloader, called elilo, that boots the Linux kernel.
UEFI
The Linux Foundation bootloader, which Bottomley said technically is more of "a preloader," can work with any generic Linux bootloader. "We did this because our mission is to enable any bootloader in the Linux ecosystem to work with secure boot," Bottomley said.
Garrett and Bottomley are discussing the possibility of merging Garrett's shim with the Linux Foundation's bootloader. Garrett helped Bottomley create the bootloader, as did other developers from the Linux Foundation, Red Hat, and Canonical.
UEFI has proved to be a challenge to implement even for Microsoft Windows. Garrett also reported that certain Samsung laptops running Windows 8 could permanently stop working due to a bug in how the Samsung firmware stores system crash data in the UEFI storage space.
To further optimize Windows 8 on older hardware, we recommend disabling as many unnecessary startup items and services as possible, disabling any unused hardware, and turning off any nonessential Live Tiles.
Turning off Live Tiles couldn’t be any easier. On the Start Screen, simply right-click on any Live Tile and select the option to turn it off. By default, Windows 8 launches with the Sports, Travel, Finance, News, Mail, Bing and Weather live tiles all active. If there are any you can live without, disable them to prevent Windows 8 from constantly fetching data and updating them.
After a clean installation on an Asus Eee PC, Windows 8 would launch with 34 running processes and consume 30% (.6GB) of available memory.
Microsoft has made a point of advertising the performance enhancements and optimizations being made to Windows 8. Although Windows 7 was well received and typically offered better performance and stability than its much-maligned predecessor, Windows Vista, Microsoft had some loftier goals in mind for the jump to Windows 8.
Although it’s too early to confirm that Microsoft has achieved all of their goals, it appears they're on the right track. Windows 8 has generally been an improvement over Windows 7 on the few systems we've installed the RTM release on: they boot up and shut down quicker, for example, and overall performance seems faster. This makes sense, because the new OS is built to boot and shut down faster than previous editions, use less memory and disk space, consume fewer combined processor and GPU resources, and accommodate a wider range of devices and screen sizes.
The Windows 8 file manager, task manager, and even the setup process itself has been optimized; the ultimate goal for these improvements is to enhance performance and minimize resource consumption, which in turn would lower power consumption and potentially improve battery life on laptops, tablets and other mobile devices. So while it's not terribly expensive to build a new PC tuned for Windows 8 (check out our guide to building a speedy Windows 8 PC for under $500) you might want to try installing it on your old PC first and implementing a few of the tricks and tweaks we've learned from testing Microsoft's latest operating system.
Touting the new Windows 8 Start screen, Larson-Green said that in the past Windows users worked at a desktop with a monitor. In her view, people typically launched one window, put it away, and then launched another window. But in Windows 8, all the apps and windows you might want to launch are visible through Live Tiles.
"Instead of having to find many little rocks to look underneath, you see a kind of dashboard of everything that's going on and everything you care about all at once," Larson-Green said. "It puts you closer to what you're trying to get done."
It's no secret that Windows 8 is designed with touch screens in mind. Larson-Green sees that as simply a "natural way to interact." After using a touch-screen device, even people still using the mouse and keyboard on a regular desktop may find themselves reaching out to the screen to try to move something with their finger.
And touch screens are the future, in her opinion. Though she concedes that there will always be some PCs without touch screens, she believes the majority will be touch-enabled.
Ahh, Windows 8. If you’ve decided you're ready to plunk down your hard-earned cash to give this modern UI a shot, you'll want to spend a few minutes considering just how you take your first steps into the Windows 8 experience.
You have three ways to install Windows 8 after you’ve purchased it: (a) Run it as a virtual machine on your current operating system; (b) dual-boot it alongside your current operating system; or (c) perform a full install and overwrite the OS you're currently rolling with. While the installation methods vary in complexity, all three are within the grasp of even Windows novices, and each brings its own pros and cons to the table.
This week Hewlett-Packard offered a few good reasons to consider a Windows 8 laptop over a MacBook.
Those arguments are embodied in an upcoming 3-pound HP EliteBook Revolve business ultrabook "convertible" that was announced this week.
The MacBook Air is a fine design (I use one every day) and the new 13-inch Retina MacBook Pro is an even better design. But the Apple way isn't the only way. Here are three features that the MacBook ain't got.
Built-in 4G: The EliteBook Revolve offers built-in 4G LTE or HSPA+. Wi-Fi-only MacBooks are getting a bit stodgy. It's almost 2013. 4G should at least be optional on a MacBook.
Let's put it this way, if 4G is an option for the iPad, why not for a tiny 2.4-pound MacBook Air? And if HP is including it in an ultrabook like the Revolve, you can bet there's a reason: some of HP's business customers are demanding it.
And sharing plans make it feasible to share 4G data across multiple devices now.
Touch screen: I've said this before and I'll say it again. Touch is de rigueur for any mobile device now. And two years from now, a portable device without a touch screen will be an anachronism. Like a keyboard without a mouse.
Fact is, HP offered a touch-screen tablet long before the iPad. Unfortunately, it was saddled with Windows XP. And HP (and Microsoft) could never see beyond the stylus as an input medium.
Docking station: I used HP docking stations for years (which the Revolve includes). They were a godsend. When you need to pick up and run, it's just a matter of popping the lappy out. No disconnecting and reconnecting cables.
Yeah, there are plenty of third-party docking stations out there, but nothing beats a dock spec'd by the PC maker.And good docking stations (like those from HP) offer every port under the sun. So by plugging into the dock, you get the range of ports typically found only on desktops.
Why? Because the dock's design starts on the laptop: high-speed, well-placed docking connectors must be conceived first on the laptop, then the dock design follows.
Like I said, I like my MacBook -- a lot. But its limitations can feel claustrophobic on days. Especially when compared with some of the emerging Windows 8 competition.
But that's what competition is about. Apple is only one company. The Windows 8 crowd comprises scores of companies with plenty of good ideas of their own.
A few days ago, Tami Reller, Microsoft's chief marketing and financial officer for Windows, announced that the company had sold 40 million Windows 8 licenses since October 26 -- the day the new operating system launched. All puns aside, on the surface that seems pretty impressive, but recent articles by CNET and others indicate a much shakier start for Windows 8and the hardware hinged to it.
According to NPD, unit sales of Windows PCs in retail stores in the U.S. fell 21 percent in the four-week period of October 21 to November 17 compared with the same period a year ago. And sales of Windows tablets have been "almost nonexistant" (less than 1 percent of all Windows 8 device sales).
Windows 8 was supposed to jump-start sales of PCs, not help them drop off. So what's wrong?
Well, plenty. Microsoft, of course, is a huge company that's flush with cash. It can afford to make mistakes. The 8-figure kind. And making them it is.
With that in mind, I've put together a little "best of" list of Microsoft's faux pas. Feel free to agree or disagree and add your own items to the list (yes, there are more, but I figured eight was enough).
Losing your USB flash drive before a big presentation is a terrible way to start a Monday. Losing a drive that also contains valuable personal data or confidential company information will ruin your whole week—and maybe your career. Luckily, Windows users can easily hedge their bets against such disasters by using the free BitLocker To Go utility to quickly encrypt portable drives.
One of the best-kept secrets of Windows 8, BitLocker To Go is the latest incarnation of an encryption tool that's been included with select versions of Windows since Microsoft first introduced BitLocker disk encryption with Vista, way back in 2007. Like most encryption utilities, BitLocker protects your data by making it unreadable or inaccessible without a password or some other form of unique key. To secure the data, BitLocker uses an AES (Advanced Encryption Standard) encryption algorithm with a 128-bit key plus a data-mixing algorithmic function (known as an Elephant diffuser) for disk-related security features not offered by AES alone.
BitLocker To Go can be enabled in the new Windows 8 UI by searching for the feature or via File Explorer while in Desktop mode.
Not only does BitLocker give users the ability to encrypt their OS volume to prevent access to a system and the data stored on it, but a feature called BitLocker To Go (introduced with Windows 7) enables encryption of externally attached portable drives. It uses the same encryption technology, but instead of protecting an OS volume, it’s designed to secure data stored on a portable drive, such as a USB flash or hard-disk drive. And with Windows 8, Microsoft has updated BitLocker To Go with some new features that make it faster and easier to use than ever before.