Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What to do is make a .bat file to disable the Oculus Service.
- Right-click Desktop and choose New > Text Document
- Open this and paste the following code:
@echo off
echo Preparing to disable Oculus Runtime Services
pause
net stop OVRService
echo Oculus Runtime Stopped, enjoy your non-VR experience
echo When you're ready to re-enable VR
pause
net start OVRService
echo Oculus Runtime Services have been re-enabled
echo Enjoy your Virtual Reality experiences and
pause
- Save this as a .bat file instead of .txt
- Run the .bat file
- Press any key to disable the Oculus Service
- Play Pool Nation FX (Do not close the .bat file window)
- Once finished playing Pool Nation FX click on the .bat file window and press any key to restart the Oculus Service
Enjoy!
This worked perfectly for me, thank you so much!