Help creating multi-app assigned access windows 11
N. El-Nemr
0
Reputation points
Hello, Need help creating an xml file to restrict profiles. once the xml is created i will create a ppkg via windows configuration manager and deploy it on the machine.
Windows 11 23H2 is the OS. i tried numerous methods to show (word,excel) as a pinned object, but no luck so far...
here is the xml format that worked when i deployed it, this shows notepad only.
i need word and excel pinned...any help suggestion is appreciated
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
xmlns:win11="http://schemas.microsoft.com/AssignedAccess/2022/config">
<Profiles>
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
<AllAppsList>
<AllowedApps>
<App AppUserModelId="Microsoft.WindowsNotepad_8wekyb3d8bbwe!App"/>
</AllowedApps>
</AllAppsList>
<win11:StartPins>
<![CDATA[
{ "pinnedList":[
{"packagedAppId": "Microsoft.WindowsNotepad_8wekyb3d8bbwe!App"}
] }
]]>
</win11:StartPins>
<Taskbar ShowTaskbar="true"/>
</Profile>
</Profiles>
<Configs>
<Config>
<UserGroup Type="LocalGroup" Name="Users" />
<DefaultProfile Id="{{9A2A490F-10F6-4764-974A-43B19E722C23}}"/>
</Config>
</Configs>
</AssignedAccessConfiguration>
Windows for business | Windows Client for IT Pros | User experience | Other
Sign in to answer