real time changes

This commit is contained in:
Patti Short
2018-07-17 11:55:27 -07:00
parent 9f15c17663
commit eacee6722c
28 changed files with 70 additions and 119 deletions

View File

@ -9,30 +9,36 @@
|Group Policy |MDM |Registry |Description |Most restricted |
|---|:---:|:---:|---|:---:|
|Disabled or not configured<br>**(default)** |0 |0 |Shows the home button and loads the Start page. | |
|Enabled |1 |1 |Shows the home button and loads the New tab page. | |
|Enabled |2 |2 |Shows the home button and loads the custom URL defined in the Set Home Button URL policy. | |
|Enabled |3 |3 |Hides the home button. | |
|Disabled or not configured<br>**(default)** |0 |0 |Show the home button and load the Start page. | |
|Enabled |1 |1 |Show the home button and load the New tab page. | |
|Enabled |2 |2 |Show the home button and load the custom URL defined in the Set Home Button URL policy. | |
|Enabled |3 |3 |Hide the home button. | |
---
With these values, you can do any of the following configurations:
#### If you want to show the home button, load the New tab page, and prevent users from making changes to the settings.
![Show home button and load Start page or New tab page](../images/home-button-start-new-tab-page.png)
![Show home button and load custom URL](../images/home-button-custom-url.png)
![Hide home button](../images/home-button-hide.png)
#### Show the home button, load the New tab page, and prevent users from making changes to the settings.
1. **Configure Home Button:** Enable and select the _Show home button & set to New tab page_ option.
2. **Set Home Button URL:** Leave blank or not configured.
3. **Unlock Home Button:** Leave disabled or not configured.
#### If you want to show the home button, load the New tab page, and let users make changes:
#### Show the home button, load the New tab page, and let users make changes:
1. **Configure Home Button:** Enable and select the _Show home button & set to New tab page_ option.
2. **Set Home Button URL:** Leave blank or not configured.
3. **Unlock Home Button:** Enable to let users make changes.
#### If you want to show the home button, load a custom URL, and prevent users from making changes:
#### Show the home button, load a custom URL, and prevent users from making changes:
1. **Configure Home Button:** Enable and select the _Show the home button & set a specific page_ option.
2. **Set Home Button URL:** Enter a URL in string format, for example, https://www.bing.com.
3. **Unlock Home Button:** Leave disabled or not configured.
#### If you want to show the home button, load a custom URL, and let users make changes:
#### Show the home button, load a custom URL, and let users make changes:
1. **Configure Home Button:** Enable and select the _Show the home button & set a specific page_ option.
2. **Set Home Button URL:** Enter a URL in string format, for example, https://www.bing.com.
3. **Unlock Home Button:** Enable to let users make changes.
@ -47,7 +53,7 @@ With these values, you can do any of the following configurations:
- **GP ADMX file name:** MicrosoftEdge.admx
#### MDM settings
- **MDM name:** Browser/[ConfigureHomeButton]()
- **MDM name:** Browser/[ConfigureHomeButton](../new-policies.md#configure-home-button)
- **Supported devices:** Desktop and Mobile
- **URI full path:** ./Vendor/MSFT/Policy/Config/Browser/ConfigureHomeButton
- **Data type:** Integer
@ -59,8 +65,8 @@ With these values, you can do any of the following configurations:
### Related policies
- [Set Home Button URL](#set-new-tab-url-include): [!INCLUDE [set-home-button-url-shortdesc](../shortdesc/set-home-button-url-shortdesc.md)]
- [Set Home Button URL](../new-policies.md#set-new-tab-url-include): [!INCLUDE [set-home-button-url-shortdesc](../shortdesc/set-home-button-url-shortdesc.md)]
- [Unlock Home Button](#unlock-home-button-include): [!INCLUDE [unlock-home-button-shortdesc](../shortdesc/unlock-home-button-shortdesc.md)]
- [Unlock Home Button](../new-policies.md#unlock-home-button-include): [!INCLUDE [unlock-home-button-shortdesc](../shortdesc/unlock-home-button-shortdesc.md)]
<hr>