The syntax is
filename#id, where filename is the name of a .hlp or .chm file,
and id is the numeric help context id (commonly used by programmers)
of the topic you want to display. Omit id to simply show the index page
of the specified help file. This parameter is optional.
Table 3-3. Registry-related properties of Folder Options items
Value name Datatype Description of value contents
HKeyRoot DWORD This is an eight-digit number representing the root of the Registry
path containing the target Registry setting. Use the hexadecimal
number 80000000 for HKEY_CLASSES_ROOT, 80000001 for
HKEY_CURRENT_USER, 80000002 for HKEY_LOCAL_MACHINE,
80000003 for HKEY_USERS, or 80000005 for HKEY_CURRENT_
CONFIG. For some reason, it must be separated from the rest of the
Registry path, specified in RegPath, discussed next. This parameter
is required for all checkbox and radio items.
Registry Tasks and Tools | 107
The Registry
The value type (String, Binary, DWORD) of the
CheckedValue, UnCheckedValue, and DefaultValue parameters
all depends on what the target value requires. For example, if
the target value you??™re changing is a DWORD value, then all
three of these parameters must also be DWORD values.
RegPath String This is the path specifying the location of the target Registry setting, not
including the root (see HKeyRoot, earlier). For example, for HKEY_
CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion, you would only enter Software\Microsoft\
Windows\CurrentVersion here.
Pages:
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168