12-18-2024 10:14 PM
This process continues to run in the background even after I terminate the Meta Quest Link application. Aside from consuming unnecessary processor resources, it persistently causes the mouse cursor to display a loading icon
12-19-2024 01:12 AM
It's the service on which the Meta app depends. If you don't want it running, you can stop the "Oculus VR Runtime Service". You can also set it to run manually if you like, in which case it will only start when the app does. I use batch files to stop and start it on demand
net stop "oculus vr runtime service"
net start "oculus vr runtime service"
12-20-2024 07:53 AM