mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-23 14:23:38 +00:00
add the microsoft edge kiosk mode deployment preview content
This commit is contained in:
56
browsers/edge/includes/set-home-button-url-include.md
Normal file
56
browsers/edge/includes/set-home-button-url-include.md
Normal file
@ -0,0 +1,56 @@
|
||||
<!-- ## Set Home Button URL -->
|
||||
>*Supported versions: Microsoft Edge on Windows 10*<br>
|
||||
>*Default setting: Disabled or not configured (Blank)*
|
||||
|
||||
[!INCLUDE [set-home-button-url-shortdesc](../shortdesc/set-home-button-url-shortdesc.md)]
|
||||
|
||||
### Allowed values
|
||||
|
||||
|Group Policy |MDM |Registry |Description |Most restricted |
|
||||
|---|:---:|:---:|---|:---:|
|
||||
|Disabled or not configured<br>**(default)** |Blank |Blank |Microsoft Edge shows the home button and loads the Start page, and locks down the home button to prevent users from changing what page loads. | |
|
||||
|Enabled - String |String |String |Enter a URL in string format, for example, https://www.msn.com. A custom URL loads when clicking the home button. You must also enable the [Configure Home Button](../available-policies.md#configure-home-button) policy and select the _Show home button & set a specific page_ option. | |
|
||||
---
|
||||
|
||||
With these values, you can do any of the following configurations:
|
||||
|
||||
#### If you want to 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.
|
||||
|
||||
#### If you want to 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 hide the home button:
|
||||
Enable the **Configure Home Button** policy and select the _Hide home button_ option.
|
||||
|
||||
|
||||
### ADMX info and settings
|
||||
#### ADMX info
|
||||
- **GP English name:** Set Home Button URL
|
||||
- **GP name:** SetHomeButtonURL
|
||||
- **GP element:** SetHomeButtonURLPrompt
|
||||
- **GP path:** Windows Components/Microsoft Edge
|
||||
- **GP ADMX file name:** MicrosoftEdge.admx
|
||||
|
||||
#### MDM settings
|
||||
- **MDM name:** Browser/[SetHomeButtonURL]()
|
||||
- **Supported devices:** Desktop and Mobile
|
||||
- **URI full path:** ./Vendor/MSFT/Policy/Config/Browser/SetHomeButtonURL
|
||||
- **Data type:** Integer
|
||||
|
||||
#### Registry settings
|
||||
- **Path:** HKLM\Software\Policies\Microsoft\MicrosoftEdge\Internet Settings
|
||||
- **Value name:** HomeButtonURL
|
||||
- **Value type:** REG_SZ
|
||||
|
||||
### Related policies
|
||||
|
||||
- [Configure Home Button](../available-policies.md#configure-home-button): [!INCLUDE [configure-home-button-shortdesc](../shortdesc/configure-home-button-shortdesc.md)]
|
||||
|
||||
- [Unlock Home button](../available-policies.md#unlock-home-button): [!INCLUDE [unlock-home-button-shortdesc](../shortdesc/unlock-home-button-shortdesc.md)]
|
||||
|
||||
<hr>
|
Reference in New Issue
Block a user