- Save the content below to
C:\scripts\wslbridge.ps1
- Run
Powershell
as Administrator - From within Powershell, run
powershell -ExecutionPolicy Bypass -File C:\scripts\wslbridge.ps1
- Get your windows IP with
ipconfig
- Connect to your Windows IP (NOT THE WSL ONE) from the expo go on
exp://<IP>:19000
# [Configuration]
# All the ports you want to forward separated by coma
$ports=@(7700,8088,8089,19000);