Created
August 4, 2017 06:52
-
-
Save Forceflow/6c1263a6c29d20db688aa87ebbc52d5c to your computer and use it in GitHub Desktop.
Simple script to start/stop Oculus OVR runtime on Windows. Run as admin.
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
net start "OVRService" | |
if %errorlevel% == 2 net stop "OVRService" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment