无标题无名氏No.64546312 只看PO
2024-11-30(六)10:40:33 ID:XWXD4q5 回应
求助,我现在不开魔法就没法上网了怎么办啊?
无标题无名氏No.64588370
2024-12-04(三)15:01:05 ID: j3lJQyS
为了不每次没关代理就关机导致要手动重置网络,我把这段保存为bat放开机启动里了。
@echo off
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /d "" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /f
ipconfig /flushdns
start "" "C:\Program Files\Internet Explorer\iexplore.exe"
taskkill /f /im iexplore.exe
exit