var fDesc=new Array(); fDesc[0] = "Network Registry Search searches the registries of computers connected to the network for specific values and, if specified, data. This tool can be used by system administrators to locate machines on the network that contain certain registry entries.

One possible usage of this utility is to identify computers that are infected with a specific computer virus. Often, a virus registers itself to be run automatically at system startup. Network Registry Search lets you find such registry entries without physically checking every computer on the network.

Requirements:

- Network Registry Search has been tested on Microsoft Windows 2000, Microsoft Windows XP, and Microsoft Windows Server 2003."; 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 = ''; } }