
Applications Compatibility Scripts for Windows NT Server, Terminal
Server Edition
HKEY_CURRENT_USER\Software\Microsoft\Office\8.0
Common
FileNew
LocalTemplates
= "W:\Office97\Templates"
SharedTemplates
= "C:\Program Files\MS Office\Templates"
The second part of the msword97 key creates new values to be
inserted into the registry, showing specific user information.
Detailed information on command line options:
-h specifies a specify local hive to manipulate.
-w specifies the paths to a Windows 95 system.dat and user.dat files
-m specifies a remote Windows NT-based machine whose registry is to be
manipulated
-i n specifies the display indentation multiple. Default is 4
-o outputWidth specifies how wide the output is to be. By default the
outputWidth is set to the width of the console window if standard output has not
been redirected to a file. In the latter case, an outputWidth of 240 is used.
-b specifies that REGINI should be backward compatible with older versions of
REGINI that did not strictly enforce line continuations and quoted strings
Specifically, REG_BINARY, REG_RESOURCE_LIST and
REG_RESOURCE_REQUIREMENTS_LIST data types did not need line
continuations after the first number that gave the size of the data. It just kept
looking on following lines until it found enough data values to equal the data
length or hit invalid input. Quoted strings were only allowed in
REG_MULTI_SZ. They could not be specified around key or value names, or
around values for REG_SZ or REG_EXPAND_SZ Finally, the old REGINI did
not support the semicolon as an end of line comment character.
textFiles is one or more ANSI or Unicode text files with registry data.
The easiest way to understand the format of the input textFile is to use
the REGDMP command with no arguments to dump the current
contents of your NT Registry to standard out. Redirect standard out to
a file and this file is acceptable as input to REGINI.
Some general rules are:
• Semicolon character is an end-of-line comment character, provided it is the
first non-blank character on a line
• Backslash character is a line continuation character. All characters from the
backslash up to but not including the first non-blank character of the next
line are ignored. If there is more than one space before the line
continuation character, it is replaced by a single space.
• Indentation is used to indicate the tree structure of registry keys The
REGDMP program uses indentation in multiples of 4. You may use hard
tab characters for indentation, but embedded hard tab characters are
converted to a single space regardless of their position
Comentarios a estos manuales