Skip to content

Instantly share code, notes, and snippets.

@lambdan
Created May 28, 2022 19:21
Show Gist options
  • Save lambdan/d385afd2c3eb302efda619e20504f9da to your computer and use it in GitHub Desktop.
Save lambdan/d385afd2c3eb302efda619e20504f9da to your computer and use it in GitHub Desktop.
Kill all oculus vr processes to fix Oculus Link
REM Killall oculus to get rid of the botnets... or if Oculus Link just is stubborn for some reason...
REM Killing everything Oculus related, and then opening the Oculus app again usually fixes it
REM Run as admin!
REM Multiples because theyre stubborn sometimes
taskkill /f /im OculusClient.exe
taskkill /f /im OVRRedir.exe
taskkill /f /im oculus-platform-runtime.exe
taskkill /f /im OVRServer_x64.exe
taskkill /f /im OVRServiceLauncher.exe
taskkill /f /im OculusClient.exe
taskkill /f /im OVRRedir.exe
taskkill /f /im oculus-platform-runtime.exe
taskkill /f /im OVRServer_x64.exe
taskkill /f /im OVRServiceLauncher.exe
taskkill /f /im OculusClient.exe
taskkill /f /im OVRRedir.exe
taskkill /f /im oculus-platform-runtime.exe
taskkill /f /im OVRServer_x64.exe
taskkill /f /im OVRServiceLauncher.exe
taskkill /f /im OculusClient.exe
taskkill /f /im OVRRedir.exe
taskkill /f /im oculus-platform-runtime.exe
taskkill /f /im OVRServer_x64.exe
taskkill /f /im OVRServiceLauncher.exe
taskkill /f /im OculusClient.exe
taskkill /f /im OVRRedir.exe
taskkill /f /im oculus-platform-runtime.exe
taskkill /f /im OVRServer_x64.exe
taskkill /f /im OVRServiceLauncher.exe
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment