top of page

How to enable extended mode and start stop Oculus Rift runtime 1.32

If you find this useful please

How to enable extended mode on Oculus Runtime 1.32

Right click on the desktop and select New > Text document

Open the new document you just made and copy/paste the following:-

"C:\program files (x86)\Oculus\Support\oculus-runtime\DirectDisplayConfig.exe" off

Now select File>Save As... enter file name OculusExtendedMode.bat and Save as file type All files

(make sure that Encoding is set to ANSI)

Double click on your newly created batch file and Extended mode will be enabled

To enable direct mode only again make another batch file but containing:-

"C:\program files (x86)\Oculus\Support\oculus-runtime\DirectDisplayConfig.exe" on

How to stop/start Oculus Runtime 1.32

Make a batch file as above only with the following command:-

"C:\program files (x86)\Oculus\Support\oculus-runtime\OVRServiceLauncher.exe" -stop

to stop the runtime or:-

"C:\program files (x86)\Oculus\Support\oculus-runtime\OVRServiceLauncher.exe" -start

to restart the runtime

If you find this useful please

bottom of page