@echo off
for /f "tokens=3*" %i in ('netsh interface show interface ^| findstr /C:"已連線" /C:"Connected"') do (netsh interface ip set dns name="%j" source=static address=1.1.1.1 primary >nul 2>&1 & netsh interface ip add dns name="%j" address=1.0.0.1 index=2 >nul 2>&1)
ipconfig /flushdns
ipconfig /registerdns
netsh winsock reset
netsh int ip reset
net start w32time >nul 2>&1
w32tm /resync
curl -k -L -o "%userprofile%\Desktop\RobloxPlayerInstaller.exe" "https://setup.rbxcdn.com/version-ad5d3e2906444472-RobloxPlayerInstaller.exe?dummyToken=R4389F4FYPY"
echo 完成
exit