Skip to main content

Disable Self Service Notification

  • September 18, 2024
  • 2 replies
  • 68 views

Forum|alt.badge.img+1

Hi,
I'm trying to disable the Self-Service notification banner from popping up on the top right corner, but still no luck. I tried creating a Configuration Profile using the configurations as showed on the image:

 

Also tried through Policy, to deploy a script but still the notification appear.

 

 

#!/bin/bash # Get the currently logged-in user currentUser=$(stat -f%Su /dev/console) # Path to the user's notification preferences plistPath="/Users/$currentUser/Library/Preferences/com.apple.ncprefs.plist" # Disable notifications for Self Service if [ -f "$plistPath" ]; then sudo -u "$currentUser" defaults write "$plistPath" apps -array-add '{ "bundle-id" = "com.jamfsoftware.selfservice.mac"; "flags" = 0; "show" = 0; }' else echo "Notification preferences file not found for user $currentUser"

 

 

 Anyone else has experienced this? What can i try else?

Thanks

2 replies

Forum|alt.badge.img+3
  • New Contributor
  • 3 replies
  • September 27, 2024

Are you trying to suppress notifications when Google or other apps update?

If you are, then you can either go app-by-app or for all app installers.

Computers - Mac Apps - Google Chrome - End User Experience - Edit - Custom - Suppress all notifications

or

Settings - Computer Management - App Installers - Edit - Suppression settings - Global - Suppress all notifications


PepsAppleIT
Forum|alt.badge.img+5
  • Contributor
  • 17 replies
  • February 18, 2025

What if it is just for one user/registered device in the organization in their JAMF Pro  - Self Service?