How to find out what process is running on my Menu Bar?
Hi, I am using a MacBook Pro (15-inch, 2019) running on OSX 12.2.1 and I have noticed since yesterday that there's a gap between my Menu Bar items.
Nothing happens when I click onto it (It only shows the space highlighted) and I can't see to find any StartupItems from Systems/User Library, all the items on the user library is already shown as icons on my Menu Bar so I have no idea what is actually running in the background.
I have searched earlier discussions and tried restarting SystemUIServer on Terminal and running the codes below on Apple Script (Result in screenshot) but still no way of getting rid of it.
Terminal Command I ran:
killall -KILL SystemUIServer
Apple Script Code:
tell application "System Events"
tell the front menu bar of process "SystemUIServer"
set menu_extras to value of attribute "AXDescription" of menu bar items
end tell
end tell
set {TID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, return}
display dialog (items of menu_extras) as text with title "Menu Extra Names"
set AppleScript's text item delimiters to TID
return
Result:
Can anyone advice if there's malicious software running in the background unable to be detected by the free AVG antivirus? Please help!
MacBook Pro with Touch Bar