Code:
launchctl print-disabled user/$UID
disabled services = {
"com.bombich.cccdashboard" => true
"E78WKS7W4U.io.coressh.TunnelHelper" => true
"com.apple.ManagedClientAgent.enrollagent" => true
"E78WKS7W4U.io.coressh.ShellHelper" => true
"com.apple.Siri.agent" => true
"com.microsoft.update.agent" => false
"com.apple.FolderActionsDispatcher" => true
"com.adguard.mac.adguard.loginhelper" => false
"jp.plentycom.boa.SteerMouse" => false
"com.apple.appleseed.seedusaged.postinstall" => true
"com.apple.ScriptMenuApp" => true
}
login item associations = {
"version.com.adguard.mac.adguard.loginhelper" => "1051"
"com.adguard.mac.adguard.loginhelper" => "com.adguard.mac.adguard"
}
How to cleanup uninstalled apps? I have removed adguard, coressh and coretunnel
Code:
launchctl unload "E78WKS7W4U.io.coressh.TunnelHelper"
Unload failed: 5: Input/output error
Try running `launchctl bootout` as root for richer errors.
Code:
sudo launchctl bootout "E78WKS7W4U.io.coressh.TunnelHelper"
Unrecognized target specifier.
Usage: launchctl bootout <domain-target> [service-path1, service-path2, ...] | <service-target>
<service-target> takes a form of <domain-target>/<service-id>.
Please refer to `man launchctl` for explanation of the <domain-target> specifiers.