Add disable-toast-notifications-from-lock.xml (#34497)

This profile disables toast notifications from the lock screen.


# Checklist for submitter

If some of the following don't apply, delete the relevant line.


## Testing


- [x] QA'd all new/changed functionality manually
This commit is contained in:
Mason Buettner 2025-10-25 16:01:39 -07:00 committed by GitHub
parent 680b36c802
commit 74f26d9ff0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
<Replace>
<Item>
<Target>
<LocURI>./Device/Vendor/MSFT/Policy/Config/AboveLock/AllowToasts</LocURI>
</Target>
<Meta>
<Format>int</Format>
<Type>text/plain</Type>
</Meta>
<Data>0</Data>
</Item>
</Replace>