netkot
1 year agoExplorer
Meta Quest Link - RemoteDesktopCompanion.exe filebomb
RemoteDesktopCompanion.exe creates literally tens of thousands, sometimes millions of files like fba_XXXXX.json in the root of the C: drive
It gets to the point where computers start to slow down and disk space runs out.
I don't think this kind of program behavior is acceptable.
Please take action.
Thank you.
===========================
PS.
Ok, I found a solution on one forum, at least a temporary one.
You need to rename the RemoteDesktopCompanion.exe file
It is possible that the running OVRservice will not allow you to do this, so you need to stop it first.
Here is a bat file that will do all this for you:
1. Stop the OVRservice
2. Rename RemoteDesktopCompanion.exe
3. Delete all created json files
4. Start OVRservice again
net stop OVRservice
ren "C:\Program Files\Oculus\Support\oculus-remote-desktop\RemoteDesktopCompanion.exe" "RemoteDesktopCompanion.exe.old"
del c:\fba*.json /q
net start OVRservice
- Ok, I found a solution on one forum, at least a temporary one.You need to rename the RemoteDesktopCompanion.exe fileIt is possible that the running OVRservice will not allow you to do this, so you need to stop it first.Here is a bat file that will do all this for you:1. Stop the OVRservice2. Rename RemoteDesktopCompanion.exe3. Delete all created json files4. Start OVRservice again
net stop OVRservice ren "C:\Program Files\Oculus\Support\oculus-remote-desktop\RemoteDesktopCompanion.exe" "RemoteDesktopCompanion.exe.old" del c:\fba*.json /q net start OVRservice