EXPLAIN

You use the EXPLAIN keyword to provide Help text.

Each policy needs one EXPLAIN keyword with at least one space after it, followed by either the explain string in quotation marks or a reference to the explain string.

Example:

POLICY !!NetCache KEYNAME Software\Policies\Microsoft\Windows\NetCache #if VERSION >= 3 HELP !!IntelliMirrorExplain #endif ..... [Strings] IntelliMirrorHelp="Explanation for Windows 2000 IntelliMirror\n\n You can use this policy to configure the file system caching options."

\n\n creates a new line in the displayed text.

In the example, an explanation is offered for one of the Offline Files options. The following string means that this can be used with Windows 2000 (version 3) or later versions of Windows:

#if VERSION >= 3