var fDesc=new Array(); fDesc[0] = "The tool is absolutely essential for any system administrator who
needs a fast and hassle free solution that handles various registry
processing issues. RegWorks can be used to quickly change computer
configuration or local user settings, transfer registry settings from
one operating system to another, process registries of both active
(loaded) systems and inactive (unloaded) ones. The program can
also compare registry keys.
RegWorks has a number of features that significantly speed up working
with the registry, like options to cut, copy and paste registry values
or entire registry keys. Built-in registry search engine works in the
background, does not block any applications and places the results
in a separate tab, where found parameters and sections are displayed.
The program interface is very intuitive and easy to navigate.
Key features:
viewing and editing registry;
undo history;
search and replace;
key comparison;
copy-cut-paste registry keys and values;
viewing and editing registry hives;
favorites;
exporting selective values only;
exporting search results;
deleting search results;
previewing reg-files;
address bar."; 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 = ''; } }