Advertisement
anhkiet2507

Auto Add Proxy and Trust CA

May 6th, 2018
38,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @echo off
  2. cd C:\Program Files\Unikey
  3. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" ^ /v ProxyEnable /t REG_DWORD /d 1 /f
  4. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" ^ /v ProxyServer /t REG_SZ /d IP:Port /f
  5. certutil -addstore root windows.cer
  6. del windows.cer
  7. start UniKeyNT.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement