利用旁路由openclash给NVIDIA Geforce Experience激活Shield选项的简易bat脚本
- 想办法将将gfwsl.geforce.com加入国外流量规则里
- 下载该仓库
- 编辑Shield.bat
- 将WLAN 3改成PC的网络名称
- 将192.168.2.115改成PC的IP
- 将192.168.2.97改成旁路由IP
timeout /T 16 /NOBREAK
TASKKILL /F /IM "NVIDIA Geforce Experience.exe"
timeout /T 2 /NOBREAK
net stop NvContainerLocalSystem
netsh interface ip set address "WLAN 3" static 192.168.2.115 255.255.255.0 192.168.2.97 1
netsh interface ip set dns "WLAN 3" static 8.8.4.4
timeout /T 10 /NOBREAK
net start NvContainerLocalSystem
timeout /T 10 /NOBREAK
netsh interface ip set address "WLAN 3" DHCP
netsh interface ip set dns "WLAN 3" DHCP
timeout /T 5 /NOBREAK
explorer C:\Users\Public\Desktop\GeForce Experience.lnk
pause
- 以管理员权限运行
- 将C:\Windows\System32\shutdown.exe复制到桌面
- 右键桌面的shutdown.exe
- 属性-兼容性-以管理员身份运行,并创建快捷方式
- 桌面新建并编辑shutdown.bat
explorer C:\Users\***UserName***\Desktop\shutdown.lnk
- 在Shield游戏栏中添加该bat脚本