The ???Configuring the Server for Initial
Use??? section of Chapter 1 provides a procedure you can use in lieu of the help provided by
Microsoft.
PERFORMING CONSOLE CONFIGURATION 77
Figure 4.2
The /CLI command
line switch is useful
because it provides
information on
performing
common tasks.
Scripting Registry Entries with the RegIni Utility
The RegIni utility lets you perform registry manipulations that involve security or other configurations.
You can also use it to perform a list of registry modifications as a script, rather than individually
using RegEdit. The most common use of this utility is to modify the security settings for
the registry as explained by the Knowledge Base article at http://support.microsoft.com/
?kbid=245031. The Knowledge Base article at http://support.microsoft.com/?kbid=237607
has additional information on using this utility for security purposes. You can find a more complete
discussion of how to use RegIni, including creating scripts using a number of techniques, on the
Windows IT Library site at http://www.windowsitlibrary.com/Content/237/2.html. This
utility uses the following syntax:
RegIni [-m \\computername] scriptname
The following list describes each of the command line arguments:
scriptname Specifies the name of the file containing the registry script.
Pages:
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254