mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 04:43:37 +00:00
Updated article with new images and text
This commit is contained in:
BIN
windows/configuration/images/Shared_PC_1.png
Normal file
BIN
windows/configuration/images/Shared_PC_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
windows/configuration/images/Shared_PC_2.png
Normal file
BIN
windows/configuration/images/Shared_PC_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
BIN
windows/configuration/images/Shared_PC_3.png
Normal file
BIN
windows/configuration/images/Shared_PC_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 KiB |
@ -83,14 +83,27 @@ Shared PC mode exposes a set of customizations to tailor the behavior to your re
|
|||||||
|
|
||||||
## Configuring shared PC mode on Windows
|
## Configuring shared PC mode on Windows
|
||||||
You can configure Windows to be in shared PC mode in a couple different ways:
|
You can configure Windows to be in shared PC mode in a couple different ways:
|
||||||
- Mobile device management (MDM): Shared PC mode is enabled by the [SharedPC configuration service provider (CSP)](https://msdn.microsoft.com/library/windows/hardware/mt723294.aspx). Your MDM policy can contain any of the options listed in the [Customization](#customization) section. The following image shows a Microsoft Intune policy with the shared PC options added as OMA-URI settings. [Learn more about Windows 10 policy settings in Microsoft Intune.](https://docs.microsoft.com/intune/deploy-use/windows-10-policy-settings-in-microsoft-intune)
|
|
||||||
|
|
||||||

|
- Mobile device management (MDM): Shared PC mode is enabled by the SharedPC configuration service provider (CSP). To setup a shared device policy for Windows 10 in Intune, complete the following steps:
|
||||||
|
|
||||||
|
1. Go to the [Microsoft Endpoint Manager portal](https://endpoint.microsoft.com/#home).
|
||||||
|
2. Select **Devices** from the navigation.
|
||||||
|
3. Under **Policy**, select **Configuration profiles**.
|
||||||
|
4. Select **Create profile**.
|
||||||
|
5. From the **Platform** menu, select **Windows 10 and later**.
|
||||||
|
6. From the **Profile** menu, select **Shared multi-user device**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
7. Select **Create**.
|
||||||
|
8. Enter a name for the policy (e.g.) My Win10 Shared devices policy. You can optionally add a description should you wish to do so.
|
||||||
|
9. Select **Next**.
|
||||||
|
10. On the **Configuration settings** page, set the ‘Shared PC Mode’ value to **Enabled**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
- A provisioning package created with the Windows Configuration Designer: You can apply a provisioning package when you initially set up the PC (also known as the out-of-box-experience or OOBE), or you can apply the provisioning package to a Windows 10 PC that is already in use. The provisioning package is created in Windows Configuration Designer. Shared PC mode is enabled by the [SharedPC configuration service provider (CSP)](https://msdn.microsoft.com/library/windows/hardware/mt723294.aspx), exposed in Windows Configuration Designer as **SharedPC**.
|
- A provisioning package created with the Windows Configuration Designer: You can apply a provisioning package when you initially set up the PC (also known as the out-of-box-experience or OOBE), or you can apply the provisioning package to a Windows 10 PC that is already in use. The provisioning package is created in Windows Configuration Designer. Shared PC mode is enabled by the [SharedPC configuration service provider (CSP)](https://msdn.microsoft.com/library/windows/hardware/mt723294.aspx), exposed in Windows Configuration Designer as **SharedPC**.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
- WMI bridge: Environments that use Group Policy can use the [MDM Bridge WMI Provider](https://msdn.microsoft.com/library/windows/desktop/dn905224.aspx) to configure the [MDM_SharedPC class](https://msdn.microsoft.com/library/windows/desktop/mt779129.aspx). For all device settings, the WMI Bridge client must be executed under local system user; for more information, see [Using PowerShell scripting with the WMI Bridge Provider](https://docs.microsoft.com/windows/client-management/mdm/using-powershell-scripting-with-the-wmi-bridge-provider). For example, open PowerShell as an administrator and enter the following:
|
- WMI bridge: Environments that use Group Policy can use the [MDM Bridge WMI Provider](https://msdn.microsoft.com/library/windows/desktop/dn905224.aspx) to configure the [MDM_SharedPC class](https://msdn.microsoft.com/library/windows/desktop/mt779129.aspx). For all device settings, the WMI Bridge client must be executed under local system user; for more information, see [Using PowerShell scripting with the WMI Bridge Provider](https://docs.microsoft.com/windows/client-management/mdm/using-powershell-scripting-with-the-wmi-bridge-provider). For example, open PowerShell as an administrator and enter the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user