Windows can associate multiple programs with various file extensions (.docx, .jpg, and so on), with only one program being the default application--the one that opens when you double-click the file. Somehow, on your PC, Windows has the wrong program associated with that particular file type.
And believe me, you don't want your files associating with the wrong type of application.
Showing posts with label Windows XP. Show all posts
Showing posts with label Windows XP. Show all posts
Aug 6, 2010
Jul 2, 2010
How To Clean Up System Restore
Microsoft's built-in System Restore for Windows XP, Vista, and 7 have saved me a lot of trouble in fixing computer problems, provided the system can still successfully run in Safe Mode at least. But on times of malware or virus infection, System Restore is not a good idea. And it is a good practice to delete all previous restore points after removing the virus and malware so that you won't accidentally bring them back. Here's how...
May 21, 2010
How To Take Control of Recycle Bin
When you "delete" a file, Windows doesn't actually delete it; the OS moves the file to the recycle bin. That way, if you change your mind, you can easily recover it.
You pay for this safety net in hard drive space. A file in the recycle bin takes up as much room as it did beforehand, albeit only temporarily.
You can control how large the Recycle Bin gets before it starts actually deleting the files inside it. You can also turn it off, so that Windows truly deletes files when you click Delete. That's kind of dangerous, however, for obvious reasons.
You pay for this safety net in hard drive space. A file in the recycle bin takes up as much room as it did beforehand, albeit only temporarily.
You can control how large the Recycle Bin gets before it starts actually deleting the files inside it. You can also turn it off, so that Windows truly deletes files when you click Delete. That's kind of dangerous, however, for obvious reasons.
May 9, 2010
Fix Windows Time Sync Problems
Windows 7 may be the best Windows yet, but it suffers from the same annoying problem that plagued Vista and even XP: Its clock doesn't keep good time.
That's because the default time server Windows uses to fetch the current time, well, bites. I don't know if this is because of server overload or what (obviously there are a lot of Windows systems out there, all looking for a clock fix), but I'm tired of getting the same cryptic error when I try to sync manually.
Ah, but there's a fix. If you're trying to get your system to keep better time, try this:
May 1, 2010
How To Hide The Desktop Icons
Personally, I think hiding all your icons permanently is a great way to go. It trains you to use the different shortcut keys and search optimizations that Windows has to offer.
And most importantly, desktop icons don't clutter the screen and you can enjoy seeing that beautiful wallpaper you set. ^^
Click below to view the instructions:
And most importantly, desktop icons don't clutter the screen and you can enjoy seeing that beautiful wallpaper you set. ^^
Click below to view the instructions:
Labels:
Tips and Tricks,
Windows 7,
Windows Vista,
Windows XP
Apr 23, 2010
Microsoft Fix It for Win XP and Vista
Microsoft's Fix It software, which tries to automatically figure out what's wrong with your computer, is now available for Windows XP and Vista.
The software is in beta, and can run diagnostics for 300 common problems with Windows. When you run Fix It, you'll see a list of things to examine, such as display quality, performance, and incoming connections. Clicking the "run" button next to each item launches an automatic troubleshooter. Each one only takes a minute or two.
The software is in beta, and can run diagnostics for 300 common problems with Windows. When you run Fix It, you'll see a list of things to examine, such as display quality, performance, and incoming connections. Clicking the "run" button next to each item launches an automatic troubleshooter. Each one only takes a minute or two.
Labels:
Announcement,
Software,
Troubleshooting,
Windows Vista,
Windows XP
Apr 22, 2010
Steps to Recover from Mcafee Update Bug
Someone's going to look for another job at McAfee for deploying the buggy definition file that detected "False Positive" signatures of the W32/Wecorl.a virus. It reportedly affected millions of computers worldwide. Fortunately, McAfee provided instructions to correct the problem...
Apr 16, 2010
Discontinued Support for Windows XP
First of all, it will have had more than 12 years of updates and security patches by then. That will almost certainly make it more secure and stable than whatever version of Windows is the current new thing.
And remember that malware changes faster than operating systems. The threats you'll have to worry about in 2014 (when Microsoft discontinues support) won't be written to take advantage of holes in an outdated, obsolete operating system that few people are still using.
Feb 18, 2010
How To Transfer Browser Bookmarks to Another PC
The procedure is different for every browser so I'll just point out the steps for the most common browsers.
Internet Explorer:
This is a simple matter of moving the contents of your Favorites folder from one computer to another. It's best to do this with IE closed.
In the old computer, create a new folder, either inside a shared folder (one that can be accessed by other computers on the network), or on an external drive (such as a flash drive). I'll call that folder Transport, although you can give it another name. Open the Transport folder.
Next, select Start (Start, then Run in XP), type favorites, then press ENTER. This opens your Favorites folder. Press CTRL-A to select everything in it, and drag it all to the Transport folder. If you're asked if you want to do something, you do.
On the new computer, open the Transport folder (which will require you to either access the network or plug in the external drive). Then open the Favorites folder as described above. Drag everything from Transport to Favorites.
Firefox:
On the old computer, launch Firefox and select Bookmarks, then Organize Bookmarks. In the resulting Library window, select Import and Backup, then Export HTML. Save the file to a shared folder or an external drive (such as a flash drive).
On the new computer, gain access to the HTML file you just created by logging onto the network or plugging in the external drive. Then, in Firefox, once again select Bookmarks, then Organize Bookmarks. Select Import HTML and follow the wizard.
Chrome:
On the old computer, in Chrome, click the Tools icon (it looks like a wrench) and select Bookmark manager. Once in the Bookmarks Manager, select Tools, then Export bookmarks. Save the file to a shared folder or an external drive (such as a flash drive).
On the new computer, gain access to the HTML file you just created by logging onto the network or plugging in the external drive. Click the Tools icon and select Bookmark manager. Once there, select Tools, then Import bookmarks. It's all pretty obvious from there.
Labels:
Software,
Tips and Tricks,
Windows 7,
Windows Vista,
Windows XP
Oct 30, 2008
How To Diagnose Computer Problems Using Event IDs
Anytime your system crashes or an application freezes up, Event Viewer dutifully logs the error--but sorting through Event Viewer logs can be just as frustrating as dealing with the Blue Screen of Death. Here's a cheat sheet.
1. Start by familiarizing yourself with Event Viewer before you have a problem. It's under Start, Settings, Control Panel, Administrative Tools, Event Viewer. The utility's System node logs Windows issues (particularly networking ones), while the Application node logs issues with other software. You should not see much activity in the Security node since it is disabled by default and is used only if you have auditing turned on (which requires extra Microsoft software and ultimately doesn't help most folks anyway). Third-party apps might create more nodes, as well.
2. Events are fairly self-explanatory: The date and time of each event are logged along with its source, plus miscellaneous data about the issue. Most events will be noted as 'Information' and are generally safe to ignore. The 'Error' and 'Warning' entries are what you should concern yourself with. You can access the guts of the information by double-clicking the event to open its Event Properties page.
3. In the Event Properties window, you'll find detailed information about the error in question and a link to the Microsoft support Web site. Clicking the link will open a detail page within the Windows Help application (not your browser) for the error you're investigating. But often the information you get will tell you little about the problem, either saying no more data is available or declaring there's nothing you can do.
4. For more detail on the error types and what they mean, turn to the Web. Plug the event ID into EventID.net, or search for key phrases in the error message, and try looking for clues to your problem by using the 'Source' field in the Event Viewer log as a search term.
1. Start by familiarizing yourself with Event Viewer before you have a problem. It's under Start, Settings, Control Panel, Administrative Tools, Event Viewer. The utility's System node logs Windows issues (particularly networking ones), while the Application node logs issues with other software. You should not see much activity in the Security node since it is disabled by default and is used only if you have auditing turned on (which requires extra Microsoft software and ultimately doesn't help most folks anyway). Third-party apps might create more nodes, as well.
2. Events are fairly self-explanatory: The date and time of each event are logged along with its source, plus miscellaneous data about the issue. Most events will be noted as 'Information' and are generally safe to ignore. The 'Error' and 'Warning' entries are what you should concern yourself with. You can access the guts of the information by double-clicking the event to open its Event Properties page.
3. In the Event Properties window, you'll find detailed information about the error in question and a link to the Microsoft support Web site. Clicking the link will open a detail page within the Windows Help application (not your browser) for the error you're investigating. But often the information you get will tell you little about the problem, either saying no more data is available or declaring there's nothing you can do.
4. For more detail on the error types and what they mean, turn to the Web. Plug the event ID into EventID.net, or search for key phrases in the error message, and try looking for clues to your problem by using the 'Source' field in the Event Viewer log as a search term.
Oct 20, 2008
Tweaking With PowerToys
Microsoft offers a sizable collection of useful yet unofficial and unsupported utilities called PowerToys. Following are the essential PowerToys for any serious computer user; all are downloadable from Microsoft's PowerToys for Windows XP page.
* ClearType Tuner: Dramatically improves font legibility on some LCD screens.
* Image Resizer: Adds a new menu when you right-click a photo on your PC. Just click Resize Pictures to change an image's dimensions without opening an editor.
* Tweak UI: If you don't already have Tweak UI, get it. This essential OS tweaking tool offers more granular control over your privacy settings and operations, and even over the way you log in to your PC (plus much more). It should be one of the first things you install on any new computer.
* Alt-Tab Replacement: Adds previews of each page when you switch between open applications using-.
* SyncToy: Improves the task of synchronizing files among multiple machines, especially compared with Windows Briefcase.
* ClearType Tuner: Dramatically improves font legibility on some LCD screens.
* Image Resizer: Adds a new menu when you right-click a photo on your PC. Just click Resize Pictures to change an image's dimensions without opening an editor.
* Alt-Tab Replacement: Adds previews of each page when you switch between open applications using
Oct 7, 2008
How To Find Out What Your PC Is Really Up To
The Windows Task Manager provides a good start when you try to discover what programs are running on your system, but it's only a first step. For more-detailed data, you need another tool. Your best bet: Sysinternals Process Explorer.
Get Process Explorer for Windows v10.21 at Microsoft TechNet. It needs no formal installation; just unzip it and run the .exe file. It will then list your PC's active processes, much as Task Manager does, but with better descriptions and organization.
Interpreting Process Explorer's information is fairly straightforward (and killing processes works much as it does in Task Manager), but here are some tips to help you make the most of the utility.
- Consider adding the useful 'Handles' column to the view. Handles (a term that refers to programming methodology) are a convenient way to measure a process's resource utilization. Processes with high handle usage should be the first ones you kill when resources run low. Add the column by right-clicking in the header area and clicking the Select Columns option. Click the Process Performance tab and check the box next to Handle Count.
- Note that Handles can also be created for media-based devices like CD-R drives, which may cause errors on eject. If you can't safely eject a disk or memory card, use the Find menu to search for the drive letter followed by a colon (for example, E:), and kill that process directly.
- Instead of outright killing a process, you can suspend it (right-click on a process to see this option). This can be useful in the case of a runaway program stuck in an endless loop.
- Want to know what a program's process identification is to better tell whether it's friend or foe? Open the program, then switch to Process Explorer. In the top-right corner is a target icon (concentric circles). Click this icon and drag it onto the program you want to ID; Process Explorer will highlight the process.
Sep 18, 2008
List of Useful Boot Discs for Windows
Way back in the 20th century, Windows prepared you for the day your PC wouldn't boot. It came with a program that formatted a bootable floppy disk, complete with diagnostic and repair utilities. If you had the forethought to create that floppy while Windows was still working, you were ready when it eventually failed.
Alas, the Windows Boot Floppy went the way of DOS (the operating system it actually booted). Modern versions can't make that floppy (they can format a bootable DOS floppy--if you have the drive--but without utilities), and DOS can't handle NTFS hard-drive partitions.
Since Microsoft doesn't supply you with the ability to create an emergency boot disk, others have stepped in to fill the vacuum. Here are six worthwhile emergency boot CDs, all downloadable, and most of them free.
Yes, I know you can't download a CD. Most of these packages come as .iso files--easily burnable disc images. If you double-click an .iso file, there's a good chance that a program you already own--perhaps Nero Burning or Easy Media Creator--will come up and burn it to CD. If that doesn't happen, download and install ISO Recorder.
Know Your Rescue OSs
Since DOS doesn't handle XP or Vista repairs well, each of these discs boots into one of the following three operating systems. It's good to know a little about them.
Windows PE: The official, CD-bootable version of Windows (the PE stands for Preinstallation Environment) makes the obvious choice for this sort of thing. Unfortunately, Microsoft maintains strict control, and few utility authors have received permission to use it.
BartPE: Since Microsoft won't share its preinstallation environment, Bart Lagerweij created his own, and he gives it away for free. But to avoid copyright infringement, he can't give you everything you need to create a BartPE disc. The missing elements consist of Windows XP installation files you may or may not already have.
Linux Live CD: The name refers to any version of Linux you can download as an .iso file and boot off a CD. But Linux can be an intimidating environment for the uninitiated, it doesn't always handle NTFS well (many versions can read NTFS but not write to it), and it is seldom geared to help with Windows problems.
The Six Great Rescue Discs
So let's get on with it. I'll start with discs that simply give you access to the files on your hard drive, and work my way up to the powerhouses that can diagnose and repair most boot problems.
Puppy Linux
If Windows won't boot, nothing gets you into your hard drive faster or more easily than Puppy Linux. Puppy isn't the most powerful version of Linux by a long shot, but it's great for accessing NTFS-formatted hard drives--especially if you're not comfortable with Linux's whole mount concept. Just open the Drives window and select a drive, and Puppy will mount it for you--in read/write mode, if possible.
If Puppy succeeds in mounting the drive with read/write permissions, you not only can copy your files elsewhere, but you can also edit them. Puppy Linux comes with AbiWord, which supports .doc files, and Gnumeric, which supports .xls. And even if it mounts read-only, you can still copy the files to an external drive, most of which are formatted in the universally accessible FAT32 file system.
But be careful how you click. Actions that take double-clicks in Windows, such as opening a file, take only one in Puppy.
Price: Free
Download Puppy Linux.
BartPE
The BartPE operating system makes a pretty good boot disc on its own, getting you into Windows and letting you access your drive. It doesn't have much in the way of repair utilities, but it has chkdsk, which should probably be the first one you try. And it can run any portable Windows utility (that that doesn't require an installation) you care to give it.
Creating a BartPE disc isn't as easy as double-clicking an .iso file. You have to download, install, and run Bart's PE Builder. To create a CD, the program needs the Windows 2000 or XP installation files. One place you're sure to find them is an actual Windows installation CD-ROM. But the recovery disc that came with your PC probably doesn't have them.
Luckily, if your PC came with XP installed (and thus, not with a true XP CD), the necessary files are probably in a folder called C:\Windows\i386. But I do mean probably, not definitely. However, since the PE Builder is free, you're not losing much if it can't create a disc.
Although BartPE's program selection is slim, the PE Builder lets you add other programs to the disc before you burn it.
Price: Free
Download BartPE.
Vista Recovery Disc
It looked like Microsoft was finally going to do the right thing. Beta versions of Vista SP1 came with a modern equivalent of the old Windows Boot Floppy--a Start menu option called "Create a Recovery Disc" that burned a Windows PE-based emergency CD.
Alas, Microsoft removed that feature before SP1 shipped--but not, fortunately, before NeoSmart turned the disc into an .iso file and made it available on their site.
Running on the Vista version of Windows PE, the Recovery Disc is basically a Vista installation disc minus the install files. It even has an "Install now" button that asks for a Product Key before failing. You're better off clicking the Repair your computer button. Among its Vista-only options are a tool for diagnosing and fixing startup problems, a version of System Restore that uses restore points on the hard drive, the restore portions of Vista's backup program, and a memory diagnostic tool.
Price: Free
Download Vista Recovery Disc.
Ultimate Boot CD for Windows
This BartPE-based boot disc comes with a huge selection of tools to access your data and get your PC booting properly again. Some of them are even useful.
UBCD takes a long time to load and asks you some odd questions before it's finally up. But once it's there, you can edit the Windows Registry (yes, the one on the hard drive) in RegEdit, recover deleted files, and even run benchmarks. There are several malware scanners, four defraggers, and eight diagnostic programs (including HD Tune and Windows' own chkdsk).
This boot CD also includes backup utilities to help you salvage your files. There's a driver backup and a system profile backup whose Web-based documentation no longer comes up. And four separate image backup programs. One of those programs, DriveImage XML, I considered recommending in past articles but didn't because restoring from it requires a second Windows installation--something the program gets with UBCD.
The experience of setting up UBCD is identical to creating a BartPE disc--with the same possibility of failure. But when it works, you get a lot more.
Price: Free
Download Ultimate Boot CD for Windows.
Trinity Rescue Kit
This is the only Linux Live CD variant I've ever encountered that is intended specifically for rescuing Windows computers. As such, it's no surprise that it's a powerful and versatile repair environment.
But it's really not designed for Windows users. TRK's command line interface could humble anyone but the most devoted Linux geek.
If you take the time to read the 46-page documentation and learn the program, you'll be rewarded next time disaster strikes. Among the tools that will be at your disposal are a script that runs 4 different malware scanners, a tool for resetting passwords, a Registry editor, a program that clones an NTFS partition to another PC over a network, a mass undeleter that tries to recover every deleted file on the drive, several tools for recovering data off a formatted or dying disk, two tools for fixing master boot record repair programs, and hardware diagnostics.
Price: Free
Download Trinity Rescue Kit.
Active@ Boot Disk
Finally, we come to a boot disc that offers useful tools, is easy to use, and can be created from virtually any XP or Vista computer. The catch? At $80, it costs $80 more than the other five options put together.
Based on Windows PE, LSoft Technologies' Active@ Boot Disk offers a well-chosen collection of utilities, including image backup and recovery, a CD/DVD-based data backup program (Windows PE and Active@ load entirely into RAM, making the disc drive available for other uses), and a tool for recovering deleted partitions and files. You can change Windows passwords, wipe your hard drive, and choose between three partition managers. A Windows Explorer clone lets you copy files off of the hard drive.
You can even bring up Windows' Task Manager, although I'm not sure why you'd want to. And if you're feeling really geeky, there's even a HEX editor.
Price: $80 (ten-day free trial period)
Download Active@ Boot Disk.
Alas, the Windows Boot Floppy went the way of DOS (the operating system it actually booted). Modern versions can't make that floppy (they can format a bootable DOS floppy--if you have the drive--but without utilities), and DOS can't handle NTFS hard-drive partitions.
Since Microsoft doesn't supply you with the ability to create an emergency boot disk, others have stepped in to fill the vacuum. Here are six worthwhile emergency boot CDs, all downloadable, and most of them free.
Yes, I know you can't download a CD. Most of these packages come as .iso files--easily burnable disc images. If you double-click an .iso file, there's a good chance that a program you already own--perhaps Nero Burning or Easy Media Creator--will come up and burn it to CD. If that doesn't happen, download and install ISO Recorder.
Know Your Rescue OSs
Since DOS doesn't handle XP or Vista repairs well, each of these discs boots into one of the following three operating systems. It's good to know a little about them.
Windows PE: The official, CD-bootable version of Windows (the PE stands for Preinstallation Environment) makes the obvious choice for this sort of thing. Unfortunately, Microsoft maintains strict control, and few utility authors have received permission to use it.
BartPE: Since Microsoft won't share its preinstallation environment, Bart Lagerweij created his own, and he gives it away for free. But to avoid copyright infringement, he can't give you everything you need to create a BartPE disc. The missing elements consist of Windows XP installation files you may or may not already have.
Linux Live CD: The name refers to any version of Linux you can download as an .iso file and boot off a CD. But Linux can be an intimidating environment for the uninitiated, it doesn't always handle NTFS well (many versions can read NTFS but not write to it), and it is seldom geared to help with Windows problems.
The Six Great Rescue Discs
So let's get on with it. I'll start with discs that simply give you access to the files on your hard drive, and work my way up to the powerhouses that can diagnose and repair most boot problems.
Puppy Linux
If Windows won't boot, nothing gets you into your hard drive faster or more easily than Puppy Linux. Puppy isn't the most powerful version of Linux by a long shot, but it's great for accessing NTFS-formatted hard drives--especially if you're not comfortable with Linux's whole mount concept. Just open the Drives window and select a drive, and Puppy will mount it for you--in read/write mode, if possible.
If Puppy succeeds in mounting the drive with read/write permissions, you not only can copy your files elsewhere, but you can also edit them. Puppy Linux comes with AbiWord, which supports .doc files, and Gnumeric, which supports .xls. And even if it mounts read-only, you can still copy the files to an external drive, most of which are formatted in the universally accessible FAT32 file system.
But be careful how you click. Actions that take double-clicks in Windows, such as opening a file, take only one in Puppy.
Price: Free
Download Puppy Linux.
BartPE
The BartPE operating system makes a pretty good boot disc on its own, getting you into Windows and letting you access your drive. It doesn't have much in the way of repair utilities, but it has chkdsk, which should probably be the first one you try. And it can run any portable Windows utility (that that doesn't require an installation) you care to give it.
Creating a BartPE disc isn't as easy as double-clicking an .iso file. You have to download, install, and run Bart's PE Builder. To create a CD, the program needs the Windows 2000 or XP installation files. One place you're sure to find them is an actual Windows installation CD-ROM. But the recovery disc that came with your PC probably doesn't have them.
Luckily, if your PC came with XP installed (and thus, not with a true XP CD), the necessary files are probably in a folder called C:\Windows\i386. But I do mean probably, not definitely. However, since the PE Builder is free, you're not losing much if it can't create a disc.
Although BartPE's program selection is slim, the PE Builder lets you add other programs to the disc before you burn it.
Price: Free
Download BartPE.
Vista Recovery Disc
It looked like Microsoft was finally going to do the right thing. Beta versions of Vista SP1 came with a modern equivalent of the old Windows Boot Floppy--a Start menu option called "Create a Recovery Disc" that burned a Windows PE-based emergency CD.
Alas, Microsoft removed that feature before SP1 shipped--but not, fortunately, before NeoSmart turned the disc into an .iso file and made it available on their site.
Running on the Vista version of Windows PE, the Recovery Disc is basically a Vista installation disc minus the install files. It even has an "Install now" button that asks for a Product Key before failing. You're better off clicking the Repair your computer button. Among its Vista-only options are a tool for diagnosing and fixing startup problems, a version of System Restore that uses restore points on the hard drive, the restore portions of Vista's backup program, and a memory diagnostic tool.
Price: Free
Download Vista Recovery Disc.
Ultimate Boot CD for Windows
This BartPE-based boot disc comes with a huge selection of tools to access your data and get your PC booting properly again. Some of them are even useful.
UBCD takes a long time to load and asks you some odd questions before it's finally up. But once it's there, you can edit the Windows Registry (yes, the one on the hard drive) in RegEdit, recover deleted files, and even run benchmarks. There are several malware scanners, four defraggers, and eight diagnostic programs (including HD Tune and Windows' own chkdsk).
This boot CD also includes backup utilities to help you salvage your files. There's a driver backup and a system profile backup whose Web-based documentation no longer comes up. And four separate image backup programs. One of those programs, DriveImage XML, I considered recommending in past articles but didn't because restoring from it requires a second Windows installation--something the program gets with UBCD.
The experience of setting up UBCD is identical to creating a BartPE disc--with the same possibility of failure. But when it works, you get a lot more.
Price: Free
Download Ultimate Boot CD for Windows.
Trinity Rescue Kit
This is the only Linux Live CD variant I've ever encountered that is intended specifically for rescuing Windows computers. As such, it's no surprise that it's a powerful and versatile repair environment.
But it's really not designed for Windows users. TRK's command line interface could humble anyone but the most devoted Linux geek.
If you take the time to read the 46-page documentation and learn the program, you'll be rewarded next time disaster strikes. Among the tools that will be at your disposal are a script that runs 4 different malware scanners, a tool for resetting passwords, a Registry editor, a program that clones an NTFS partition to another PC over a network, a mass undeleter that tries to recover every deleted file on the drive, several tools for recovering data off a formatted or dying disk, two tools for fixing master boot record repair programs, and hardware diagnostics.
Price: Free
Download Trinity Rescue Kit.
Active@ Boot Disk
Finally, we come to a boot disc that offers useful tools, is easy to use, and can be created from virtually any XP or Vista computer. The catch? At $80, it costs $80 more than the other five options put together.
Based on Windows PE, LSoft Technologies' Active@ Boot Disk offers a well-chosen collection of utilities, including image backup and recovery, a CD/DVD-based data backup program (Windows PE and Active@ load entirely into RAM, making the disc drive available for other uses), and a tool for recovering deleted partitions and files. You can change Windows passwords, wipe your hard drive, and choose between three partition managers. A Windows Explorer clone lets you copy files off of the hard drive.
You can even bring up Windows' Task Manager, although I'm not sure why you'd want to. And if you're feeling really geeky, there's even a HEX editor.
Price: $80 (ten-day free trial period)
Download Active@ Boot Disk.
Sep 13, 2008
3 Easy Fixes for Windows Annoyances
I'll repost an article from PC World website that may help users solve some windows annoyances. This article was originally written by Steve Bass of PC World.
-------------------------
Overhauling the stock utilities in Windows can make your system faster, smarter, and easier to use. But some downloads do more harm than good. Here's how to resurrect your picture viewer if a third-party one trashed it. Plus, I'll give you a one-click hibernation hack and two useful speed-boosting tips.
Picture Viewer Gone Missing
The Hassle: I installed a free image viewer, and it was awful. I uninstalled it, but now the viewer that came with XP has vanished. What can I do to get it back?
The Fix: You're talking about XP's Windows Picture and Fax Viewer, and it's handier--and more versatile--than most people think.
Back to your dilemma: You'll need to re-register the viewer. From the Start menu, choose Run, type regsvr32 %windir%\system32\shimgvw.dll, and click OK.
If that doesn't do it, open My Computer, select Tools, Folder Options, and choose the File Types tab. Depending on your programs, you may find a pretty long list. Scroll to a file association that you want to change, and select it. (Start with BMP, GIF, JPEG, and JPG; do each one individually.) Click the Change button, browse to Windows Picture and Fax Viewer, and click OK.
Who's Got the Hibernate Button?
The Hassle: When my buddy wants to turn off his PC, a Hibernate button appears next to Standby, Turn Off, and Restart in the Turn Off Computer screen. How did he do it? I want one!
The Fix: Ready to jump through hoops? First read Microsoft's article KB893056; afterward, request the XP hot fix, and then fiddle with the Registry (which you've backed up in advance, of course).
A quicker, cooler way is to stick a Hibernate icon on your desktop, avoiding the Start menu altogether. First, make sure that Hibernate is enabled: In Control Panel, click Power Options, choose the Hibernate tab, select Enable hibernate support, and click OK. Now from the desktop, right-click, choose New, Shortcut, type %windir%\system32\rundll32.exe PowrProf.dll, SetSuspendState in the 'Type the location of the item:' field, and click Next. Type Hibernate and click Finish. Finally, right-click your new Hibernate shortcut, select Properties from the drop-down menu, choose Change icon, and browse to my Hibernate icon (right-click the icon and choose Save As from the drop-down menu).
Better Performance--And Desktop Searching
The Hassle: Windows Vista's Indexer bogs down system performance as it constantly catalogs the contents of my hard drive.
The Fix: Indexing in Vista is almost as worthless as it was in XP. It takes a big gulp of resources and slows down your system. So I say disable it. From Add/Remove Programs, click Add/Remove Windows Components in the left panel, deselect Indexing services, and click Next.
Speed Up Your Apps With Actual Booster
I'm a sucker for any free utility that claims to speed up my system, so I risked hosing my PC and used Actual Booster for a month. Windows uses priority levels to determine how much CPU time an application gets (the default is 'normal'). Actual Booster automatically sets the priority level of the program you're using to full blast.
One thing to remember, though, is that when you're multitasking, setting the priority to 'high' on one application takes processor time from those in the background. Also, if you have a brand-new, super-duper, quad-core PC, Actual Booster might not do much good. Yet on slower computers, and especially my dog-tired old notebook, I can see a big difference. One drawback: On some PCs, Actual Booster causes the mouse to stumble.
-------------------------
Overhauling the stock utilities in Windows can make your system faster, smarter, and easier to use. But some downloads do more harm than good. Here's how to resurrect your picture viewer if a third-party one trashed it. Plus, I'll give you a one-click hibernation hack and two useful speed-boosting tips.
Picture Viewer Gone Missing
The Hassle: I installed a free image viewer, and it was awful. I uninstalled it, but now the viewer that came with XP has vanished. What can I do to get it back?
The Fix: You're talking about XP's Windows Picture and Fax Viewer, and it's handier--and more versatile--than most people think.
Back to your dilemma: You'll need to re-register the viewer. From the Start menu, choose Run, type regsvr32 %windir%\system32\shimgvw.dll, and click OK.
If that doesn't do it, open My Computer, select Tools, Folder Options, and choose the File Types tab. Depending on your programs, you may find a pretty long list. Scroll to a file association that you want to change, and select it. (Start with BMP, GIF, JPEG, and JPG; do each one individually.) Click the Change button, browse to Windows Picture and Fax Viewer, and click OK.
Who's Got the Hibernate Button?
The Hassle: When my buddy wants to turn off his PC, a Hibernate button appears next to Standby, Turn Off, and Restart in the Turn Off Computer screen. How did he do it? I want one!
The Fix: Ready to jump through hoops? First read Microsoft's article KB893056; afterward, request the XP hot fix, and then fiddle with the Registry (which you've backed up in advance, of course).
A quicker, cooler way is to stick a Hibernate icon on your desktop, avoiding the Start menu altogether. First, make sure that Hibernate is enabled: In Control Panel, click Power Options, choose the Hibernate tab, select Enable hibernate support, and click OK. Now from the desktop, right-click, choose New, Shortcut, type %windir%\system32\rundll32.exe PowrProf.dll, SetSuspendState in the 'Type the location of the item:' field, and click Next. Type Hibernate and click Finish. Finally, right-click your new Hibernate shortcut, select Properties from the drop-down menu, choose Change icon, and browse to my Hibernate icon (right-click the icon and choose Save As from the drop-down menu).
Better Performance--And Desktop Searching
The Hassle: Windows Vista's Indexer bogs down system performance as it constantly catalogs the contents of my hard drive.
The Fix: Indexing in Vista is almost as worthless as it was in XP. It takes a big gulp of resources and slows down your system. So I say disable it. From Add/Remove Programs, click Add/Remove Windows Components in the left panel, deselect Indexing services, and click Next.
Speed Up Your Apps With Actual Booster
I'm a sucker for any free utility that claims to speed up my system, so I risked hosing my PC and used Actual Booster for a month. Windows uses priority levels to determine how much CPU time an application gets (the default is 'normal'). Actual Booster automatically sets the priority level of the program you're using to full blast.
One thing to remember, though, is that when you're multitasking, setting the priority to 'high' on one application takes processor time from those in the background. Also, if you have a brand-new, super-duper, quad-core PC, Actual Booster might not do much good. Yet on slower computers, and especially my dog-tired old notebook, I can see a big difference. One drawback: On some PCs, Actual Booster causes the mouse to stumble.
Labels:
Software,
Tips and Tricks,
Troubleshooting,
Windows Vista,
Windows XP
Sep 5, 2008
How to Share a Printer Over a Network
You don't need multiple printers just because you have more than one PC. Here's an easy guide to share your printer from one computer to another.
Choose Your Printer
Having several computers in your home or office doesn't mean you have to buy several printers, too. If your PCs are connected via a wireless network (or a wired one, for that matter), you can easily share them by turning on Sharing in Windows. To get started, open the Printers and Faxes control panel in Windows XP (simply called Printers in Vista). Right-click on the printer you want to share, and choose Sharing.
Configure the Sharing Properties
In the printer's Properties menu, the Sharing tab should now appear. Click the radio button next to "Share this printer" and give the printer a share name that you will easily recognize. Click OK when you're done. Afterward, the icon in the Printers and Faxes control panel should display a cupped hand on the printer's icon.
Add the Shared Printer to Other PCs
On each of the computers that you would like to use with the shared printer, you will need to add the shared printer. Make sure each of these machines is connected to your network before opening the Control Panel and selecting the Printers and Faxes (in XP) or Printers (in Vista) control panel. Once it's open, click "Add a printer" to proceed. On the next screen, choose "Add a network, wireless or Bluetooth printer."
Complete the Sharing Setup
Windows will automatically search your network for any shared printers and display its finds in the "Select a printer" window. You should see your newly shared device listed. (If you don't, then there may be a problem with you network settings.) Select it and then click Next. For the vast majority of printers, Windows will automatically download the appropriate driver for you at this point, if it's not already on your system. Your shared printer will now appear in your Printers and Faxes (or Printers) control panel, and should also appear as an option from within the Print menus of all your applications. From here on out, the hardest part of printing over your network should be walking over to the printer to grab your documents.
Aug 31, 2008
Tips on Reducing Your PC's Power and Operating Costs
As energy costs rise, PC power conservation can trim $100 or more from your total electric bill each year. That's enough for a nice dinner with your spouse--or if you're not the romantic type, it can get you a few months closer to purchasing a new, faster (and more energy-efficient) system.
Depending on their age and design, a desktop computer and monitor consume from under 150 watts to greater than 800 watts when in use, and from fewer than 50 watts to more than 400 watts while turned on but idle. For this article I used a watt meter to measure the power consumed at the outlet by a 3.4-GHz Pentium 4 system with 1GB of RAM, an 8X AGP video card, two internal hard drives, an optical drive, and a 19-inch LCD monitor. This is not a high-end machine by any means; I selected it because it demonstrates how a few simple tricks can help reduce the amount of electricity an average system uses by more than 50 percent. This relatively modest PC varied from a minimum of 195 watts while idling at the Windows desktop, with no applications running, to 305 watts with the processor and graphics under 100 percent load; its average power rate was 250 watts.
Such figures may not seem substantial when you consider that dual- and quad-core processors consume 130 watts or more each at full load (however, new CPUs manage power more efficiently when they're not running under full load, so they may consume less power than older, slower processors). Also, high-end graphics cards use nearly 200 watts each. Still, if you were to allow this system to operate continuously, it would easily run up more than $200 in energy costs over the course of a year. Fortunately, you can apply changes to several configuration settings to bring the power consumption and operating costs of any system down significantly.
Save as Your PC Sleeps
Modern PCs incorporate a power-management standard called the Advanced Configuration and Power Interface (ACPI), which allows the operating system, BIOS, and hardware to cooperate in reducing power consumption. ACPI defines several global power and sleeping states; our chart below lists the relevant ACPI states and corresponding Windows XP/Vista modes, along with the power used by each mode on the example system.
You've probably put your laptop into hibernation or sleep hundreds of times, but people typically ignore these features on desktops. As the chart shows, power use in the S3 state (Standby in XP, and Sleep in Vista) is nearly equal to that used when the PC is powered off. The S3 state drops PC power down to 10 watts or less when idle even if the system consumes considerably more power than average while active. Unfortunately, most PCs I encounter are not configured to use this mode. Some older boards and peripherals may not play nice with S3, sound cards being particularly troublesome.
To tweak power management settings in Windows XP and Vista, open the Power Options applet in Control Panel. The three preset schemes are:
* Turn off monitor and/or hard disks only
* Standby/Sleep mode
* Hibernate mode
While Hibernate mode uses the least amount of power, it takes the longest time to suspend and resume, which involves writing and reading the entire contents of RAM to and from the hard disk (using a file named hiberfil.sys). The more RAM you have, the longer the process takes. On the other hand, the Standby/Sleep mode (S3) uses only slightly more power than Hibernate does, yet its suspend and resume times are virtually instantaneous no matter how much RAM is installed.
A BIOS setting called ACPI Suspend Type, ACPI Suspend State, or something similar controls which sleep state (S1 or S3) Windows uses. Many systems are set to S1 by default, which keeps the CPU and RAM powered. Enter your BIOS, navigate to the Power Management menu, and change the ACPI Suspend setting to S3, which cuts power to the CPU and RAM. The screen shot on the left shows this setting on a Phoenix/Award BIOS. Enable any settings labeled 'USB KB Wake-Up From S3' (the wording varies), and set the Power On Function to Any Key to let the keyboard and mouse wake the PC from standby.
Change Settings to Conserve PC Energy
Depending on the Advanced Configuration and Power Interface (ACPI) settings in your PC's BIOS, the machine may be running up your energy bill even when you're not using it. Click the icon below to see our chart describing different levels of power consumption.
Windows Power Tweaks
I set Windows to enter standby after 30 minutes or an hour, which strikes a balance for me between too often and not often enough. I also recommend that you open the Power Options Control Panel applet to configure the power button on your system to invoke standby or sleep mode rather than to turn the PC off. In XP, choose the Advanced tab, and under 'When I press the power button on my computer', select Stand by. In Vista, click Change when the computer sleeps or Change plan settings. In the Edit Plan Settings dialog box, choose the idle time before turning your monitor off and putting the computer to sleep. Next, select Change advanced power settings, click the plus sign next to 'Power button and lid', choose the plus sign next to 'Power button action', click the current option to make the drop-down menu appear, and select Sleep on that menu.
You can also invoke Windows' sleep mode manually: In Windows XP, click Start, Turn Off Computer, Stand By. In Vista, click the Start button, choose the right arrow in the bottom-right corner of the Start menu, and select Sleep. (Note that Vista may have standby selected by default.) To resume, press the power button or any key on the keyboard, or simply move your mouse.
Save a Little, Save a Lot
How much money can these changes save you? That depends on what you pay per watt for electricity, multiplied by the number of watts consumed when the system is inactive. According to the United States Energy Information Administration's June 2007 Electric Power Monthly report (go to the link for the most recent report), the average price of electricity to residential customers for the year ending in March 2007 was 10.47 cents per kilowatt-hour. If your PC is powered on continuously but runs actively only 10 hours a day, five days a week, and it uses a 3D screen saver during periods of inactivity, it will be in use 2600 hours each year, and will consume 250 watts on average. This drops to 225 watts during the 6160 hours of the year it is powered on but inactive. Running this system for a year would cost $213.17, but an energy diet brings its annual power costs down to just $73.86, representing a savings of nearly $140 (see the chart below).
Of course, your mileage will vary, but the savings are significantly greater for power-hungry high-end systems. Simply switching from S1 Suspend to S3 offers virtually the same savings as you would realize from manually turning the machine off when it's not in use.
How Much Will You Save?
Reduce your electric bill--and your PC's environmental impact--by setting Windows to standby or hibernate. Click the icon below to see our chart showing the approximate amount of money saved by different PC states.
Tweak Windows' Power Settings to Cut Your PC's Energy Use
If your system is using the default power settings in Windows, it may be adding unnecessarily to your electric bill. Find the right balance between cost and convenience when deciding how quickly your machine's components should enter their sleep mode. To access the Power Options in XP, click Start, Control Panel, Power Options (Start, Settings, Control Panel, Power Options if you use XP's Classic menu). In Vista, click the Start button, type power options, and press Enter.
Under XP's Power Schemes tab, click the drop-down menus to have your monitor and hard drive enter standby more quickly.
Restart XP faster via this option to put your PC to sleep rather than shutting it off when you press the power button.
Customize Vista's preset power options to reduce the amount of energy your PC consumes when it's not in use, without causing inconvenience.
Save time by setting Vista to sleep rather than to shut off entirely when you press the power button.
Depending on their age and design, a desktop computer and monitor consume from under 150 watts to greater than 800 watts when in use, and from fewer than 50 watts to more than 400 watts while turned on but idle. For this article I used a watt meter to measure the power consumed at the outlet by a 3.4-GHz Pentium 4 system with 1GB of RAM, an 8X AGP video card, two internal hard drives, an optical drive, and a 19-inch LCD monitor. This is not a high-end machine by any means; I selected it because it demonstrates how a few simple tricks can help reduce the amount of electricity an average system uses by more than 50 percent. This relatively modest PC varied from a minimum of 195 watts while idling at the Windows desktop, with no applications running, to 305 watts with the processor and graphics under 100 percent load; its average power rate was 250 watts.
Such figures may not seem substantial when you consider that dual- and quad-core processors consume 130 watts or more each at full load (however, new CPUs manage power more efficiently when they're not running under full load, so they may consume less power than older, slower processors). Also, high-end graphics cards use nearly 200 watts each. Still, if you were to allow this system to operate continuously, it would easily run up more than $200 in energy costs over the course of a year. Fortunately, you can apply changes to several configuration settings to bring the power consumption and operating costs of any system down significantly.
Save as Your PC Sleeps
Modern PCs incorporate a power-management standard called the Advanced Configuration and Power Interface (ACPI), which allows the operating system, BIOS, and hardware to cooperate in reducing power consumption. ACPI defines several global power and sleeping states; our chart below lists the relevant ACPI states and corresponding Windows XP/Vista modes, along with the power used by each mode on the example system.
You've probably put your laptop into hibernation or sleep hundreds of times, but people typically ignore these features on desktops. As the chart shows, power use in the S3 state (Standby in XP, and Sleep in Vista) is nearly equal to that used when the PC is powered off. The S3 state drops PC power down to 10 watts or less when idle even if the system consumes considerably more power than average while active. Unfortunately, most PCs I encounter are not configured to use this mode. Some older boards and peripherals may not play nice with S3, sound cards being particularly troublesome.
To tweak power management settings in Windows XP and Vista, open the Power Options applet in Control Panel. The three preset schemes are:
* Turn off monitor and/or hard disks only
* Standby/Sleep mode
* Hibernate mode
While Hibernate mode uses the least amount of power, it takes the longest time to suspend and resume, which involves writing and reading the entire contents of RAM to and from the hard disk (using a file named hiberfil.sys). The more RAM you have, the longer the process takes. On the other hand, the Standby/Sleep mode (S3) uses only slightly more power than Hibernate does, yet its suspend and resume times are virtually instantaneous no matter how much RAM is installed.
A BIOS setting called ACPI Suspend Type, ACPI Suspend State, or something similar controls which sleep state (S1 or S3) Windows uses. Many systems are set to S1 by default, which keeps the CPU and RAM powered. Enter your BIOS, navigate to the Power Management menu, and change the ACPI Suspend setting to S3, which cuts power to the CPU and RAM. The screen shot on the left shows this setting on a Phoenix/Award BIOS. Enable any settings labeled 'USB KB Wake-Up From S3' (the wording varies), and set the Power On Function to Any Key to let the keyboard and mouse wake the PC from standby.Change Settings to Conserve PC Energy
Depending on the Advanced Configuration and Power Interface (ACPI) settings in your PC's BIOS, the machine may be running up your energy bill even when you're not using it. Click the icon below to see our chart describing different levels of power consumption.
Windows Power Tweaks
I set Windows to enter standby after 30 minutes or an hour, which strikes a balance for me between too often and not often enough. I also recommend that you open the Power Options Control Panel applet to configure the power button on your system to invoke standby or sleep mode rather than to turn the PC off. In XP, choose the Advanced tab, and under 'When I press the power button on my computer', select Stand by. In Vista, click Change when the computer sleeps or Change plan settings. In the Edit Plan Settings dialog box, choose the idle time before turning your monitor off and putting the computer to sleep. Next, select Change advanced power settings, click the plus sign next to 'Power button and lid', choose the plus sign next to 'Power button action', click the current option to make the drop-down menu appear, and select Sleep on that menu.
You can also invoke Windows' sleep mode manually: In Windows XP, click Start, Turn Off Computer, Stand By. In Vista, click the Start button, choose the right arrow in the bottom-right corner of the Start menu, and select Sleep. (Note that Vista may have standby selected by default.) To resume, press the power button or any key on the keyboard, or simply move your mouse.
Save a Little, Save a Lot
How much money can these changes save you? That depends on what you pay per watt for electricity, multiplied by the number of watts consumed when the system is inactive. According to the United States Energy Information Administration's June 2007 Electric Power Monthly report (go to the link for the most recent report), the average price of electricity to residential customers for the year ending in March 2007 was 10.47 cents per kilowatt-hour. If your PC is powered on continuously but runs actively only 10 hours a day, five days a week, and it uses a 3D screen saver during periods of inactivity, it will be in use 2600 hours each year, and will consume 250 watts on average. This drops to 225 watts during the 6160 hours of the year it is powered on but inactive. Running this system for a year would cost $213.17, but an energy diet brings its annual power costs down to just $73.86, representing a savings of nearly $140 (see the chart below).
Of course, your mileage will vary, but the savings are significantly greater for power-hungry high-end systems. Simply switching from S1 Suspend to S3 offers virtually the same savings as you would realize from manually turning the machine off when it's not in use.
How Much Will You Save?
Reduce your electric bill--and your PC's environmental impact--by setting Windows to standby or hibernate. Click the icon below to see our chart showing the approximate amount of money saved by different PC states.
Tweak Windows' Power Settings to Cut Your PC's Energy Use
If your system is using the default power settings in Windows, it may be adding unnecessarily to your electric bill. Find the right balance between cost and convenience when deciding how quickly your machine's components should enter their sleep mode. To access the Power Options in XP, click Start, Control Panel, Power Options (Start, Settings, Control Panel, Power Options if you use XP's Classic menu). In Vista, click the Start button, type power options, and press Enter.
Under XP's Power Schemes tab, click the drop-down menus to have your monitor and hard drive enter standby more quickly.
Restart XP faster via this option to put your PC to sleep rather than shutting it off when you press the power button.
Customize Vista's preset power options to reduce the amount of energy your PC consumes when it's not in use, without causing inconvenience.
Save time by setting Vista to sleep rather than to shut off entirely when you press the power button.
Labels:
BIOS,
Software,
Tips and Tricks,
Windows Vista,
Windows XP