mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
update for windows 10 and 11
This commit is contained in:
parent
ffa5cacca9
commit
5970e3061b
@ -26,8 +26,11 @@ Here's an example to set AssignedAccess configuration:
|
|||||||
|
|
||||||
1. Download the [psexec tool](/sysinternals/downloads/psexec).
|
1. Download the [psexec tool](/sysinternals/downloads/psexec).
|
||||||
2. Run `psexec.exe -i -s cmd.exe`.
|
2. Run `psexec.exe -i -s cmd.exe`.
|
||||||
3. In the command prompt launched by psexec.exe, enter `powershell.exe` to open PowerShell.
|
3. In the command prompt launched by psexec.exe, enter `powershell.exe` to open PowerShell.
|
||||||
4. Execute the following script:
|
|
||||||
|
Step 4 is different for Windows 10 or Windows 11
|
||||||
|
|
||||||
|
4. Execute the following script for Windows 10:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
$nameSpaceName="root\cimv2\mdm\dmmap"
|
$nameSpaceName="root\cimv2\mdm\dmmap"
|
||||||
@ -87,3 +90,55 @@ $obj.Configuration = [System.Web.HttpUtility]::HtmlEncode(@"
|
|||||||
|
|
||||||
Set-CimInstance -CimInstance $obj
|
Set-CimInstance -CimInstance $obj
|
||||||
```
|
```
|
||||||
|
4. Execute the following script for Windows 11:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
$nameSpaceName="root\cimv2\mdm\dmmap"
|
||||||
|
$className="MDM_AssignedAccess"
|
||||||
|
$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className
|
||||||
|
Add-Type -AssemblyName System.Web
|
||||||
|
$obj.Configuration = [System.Web.HttpUtility]::HtmlEncode(@"
|
||||||
|
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<AssignedAccessConfiguration
|
||||||
|
xmlns=http://schemas.microsoft.com/AssignedAccess/2017/config xmlns:win11=http://schemas.microsoft.com/AssignedAccess/2022/config>
|
||||||
|
<Profiles>
|
||||||
|
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
|
||||||
|
<AllAppsList>
|
||||||
|
<AllowedApps>
|
||||||
|
<App AppUserModelId="Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic" />
|
||||||
|
<App AppUserModelId="Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo" />
|
||||||
|
<App AppUserModelId="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
|
||||||
|
<App AppUserModelId="Microsoft.BingWeather_8wekyb3d8bbwe!App" />
|
||||||
|
<App AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />
|
||||||
|
<App DesktopAppPath="%windir%\system32\mspaint.exe" />
|
||||||
|
<App DesktopAppPath="C:\Windows\System32\notepad.exe" />
|
||||||
|
</AllowedApps>
|
||||||
|
</AllAppsList>
|
||||||
|
<win11:StartPins>
|
||||||
|
<![CDATA[
|
||||||
|
{ "pinnedList":[
|
||||||
|
{"packagedAppId":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"},
|
||||||
|
{"packagedAppId":"Microsoft.Windows.Photos_8wekyb3d8bbwe!App"},
|
||||||
|
{"packagedAppId":"Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic"},
|
||||||
|
{"packagedAppId":"Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo"},
|
||||||
|
{"packagedAppId":"Microsoft.BingWeather_8wekyb3d8bbwe!App"},
|
||||||
|
{"desktopAppLink":"%ALLUSERSPROFILE%\\Microsoft\\Windows\\StartMenu\\Programs\\Accessories\\Paint.lnk"},
|
||||||
|
{"desktopAppLink":"%APPDATA%\\Microsoft\\Windows\\StartMenu\\Programs\\Accessories\\Notepad.lnk"}
|
||||||
|
] }
|
||||||
|
]]>
|
||||||
|
</win11:StartPins>
|
||||||
|
<Taskbar ShowTaskbar="true"/>
|
||||||
|
</Profile>
|
||||||
|
</Profiles>
|
||||||
|
<Configs>
|
||||||
|
<Config>
|
||||||
|
<Account>MultiAppKioskUser</Account>
|
||||||
|
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
|
||||||
|
</Config>
|
||||||
|
</Configs>
|
||||||
|
</AssignedAccessConfiguration>
|
||||||
|
"@)
|
||||||
|
|
||||||
|
Set-CimInstance -CimInstance $obj
|
||||||
|
```
|
@ -22,8 +22,7 @@ ms.date: 12/31/2017
|
|||||||
- Windows 10 Pro, Enterprise, and Education
|
- Windows 10 Pro, Enterprise, and Education
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> [!INCLUDE [Multi-app kiosk mode not supported on Windows 11](./includes/multi-app-kiosk-support-windows11.md)]
|
> The use of multiple monitors isn't supported for multi-app kiosk mode in Windows 10.
|
||||||
> The use of multiple monitors isn't supported for multi-app kiosk mode.
|
|
||||||
|
|
||||||
A [kiosk device](./kiosk-single-app.md) typically runs a single app, and users are prevented from accessing any features or functions on the device outside of the kiosk app. In Windows 10, version 1709, the [AssignedAccess configuration service provider (CSP)](/windows/client-management/mdm/assignedaccess-csp) was expanded to make it easy for administrators to create kiosks that run more than one app. The benefit of a kiosk that runs only one or more specified apps is to provide an easy-to-understand experience for individuals by putting in front of them only the things they need to use, and removing from their view the things they don't need to access.
|
A [kiosk device](./kiosk-single-app.md) typically runs a single app, and users are prevented from accessing any features or functions on the device outside of the kiosk app. In Windows 10, version 1709, the [AssignedAccess configuration service provider (CSP)](/windows/client-management/mdm/assignedaccess-csp) was expanded to make it easy for administrators to create kiosks that run more than one app. The benefit of a kiosk that runs only one or more specified apps is to provide an easy-to-understand experience for individuals by putting in front of them only the things they need to use, and removing from their view the things they don't need to access.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ ms.topic: how-to
|
|||||||
- Windows 11 Pro, Enterprise, and Education
|
- Windows 11 Pro, Enterprise, and Education
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The use of multiple monitors isn't supported for multi-app kiosk mode.
|
> The use of multiple monitors is supported for multi-app kiosk mode in Windows 11.
|
||||||
|
|
||||||
An assigned access multi-app kiosk runs one or more apps from the desktop. People using the kiosk see a customized Start that shows only the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for devices that are shared by multiple people. Here's a guide on how to set up a multi-app kiosk.
|
An assigned access multi-app kiosk runs one or more apps from the desktop. People using the kiosk see a customized Start that shows only the apps that are allowed. With this approach, you can configure a locked-down experience for different account types. A multi-app kiosk is appropriate for devices that are shared by multiple people. Here's a guide on how to set up a multi-app kiosk.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user