|
RegSnap.exe中与报错有关的代码如下,有没有能看出端倪的?
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="yes">
<title>Creating a snapshot</title>
<style type="text/css">
<!--
BODY
{
FONT-SIZE: 8pt;
FONT-FAMILY: Verdana;
}
-->
</style>
</head>
<body LINK="#008080" VLINK="#808080" BGCOLOR="#FFFFF6" alink="#00FF00" topmargin="0" leftmargin="3">
<h2><b>Taking snapshots:</b></h2>
<p>Select File|New or File|Startup-Wizard. For taking system snapshot, this allows three different modes as described:
<dl>
<dt><strong>'Take Full Snapshot'</strong></dt>
<dd>RegSnap will enlist system registry, file list in Windows and Windows System directories, My Documents directory and Program Files directory, win.ini and system.ini files, autoexec.bat and config.sys files.<strong>
<dt>'Registry Snapshot only'</dt>
</strong><dd>Only the system registry will be saved. Resulting snapshot file will have smaller size and the operation will be faster.<strong>
<dt>'Registry from remote PC'</dt>
</strong><dd>Connect to a remote computer registry and take its snapshot. Remote control must be enabled and a remote registry service must be started on the target computer. This option is available in Pro version only!</dd>
<dt> </dt>
<dd> </dd>
<dt><strong>'Save DLLs verinfo'</strong></dt>
<dd>RegSnap will grab <strong>ver</strong>sion <strong>info</strong>rmation from DLL files (if possible). This increases the time taken and the filesize of the snapshot slightly. But with an added advantage that version information appears in filelist reports.
<dt> </dt>
</dl>
<p>You may also enter your remarks for a snapshot and choose whether RegSnap should grab key values or not. A snapshot created with values included, is going to take greater disk space (file size up to ten megabytes or even more) and somewhat longer time. This helps when you compare two snapshots with values taken; therein you can see changed values and not just changed key names. Note that demo version does not allow for saving snapshots, only Pro does. Though you can take various snapshots and compare them without saving. </p>
<p>Once the 'OK' button is pressed, the progress bar shows the number and percentage of keys grabbed and on completion reports the number of keys, number of values and the time spent in milliseconds. If DLL verinfo option was selected it reports the number of files processed, and the number of files from every windows directory included in the snapshot. </p>
</body>
</html> |
|