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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: Code words in text are shown as follows: "The unattended setup uses configurations saved in a precreated unattended.xml
file."
A PowerShell cmdlet is set as follows:
New-VM -Name VM01 -Generation 2
An XML file is set as follows:
<?xml version="1.0" encoding="UTF-8"?> <component name="Microsoft-Windows-International-Core- WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Sta te" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>en-US</InputLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> <UserLocale>en-US</UserLocale> </component>
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: "Start the setup of the Windows ADK you downloaded earlier. At the setup prompt, select only Deployment Tools".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.