Post #1110189
2026-04-10 09:02 UTC
This doesn't really say much; this could be legitimate software thinking it crashed, or it could be malware trying to hide itself.
Try seeing if `sudo find / -type f -name windows` tells you anything about where it's installed. This command searches through `/` (all files) to find a file (`-type f`) that is named `windows` (the same as the process name).
Replies (1)
-
@thermogel@lemmy.ml 2026-04-10 09:46
weird 