@echo off echo Connect Oculus Quest via USB to PC and turn it ON. pause echo. adb devices for /f "tokens=9" %%a in ('adb shell ip route') do (echo IP of Oculus Quest: %%a&set ipaddr=%%a) echo. echo Changing to TCP IP port to 5555. adb tcpip 5555 adb connect %ipaddr%:5555 echo. echo Oculus Quest must be ON. Disconnect the USB cable. pause scrcpy --bit-rate 18M --crop 1440:1400:1425:100 --window-title 'QuestStream' -f --always-on-top echo Displaying Oculus Quest capture in full screen!