You can provide the settings for configuring FlexEngine in NoAD mode by creating an XML file and making the file available on the central configuration share. When a user logs in, FlexEngine reads the settings from the XML file and applies them to the registry.

The XML file that you create on the central configuration share is called NoAD.xml and must reside in the …\General\FlexRepository\NoAD subfolder.

The NoAD.xml is a UTF-8-encoded XML file with an explicit UTF-8 BOM. You can create this file by using Notepad and selecting the UTF-8 encoding when saving. The file must have the following basic structure:

<?xml version="1.0" encoding="utf-8"?>
<userEnvironmentSettings>
			<setting type="noAD" additionalSetting="…" otherSetting="…" … />
</userEnvironmentSettings>