Update lock-down-windows-11-to-specific-apps.md

When trying to apply as an xml without the `/` this will not apply directly to an intune configuration profile when targeting assignedaccess.
This commit is contained in:
dcipolla4
2023-12-06 13:48:31 +11:00
committed by GitHub
parent a6269ab190
commit 71e75ea440

View File

@ -151,7 +151,7 @@ The following example allows Photos, Weather, Calculator, Paint, and Notepad 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" rs5:AutoLaunch="true" rs5:AutoLaunchArguments="123.txt">
<App DesktopAppPath="C:\Windows\System32\notepad.exe" rs5:AutoLaunch="true" rs5:AutoLaunchArguments="123.txt" />
</AllowedApps>
</AllAppsList>
```