|
@@ -119,6 +119,7 @@ class WinSystemProxy extends SystemProxyPlatform {
|
|
|
} else {
|
|
|
await Process.run('reg', ['add', regPath, '/v', 'ProxyEnable', '/t', 'REG_DWORD', '/d', '0', '/f']);
|
|
|
await Process.run('reg', ['add', regPath, '/v', 'ProxyServer', '/t', 'REG_SZ', '/d', '', '/f']);
|
|
|
+ await Process.run('reg', ['add', regPath, '/v', 'ProxyOverride', '/t', 'REG_SZ', '/d', '', '/f']);
|
|
|
}
|
|
|
}
|
|
|
|