mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Merged PR 15002: fix links
This commit is contained in:
commit
a3d02e8bc0
@ -33,7 +33,7 @@ Using Shell Launcher, you can configure a kiosk device that runs a Windows deskt
|
|||||||
>- [AppLocker](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview) - Application control policies
|
>- [AppLocker](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview) - Application control policies
|
||||||
>- [Mobile Device Management](https://docs.microsoft.com/windows/client-management/mdm) - Enterprise management of device security policies
|
>- [Mobile Device Management](https://docs.microsoft.com/windows/client-management/mdm) - Enterprise management of device security policies
|
||||||
>
|
>
|
||||||
>You can also configure a kiosk device that runs a Windows desktop application by using the [Provision kiosk devices wizard](#wizard).
|
>You can also configure a kiosk device that runs a Windows desktop application by using the [Provision kiosk devices wizard](kiosk-single-app.md#wizard).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,6 +49,7 @@ You can configure multi-app kiosks using [Microsoft Intune](#intune) or a [provi
|
|||||||
To configure a kiosk in Microsoft Intune, see [Windows 10 and Windows Holographic for Business device settings to run as a dedicated kiosk using Intune](https://docs.microsoft.com/intune/kiosk-settings). For explanations of the specific settings, see [Windows 10 and later device settings to run as a kiosk in Intune](https://docs.microsoft.com/intune/kiosk-settings-windows).
|
To configure a kiosk in Microsoft Intune, see [Windows 10 and Windows Holographic for Business device settings to run as a dedicated kiosk using Intune](https://docs.microsoft.com/intune/kiosk-settings). For explanations of the specific settings, see [Windows 10 and later device settings to run as a kiosk in Intune](https://docs.microsoft.com/intune/kiosk-settings-windows).
|
||||||
|
|
||||||
|
|
||||||
|
<span id="provision" />
|
||||||
## Configure a kiosk using a provisioning package
|
## Configure a kiosk using a provisioning package
|
||||||
|
|
||||||
Process:
|
Process:
|
||||||
|
@ -156,6 +156,7 @@ The following table describes the attributes that you must use to specify the si
|
|||||||
|
|
||||||
For example, a tile with Size="2x2", Row="2", and Column="2" results in a tile located at (2,2) where (0,0) is the top-left corner of a group.
|
For example, a tile with Size="2x2", Row="2", and Column="2" results in a tile located at (2,2) where (0,0) is the top-left corner of a group.
|
||||||
|
|
||||||
|
<span id="start-tile" />
|
||||||
#### start:Tile
|
#### start:Tile
|
||||||
|
|
||||||
You can use the **start:Tile** tag to pin any of the following apps to Start:
|
You can use the **start:Tile** tag to pin any of the following apps to Start:
|
||||||
@ -178,6 +179,7 @@ The following example shows how to pin the Microsoft Edge Universal Windows app:
|
|||||||
Column="0"/>
|
Column="0"/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<span id="start-desktopapplicationtile" />
|
||||||
#### start:DesktopApplicationTile
|
#### start:DesktopApplicationTile
|
||||||
|
|
||||||
You can use the **start:DesktopApplicationTile** tag to pin a Windows desktop application to Start. There are two ways you can specify a Windows desktop application:
|
You can use the **start:DesktopApplicationTile** tag to pin a Windows desktop application to Start. There are two ways you can specify a Windows desktop application:
|
||||||
@ -238,6 +240,7 @@ The following example shows how to create a tile of the Web site's URL, which yo
|
|||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
>In Windows 10, version 1703, **Export-StartLayout** will use **DesktopApplicationLinkPath** for the .url shortcut. You must change **DesktopApplicationLinkPath** to **DesktopApplicationID** and provide the URL.
|
>In Windows 10, version 1703, **Export-StartLayout** will use **DesktopApplicationLinkPath** for the .url shortcut. You must change **DesktopApplicationLinkPath** to **DesktopApplicationID** and provide the URL.
|
||||||
|
|
||||||
|
<span id="start-secondarytile" />
|
||||||
#### start:SecondaryTile
|
#### start:SecondaryTile
|
||||||
|
|
||||||
You can use the **start:SecondaryTile** tag to pin a Web link through a Microsoft Edge secondary tile. This method doesn't require any additional action compared to the method of using legacy .url shortcuts (through the start:DesktopApplicationTile tag).
|
You can use the **start:SecondaryTile** tag to pin a Web link through a Microsoft Edge secondary tile. This method doesn't require any additional action compared to the method of using legacy .url shortcuts (through the start:DesktopApplicationTile tag).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user