Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "First, we execute the function GetAuthenticatedUserDetails, which would return empty if the user has already authenticated."

A block of code is set as follows:

<Policies>
<Policy>
<Name>Screen Saver Active</Name>
<ID>Screen_Saver_Running</ID>
<Type>0</Type>
<Value>false</Value>
<Description></Description>
<Section>Variables\System</Section>
</Policy>
</Policies>

Any command-line input or output is written as follows:

@echo If WScript.Arguments.length =0 Then >%temp%\SetDns.vbs 

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "This option can be changed in the Web Settings tab."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.