📎 AI Summary:
The forum thread discusses a mysterious icon on a Windows PC that has no description or context, with the original poster seeking identification. Participants suggest using tools like Process Explorer or PowerShell commands to identify the process associated with the icon. Overall, the exchange focuses on troubleshooting methods to recognize and understand the unidentified icon, indicating a cautious but helpful troubleshooting tone.
The forum thread discusses a mysterious icon on a Windows PC that has no description or context, with the original poster seeking identification. Participants suggest using tools like Process Explorer or PowerShell commands to identify the process associated with the icon. Overall, the exchange focuses on troubleshooting methods to recognize and understand the unidentified icon, indicating a cautious but helpful troubleshooting tone.
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.
Get-CimInstance -Classname Win32_Process | ft name, commandline in powershell and look for applications you don't recognize.
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
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.
Get-CimInstance -Classname Win32_Process | ft name, commandline in powershell and look for applications you don't recognize.
King Mustard
Extraordinary Member
Member details
- Joined
- Sep 11, 2016
- Messages
- 21
When does the tooltip say when you hover over it with your mouse cursor?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...