Skip to content

Instantly share code, notes, and snippets.

View yllhwa's full-sized avatar
🎯
Focusing

hwa yllhwa

🎯
Focusing
  • Huazhong University of Science and Technology
  • Wuhan, China
  • 07:30 (UTC +08:00)
View GitHub Profile
@echo off
title clearing proxy
echo starting to clear proxy setting
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
echo done
pause