Computing Tips&Tricks
Maintaining and operating your PC can sometimes be complicated and a little frustrating. Luckily, those in the computer industries love shortcuts! Here you'll find useful tips and tricks to make your PC support activities a little easier. Let's live an easier life!!!
Friday, August 6, 2010
Removing unused device drivers from XP machines
Follow these steps to view and remove these unnecessary device drivers:
1. Press [Windows]+[Break] to bring up the System Properties dialog box.
2. Select the Advanced tab and click the Environment Variables button.
3. Click the New button below the System Variables panel.
4. In the New System Variable dialog box, type devmgr_show_nonpresent_devices in the Variable Name text box and 1 in the Variable Value text box.
5. Click OK to return to the System Properties dialog box and then click OK again.
6. Select the Hardware tab and click the Device Manager button.
7. In Device Manager, go to View | Show Hidden Devices.
8. Expand the various branches in the device tree and look for the washed out icons, which indicate unused device drivers.
9. To remove an unused device driver, right-click the icon and select Uninstall.
Wednesday, July 14, 2010
Thursday, July 8, 2010
Common Control Panel Applets
appwiz.cpl ---> Add/Remove Programs
desk.cpl ---> Display Properties
firewall.cpl ---> Firewall Settings
inetcpl.cpl ---> Internet Options
mmsys.cpl ---> Sound and Audio
ncpa.cpl ---> Network Connections
nusrmgr.cpl ---> User Accounts
powercfg.cpl ---> Power Options
sysdm.cpl ---> System Properties
wscui.cpl ---> Security Center
wuaucpl.cpl ---> Automatic Updates Configuration
Identify Faulty Device Drivers
If you are having problems with lockups, blue screens, or can only get to safe mode, often the problem is due to a faulty device driver. One way to help identify them is through the use of the Verfier program
- Start / Run / Verifier
- Keep the default of Create Standard Settings
- Select the type of drivers you want to confirm
- A list of drivers to be verified on the next boot will be shown
- Reboot
- If your computer stops with a blue screen, you should get an error message with the problem driver
- To turn off the Verifier, run verifier /reset
Changing the User Type
Normally in XP Pro, through the Control Panel / User Accounts icon, you are only allowed to create administrators or limited users. If you want to create more types of accounts
- Right click on My Computer
- Manage
- Local Users and Groups
- Users
- Right click on the user you want to change
- Properties
- Member of tab
- Add button
- Advanced button
- Find Now button
Additional Utilities
On the XP CD in the \Support\Tools directory, there are a lot of additional support and troubleshooting utilities. You can run SETUP from that directory to install them.
Just a few are:
diruse ---> Shows Disk Usage
dupfinder ---> Finds Duplicate files
getmac ---> Get's MAC address of the network card
hostname ---> Shows the host name of the computer
netdiag ---> Diagnoses a variety of network components
pviewer ---> Show a list of process & allows you to get a memory detail or kill any process
windiff ---> Compare files and directories
Saturday, July 3, 2010
Formatting a Partition Greater than 32 GIGs with FAT32
WindowsXP will only format a partition greater than 32 GIGs as NTFS. If you want to format it with FAT32, you can use a regular Win98 Boot disk and use that version of FDISK to create the partition (with Large Hard Drive Support)
Reboot with the same boot disk and format
WindowsXP will then be able to use the partition with no problems