Use the following conventions to help you locate and identify information quickly.
Type Style | Definition |
---|---|
bold | Names of sections and entries in files following the .ini format, command names, command-line options, and any text you must type exactly as it appears. For example:
To determine your IP address, type IPconfig, and then press ENTER. |
italic | Parameter variables, titles, and definitions. In the case of parameters, you can supply the text for any item shown in italic. For example:
filename |
ellipsis (...) | Parameters that can be repeated several times. |
between brackets ([]) | Optional items. |
between braces ({}); choices separated by pipe (|). | Set of choices from which you must choose only one. For example:
{Even | Odd} |
monospace |
Code samples and syntax examples. |
ALL CAPITALIZED LETTERS | Acronyms and key names. |
Several text files used in preinstalling and deploying Windows are structured in the same manner as Windows .ini files. This set of files includes Oobeinfo.ini, Unattend.txt, Sysprep.inf, and Winbom.ini.
Windows .ini files are text files that have the following characteristics:
EntryName = EntryValue
This documentation uses the following conventions for the syntax of these files: