Skip to content

Instantly share code, notes, and snippets.

@Forceflow
Created August 4, 2017 06:52
Show Gist options
  • Save Forceflow/6c1263a6c29d20db688aa87ebbc52d5c to your computer and use it in GitHub Desktop.
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.
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