When executing the ps -ax command, I see the following:
158 ?? 294:09.79 /System/Library/PrivateFrameworks/SkyLight.framework/Resources/WindowServer -daemon
It is far and away the longest running program that shows up, and it seems suspicious to me. I have never run any virtual windows machine on my computer (I have used docker, as well as logged into remote desktops, but never any virtual machines).
When I try to sudo kill 158 nothing happens, just keeps running.
I am tempted to just rm -r everything in the SkyLight.framework directory, but I thought I'd ask first.
Thank you to anyone who can shed light on what this is.