This is a batch script designed to thoroughly clean up proxy configurations on Windows systems that may cause network connectivity issues. It addresses the following scenarios:
- Residual proxy settings left by proxy software that cannot be completely removed
- Inability to access the internet normally even after deleting proxy settings
This script comprehensively cleans Windows network proxy settings through the following steps:
- Flush DNS Cache - Clears the system's stored DNS resolution records
- Reset Winsock Catalog - Resets Windows network socket settings
- Reset IP Stack - Resets the TCP/IP protocol stack to its default state
- Clean Proxy Registry Entries:
- Disables proxy server settings
- Clears proxy server address
- Clears proxy exception list
- Run the clean_proxy.bat script as Administrator (required)
- The script will automatically execute all cleanup steps
- If the network is not restored after operation, please restart your system