var fDesc=new Array();
fDesc[0] = "Dell Driver reset tool enhances Windows XP rollback feature by allowing customers to go back to the factory installed driver instead of the previously installed driver.
Driver Reset Tool takes advantage of the Windows Management Interface (WMI) that is native to the XP operating system. This feature will interrogate the PC system to identify the hardware installed and device drivers associated with that hardware including the vendor ID and rev level.
Additionally, the tool will log a report reflecting the system hardware status at the time the tool was run. Information included in this report will be any service tag, BIOS rev, system model, IRQ conflicts detected, any drivers marked as "banged" in the OS registry or HW that is not functioning properly.
The log lists all drivers installed in the system including the manufacturers' GUID (Device Identification number & the PnP ID).This utility runs in approximately 8 seconds and requires a single reboot to re-set device drivers that are detected as not functioning properly.
To use this tool customer should perform the following steps:
Go to:
Start -> All Programs -> Dell Accessories -> Driver Reset Tool
Or
Start -> Run C:\dell\utilities\driver reset\";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}