Created
May 28, 2022 19:21
-
-
Save lambdan/d385afd2c3eb302efda619e20504f9da to your computer and use it in GitHub Desktop.
Kill all oculus vr processes to fix Oculus Link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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