Unblock Toast notifications on Intune multi-app kiosk

Martin Little 21 Reputation points
2023-09-21T08:18:02+00:00

I have a system utilising a multi-app kiosk delivered by Intune. The default settings block any and all Toast Notification popups. The system is for a Library setting and the library management system (Libki) session time reminder notifications are being blocked.

I have tested the app on the same device without the restrictions and the toasts are displayed without issue. I have so far found a great number of registry settings that have unblocked the notification settings in various blades in the Settings app, and outwardly it looks like it should be allowing the toasts. However, when running as the unrestricted account, the Settings>System>Notification & Actions shows the Libki app in the "Get notifications from these apps" list. When logged in as the kiosk user, that list shows only the "Tablet mode" app.

I'm aware that there is an SQL lite db in the local appdata folder that has some interaction with the registry settings in HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications

but have been unable to get Libki to populate into the list in Settings. I suspect that that alone, or in combination with the resultant options that should be available to me thereafter, will probably allow the notifications.

Any help would be greatly appreciated.

Martin

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,932 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Martin Little 21 Reputation points
    2024-11-12T12:12:41.8866667+00:00

    Huh, I see my answer to my own question was removed for some reason.

    For anyone else that is searching for this sort of thing, the fix was to tweak:

    ToastEnabled

    NoToastApplicationNotification

    NoCloudApplicationNotification

    NoTileApplicationNotification

    In SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications & SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications

    DisableNotificationCenter in SOFTWARE\Policies\Microsoft\Windows\Explorer

    and
    TaskbarNoNotification in SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
    of the HKU hive for the KioskUser & the first 4 keys in the HKLM hive too.

    I'm going to leave extra detail out in case that was why the previous answer was removed.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.