New unidentified icon in system tray.

purmar

New Member
Joined
Dec 5, 2019
Messages
1
The icon (see pix) has no description, no right click options, nothing. Anybody recognizes this?

Looks like my computer slowed down so checking what is happening...
 

Attachments

  • icon - Copy.webp
    10.6 KB · Views: 291
Solution
You can probably download procexp and look in it for the icon or look at the output off
Get-CimInstance -Classname Win32_Process | ft name, commandline in powershell and look for applications you don't recognize.
You can probably download procexp and look in it for the icon or look at the output off
Get-CimInstance -Classname Win32_Process | ft name, commandline in powershell and look for applications you don't recognize.
 
Solution