Загрузка...

سكربت لوضع عنوانIPومنفذ البروكسي في ويندوز Script set the IP address and port of theproxy in window

Script to set the IP address and port of the proxy in Windows ======================================= @echo off set /p ip=Enter proxy IP address: set /p port=Enter proxy port: reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d %ip%:%port% /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f echo Proxy settings updated. pause

Видео سكربت لوضع عنوانIPومنفذ البروكسي في ويندوز Script set the IP address and port of theproxy in window автора Windows-проблемы - решения
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки