### Network Reset Commands Source: https://github.com/jiapai12138/z-lok/blob/main/README.md Execute these commands as administrator to reset network configurations, including Winsock, IP settings, and DNS cache. ```batch REM Network reset / 网络重置 netsh winsock reset netsh int ip reset netsh winhttp reset proxy ipconfig /release ipconfig /renew ipconfig /flushdns ipconfig /registerdns ``` -------------------------------- ### System File Checker and DISM Repair Source: https://github.com/jiapai12138/z-lok/blob/main/README.md Run these commands as administrator to check and restore the health of system files and images. ```batch REM System repair / 系统修复 sfc /scannow DISM.exe /Online /Cleanup-Image /RestoreHealth ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.