}
}
```
+### OverrideFirstRunPage
+This policy allowed you to override the first run page. If you leave the URL blank, the first run page will not be displayed.
+```
+{
+ "policies": {
+ "OverrideFirstRunPage": "http://example.org"
+ }
+}
+```
### Bookmarks
This policy allows you to specify bookmarks. You can have any number of bookmarks although only ten are specified in the ADMX file.
Placement can be specified as either toolbar or menu. If a folder is specified, it is automatically created and bookmarks with the
<string id="FlashPlugin_Locked_Explain">If this policy is enabled Flash preferences cannot be changed by the user.
If this policy is disabled or not configured, the user can change their Flash preferences.</string>
+ <string id="OverrideFirstRunPage">Override the first run page</string>
+ <string id="OverrideFirstRunPage_Explain">If this policy is enabled, you can specify a URL to be used as the first run page. If you leave the URL blank, no first run page will be shown.
+If this policy is disabled or not configured the first run page is displayed.</string>
<string id="Bookmark1">Bookmark 1</string>
<string id="Bookmark2">Bookmark 2</string>
<string id="Bookmark3">Bookmark 3</string>
<presentation id="TrackingProtection">
<checkBox refId="TrackingProtectionLocked">Don't allow tracking protection preferences to be changed.</checkBox>
</presentation>
+ <presentation id="OverrideFirstRunPage">
+ <textBox refId="OverrideFirstRunPage">
+ <label>URL:</label>
+ </textBox>
+ </presentation>
<presentation id="HomepageURL">
<text>URL:</text>
<textBox refId="HomepageURL">
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="OverrideFirstRunPage" class="Both" displayName="$(string.OverrideFirstRunPage)" explainText="$(string.OverrideFirstRunPage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverrideFirstRunPage)" >
+ <parentCategory ref="firefox" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements>
+ <text id="OverrideFirstRunPage" key="Software\Policies\Mozilla\Firefox" valueName="OverrideFirstRunPage"/>
+ </elements>
+ </policy>
<policy class="Both" displayName="$(string.HomepageURL)" name="HomepageURL" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" >
<parentCategory ref="Homepage" />
<supportedOn ref="SUPPORTED_WINXPSP2" />