Skip to main content

Disabling unneeded hardware devices

Every time you turn on your computer, it has to load and initialize all of your computer hardware. Keep in mind: Your computer has a lot of devices that you do not always use. These extra devices are loaded and initialized during every boot. When it does so, your computer's performance is slowed down.

Windows XP is now a lot more efficient and smarter during the boot-up cycle. In previous versions of Windows, the system would load one hardware device driver and then load another device driver in a series. The only problem with loading the hardware this way was that it could slow down the boot dramatically if one hardware device was taking a long time to initialize. One well-known culprit of this is the network card which pauses to wait to get an IP from a DHCP server.

Windows XP has a new way of initializing the hardware devices when the system boots up. Instead of loading the hardware device drivers in series, it now loads some of them in parallel. This allows the boot to be much faster. Although the hardware devices are loaded in parallel instead of series, the addition of more devices that the system has to load drivers for will probably still slow down the boot.

To disable hardware devices, you will want to use the Device Manager. Figure 8-4 shows the Device Manager and all of the different categories of devices. To get to the Device Manager, do the following:

1. Go to the Control Panel using the shortcut on the Start panel or menu if you are using the classic Windows interface.

2. Once you are in Control Panel, locate the System icon and run it. If you cannot find the System icon, most likely you are using the Control Panel Category View. If you are using the Category View, click the Performance and Maintenance icon and then you will see the System icon under the or pick a Control Panel icon heading.

3. Once the System Properties window has loaded, click the Hardware tab. Under the Device Manager section, click the button that says Device Manager.

4. Now that you are inside of the Device Manager, you can browse through your devices that are connected and currently running or disabled by browsing through the device type sections. To disable a device, right-click the device name, and then select Disable.

5. To re-enable a device, right-click the device name, and select Disable. This will remove the check from the menu and will re-enable the device.

To quickly determine the status of a device, check out the icon next to its name. All devices that are disabled have a red X over the icon. All devices that have a question mark or an explanation point on them are not set up correctly or are having problems. All devices with none of the above additions to the icon are runningÐÐand doing so without any problems.

Comments

Popular posts from this blog

Using the quick boot feature of the BIOS

All systems initialize in more or less the same way. During the power on self-test mentioned earlier, the BIOS checks the hardware devices and counts the system memory. Out of all of the different types of system memory, the random access memory, better known as RAM, takes the longest to be counted. Counting the RAM takes time, and on a machine that has large amounts of RAM, this calculation can take several seconds. For example, a machine that has 512MB of RAM may take up to 3 seconds just to count the memory. On top of the RAM counting, a few other tests need to be done because your computer wants to make sure that all of the hardware in your computer is working properly. All of these system tests are not needed every time you boot, and can be turned off to save time. Most BIOS's offer a feature called quick boot. This feature will allow the user to turn off these tests. Other BIOSs only allow you to turn off the memory check, which will still cut down on a lot of time....

File and Folder Permissions

Windows XP Professional boxes running the NTFS file system have the capability to set indi vidual file permissions on both files and folders. File and folder permissions allow you to specify exactly who will be able to read, write, execute, and even list or access a folder. So, file and folder permissions can be a very powerful tool to protect your data from others' eyes. If your file system is FAT32, then you will not be able to set permissions. Fortunately, an easy way exists for you to convert your FAT32 file system to NTFS. Do a search in the Windows Help and Support Center for Convert to NTFS and you will be shown directions on how you can go about converting your drive's file system. Setting the permissions on with a lot of control requires you to disable simple file sharing and security. To do so, follow these steps: 1 . Open up any folder on your computer and expand the Tools menu and select Folder Options. 2 . Click the View tab and scroll to the bottom of the Adv...

Rapidshare Timelimit

Directions Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways. Requesting a new IP address from your ISP server. Here's how to do it in windows: 1. Click Start 2. Click run 3. In the run box type cmd.exe and click OK 4. When the command prompt opens type the following. ENTER after each new line. ipconfig /flushdns ipconfig /release ipconfig /renew exit 5. Erase your cookies in whatever browser you are using. 6. Try the rapidshare download again. Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.