Friday, March 27, 2009

How to Manage devices with Device Manager

Device Manager provides a graphical view of the hardware that is installed on the computer, as well as the device drivers and resources associated with that hardware. Using Device Manager provides a central point to change the way the hardware is configured and interacts with the computer's microprocessor.This post provide computer help for manege your device manager.

Using Device Manager to manage devices and their drivers require the following permissions, all of which are granted to Administrators:

* The Load\Unload Drivers privilege.
* The permissions needed to copy files to the system32\drivers directory.
* The permissions needed to write settings to the registry.

Device Manager allows the following functionality:

* Determine if the hardware on your computer is working properly.
* Change hardware configuration settings.
* Identify the device drivers that are loaded for each device and obtain information about each device driver.
* Change advanced settings and properties for devices.
* Install updated device drivers.
* Disable, enable, and uninstall devices.
* Reinstall the previous version of a driver.
* Identify device conflicts and manually configure resource settings.
* Print a summary of the devices that are installed on your computer.

Typically, Device Manager is used to check the status of computer hardware and update device drivers on the computer. If you are an advanced user, and you have a thorough understanding of computer hardware, you can use Device Manager's diagnostic features to resolve device conflicts, and change resource settings.

To access Device Manager, use any of the following methods:

* Click Start, click Run, and then type devmgmt.msc.
* Right-click My Computer, click Manage, and then click Device Manager.
* Right-click My Computer, click Properties, click the Hardware tab, and then click Device Manager.
* Type the following command at a command prompt:
start devmgmt.msc

If you want to access Device Manager on a local or remote computer:

1. Click Start, click Run, and then type mmc.
2. Click Add/Remove Snap In on the File menu (or press CTRL+M), click Add, and then click Device Manager.

When you use this procedure, a shortcut to Device Manager is created that you can use to open Device Manager.

Tuesday, March 17, 2009

How to remove unsigned drivers

All the drivers that are included with Windows XP use digital signatures to verify that they have been tested by the Windows Hardware Quality Labs (WHQL). Many third-party programs are written for Windows XP must install additional drivers that have not been tested by WHQL. Therefore, they do not receive a digital signature.

Note Some third-party vendors have tools that they can use to generate a valid digital signature even if these products were not tested by WHQL. The following procedure cannot be used to determine whether these drivers are installed.

Windows XP includes the File Signature Verification tool (Sigverif.exe). You can use this tool to find all files on your computer that are not digitally signed. For the purposes of Windows XP clean-boot troubleshooting, you have to test only the files in the %Windir%\System32\Drivers folder.

To use the Sigverif.exe tool, follow these steps:

1. Click Start, click Run, type sigverif in the Open box, and then click OK.
2. Click Advanced, click Look for other files that are not digitally signed, click Browse, locate the Windows\System32\Drivers folder, and then click OK two times.
3. Click Start.

After Sigverif.exe is completed, a list of all unsigned drivers that are installed on your computer appears. Above given tips if creating any problems to unsigned driver contact to operating system support technician

Wednesday, March 4, 2009

How to delete the Recovery Console

This post provide technical support for remove recovery console from your computer.

To delete the Recovery Console:

1. Restart your computer, click Start, click My Computer, and then double-click the hard disk where you installed the Recovery Console.
2. On the Tools menu, click Folder Options, and then click the View tab.
3. Click Show hidden files and folders, click to clear the Hide protected operating system files check box, and then click OK.
4. At the root folder, delete the Cmdcons folder and the Cmldr file.
5. At the root folder, right-click the Boot.ini file, and then click Properties.
6. Click to clear the Read-only check box, and then click OK.

Warning: Modifying the Boot.ini file incorrectly may prevent your computer from restarting. Make sure that you delete only the entry for the Recovery Console. Also, change the attribute for the Boot.ini file back to a read-only state after you finish this procedure. Open the Boot.ini file in Microsoft Windows Notepad, and remove the entry for the Recovery Console. It looks similar to this:
C:\cmdcons\bootsect.dat="Microsoft Windows Recovery Console" /cmdcons
7. Save the file and close it.