Hello,
I'm trying to disable apple Notification Center, i'm working on a campus so i want to make a package or script so i can deploy this with our deployment solution.
Whenever i start a terminal and type:
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
The command does exactly what i want to accomplish. But whenever this command is executed from within a package it's just not working, even with SIP disabled.
Please Help.
