Disable Security Center in VistaUser Account Control (UAC) is one of the most annoying features of Windows Vista. It’s such a problem that many Windows users turn off UAC completely, via the User Accounts control panel. If you do this however, Windows will remind you that UAC is turned off every time you start your PC, which in itself is annoying. Fortunately, you can turn off these Security Center warnings as follows:
- Click Start > Control Panel > Security Center.
- Click on the link Change the way Security Center alerts me.
- Click either Don’t notify me but display the icon or Don’t notify me or display the icon (not recommended) depending on whether you want the red Security Center icon to be shown.
If you’re fed up with the rest of the annoying Windows Vista ‘features’ be sure to read article V 16 – ‘Vista: Configuring Windows for Maximum Comfort’ coming up in update 7 of Windows Advisor. If you’re not currently subscribed to the Windows Advisor, you can sign up here.
Quickly check whether Windows has automatically re-booted your PC
Annoyingly Windows will sometimes re-boot your PC automatically, usually to apply automatic updates to the system. If you are sitting at the PC you can postpone this, but if you have to leave your PC running – to download a large file, for example – you may come back to find that the machine appears to be running as normal, but the file didn’t download properly. This usually means that the PC has re-booted while you were away, cancelling the download. There’s a quick way to check whether this is actually the case:
- Press [Windows Key] + [R], type CMD and click OK.
- At the command prompt, type systeminfo and press [Enter].
- A number of parameters relating to your system will be displayed (you may need to scroll up the window to see them all). Look for the System Boot Time/Uptime parameter that shows you when your system was last re-booted.
Prevent a faulty service from loading at startup
If Windows displays an error message during startup or shutdown, it is often a faulty background service or application that is at fault. If this happens, then you should try disabling the service or program listed in the error message, using the System Configuration Utility. Disabling the faulty program will stop the error message from being displayed, but to fix the problem permanently you should upgrade the faulty program to the latest version if possible.
To load the System Configuration Utility:
- Press [Windows Key] + [R], type msconfig and press [Enter].
- Click on the Startup tab and then the Services tab and find the named service or application and remove the tick next to the relevant entry.
Click OK and restart your PC. You should find that the error message doesn’t re-occur.
Fast fix for faulty USB devices
You may find that you have a USB device that is not acknowledged when you plug it in to your PC, or stops working after it has been connected and removed a few times. If this happens, you should try re-installing the driver for your PC’s USB controller, which may be at fault. To do so, proceed as follows:
- Unplug all the USB devices from your PC.
- Press [Windows Key] + [R], type devmgmt.msc and press [Enter].
- In the Device Manager window scroll to the Universal Serial Bus controllers option and click on the + symbol.
- Right-click on each entry listed under the controllers heading and then click Uninstall.
- Repeat step 4 until all of the devices under the controllers heading are removed.
- Restart your PC and the drivers for your USB controllers will be automatically re-installed.
- Once your PC has re-booted, re-connect your USB devices and they should all now work.
Quickly access Administrative Tools in Windows 7/Vista
The Administrative Tools Control Panel folder contains a lot of important tools that allow you to administer your PC, from formatting and partitioning new disks to checking your Windows Event Logs for errors. It's so useful that you really shouldn't have to navigate your way through the Control Panel to find it – not only does it take longer, but you might forget where the essential tools are when you most need them. Fortunately, you can add a shortcut to Administrative Tools to your Start menu for quick access:
- Right-click on the Start button and then click Properties.
- Click Customize, then scroll through to System Administrative Tools and select Display on the All Programs Menu and the Start Menu.
- Click OK > OK to make the change.
Navigate around your Word 2007 document with ease
If you're editing a document of more than a few pages, it can be a bit of a pain to remember where you need to make changes, especially if you're working from a printout, then need to apply the changes in Word. It usually means that you have to do a fair bit of searching to find the right paragraph. However, Word 2007 contains a little-used feature that allows you to apply line numbers to the margins of your document, making it much easier to find your way through a long document when editing. These line numbers can easily be turned off once you've got your document into its finalized state. You can apply line numbers as follows:
- Open your document in Word, then click the Page Layout tab on the ribbon.
- Click on Line Numbers and then Line Numbering Options… menu item.
- At the bottom of the window, click on Line Numbers.
- Tick the option Add line numbering.
- Click OK > OK.
Block third-party cookies to protect your PC’s security Cookies are tiny little files placed on your PC by websites to store configuration data on your PC. Cookies are typically used by a website to store information such as whether you are logged in or not, and are pretty much required by many websites to allow them to work properly. However, some cookies, called third-party cookies, are placed on your PC by sites other than the one you are visiting. Typically they are used by online advertisers to track your movements. If you’d prefer that your online movements weren’t tracked, you can turn off these third-party cookies without affecting the functionality of the majority of sites as follows:
- In Internet Explorer, click Tools > Internet Options.
- Click Privacy > Advanced.
- Tick Override automatic cookie handling.
- Tick Block under Third-party Cookies.
Click OK > OK.
Securely overwrite sensitive folders
You're probably aware that if you delete a file or folder from your hard disk, the data remains intact on the disk, and Windows just removes the reference to the file or folder from its index of directories. This means that the data can usually be easily recovered using specialist software. If you want to delete data permanently, so that your sensitive credit card details cannot be recovered by snoops, for example, you usually need to use a third-party disk erasing tool. However, if your disk is formatted with the NFTS file system (the default on modern Windows versions), there is a built-in tool you can use as follows:
- Click Start > All Programs > Accessories, then right-click Command Prompt and choose Run as administrator (XP users just click Command Prompt).
- At the command prompt type: cipher /W:C:\path\to\folder and press [Enter], where C:\path\to\folder is the full path to the folder that you want to remove.
The folder will be overwritten with junk data, and the original data will be wiped from your system.
Fix a broken icon when relocating the Documents folder
If you relocate your Documents (My Documents in XP) folder to another hard disk, you may find that the default Documents icon is no longer displayed, and instead a generic application icon is used. This happens because IconIndex property is not properly specified in your DESKTOP.INI file. To resolve the problem, you need to recreate the DESKTOP.INI file then configure the icon settings manually. To do so:
- Press [Windows Key] + [R], type: rundll32 mydocs.dll,PerUserInit and click OK.
- Open your Document or My Documents folder, then double-click on the DESKTOP.INI file. If this file is not visible, click Tools > Folder Options or Organize > Folder and Search Options. Click View, then select Show hidden files and untick the option Hide protected operating system files. Click OK.
- In the DESKTOP.INI file, paste the following text below any existing text:
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\mydocs.dll
IconIndex=0
Click File > Save.