michael_rowland
‎11-26-2023
New Contributor

Joined: November 2012

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am needing to remove some obsolete login items from our classroom machines I'm trying the following #!/bin/bash -v exec 2>&1 sudo -u $3 /usr/bin/osascript -e 'tell application "System Events" to delete login item "PCClient"' sudo -u $3 /usr/bin/osa...