Skip to content

利用软路由openclash给NVIDIA Geforce Experience激活Shield串流的简易bat脚本

Notifications You must be signed in to change notification settings

ubun222/Active-Shield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Active-Shield

利用旁路由openclash给NVIDIA Geforce Experience激活Shield选项的简易bat脚本

  1. 想办法将将gfwsl.geforce.com加入国外流量规则里
  2. 下载该仓库
  3. 编辑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
  1. 以管理员权限运行

在Geforce Experience Shield添加关机捷径

  1. 将C:\Windows\System32\shutdown.exe复制到桌面
  2. 右键桌面的shutdown.exe
  3. 属性-兼容性-以管理员身份运行,并创建快捷方式
  4. 桌面新建并编辑shutdown.bat
explorer C:\Users\***UserName***\Desktop\shutdown.lnk
  1. 在Shield游戏栏中添加该bat脚本

About

利用软路由openclash给NVIDIA Geforce Experience激活Shield串流的简易bat脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published