Skip to main content

Hello everyone. We are no longer using Nudge and would like to uninstall it. Anyone have an idea on how to do this? I do not see an uninstall in the download of the apps. This needs to be pushed out via JAMF. 

Nudge installs to /Applications/Utilities/Nudge.app


Policy:


rm -rf /Applications/Utilities/Nudge.app


Config profile can be removed via removing devices from its scope


You probably also want to delete the LaunchAgent

rm -r /Library/LaunchAgent/com.github.macadmins.Nudge.plist

 

 

 


Reply