Results 1 to 9 of 9
Thread: Proxy autoconfig Windows XP
Hybrid View
-
3rd December 2009 11:01 #1
Proxy autoconfig Windows XP
. proxy.pac wpad.dat . . Internet Explorer Maintenance .
Last edited by entium; 3rd December 2009 at 11:16.
EP43-DS3|E5200@3.33|ASUS EN9800GT HB /HTDI/ 512MB|2X2GB 800MHZ CL5 A-DATA|WD2500JB|NEC 4750A|BELINEA 1980S2
-
3rd December 2009 13:02 #2Registered User
Join Date: Oct:2003
Location:
Posts: 4,317
-? .. . .
, . gpresult - .
-
3rd December 2009 14:05 #3
Internet Explorer Maintenance . ?
EP43-DS3|E5200@3.33|ASUS EN9800GT HB /HTDI/ 512MB|2X2GB 800MHZ CL5 A-DATA|WD2500JB|NEC 4750A|BELINEA 1980S2
-
3rd December 2009 14:17 #4Registered User
Join Date: Oct:2003
Location:
Posts: 4,317
, registry ( startup , , ). - .
() , . winlogon. , .
-
7th December 2009 17:12 #5
logon script
EP43-DS3|E5200@3.33|ASUS EN9800GT HB /HTDI/ 512MB|2X2GB 800MHZ CL5 A-DATA|WD2500JB|NEC 4750A|BELINEA 1980S2
-
8th December 2009 10:49 #6Registered User
Join Date: Jun:2003
Location:
Posts: 237
OU- ? OU . ? Server 2003 GPMC. ADUC OU- GPMC .
-
8th December 2009 11:04 #7
WSUS .
function FindProxyForURL(url, host)
// Make everything lower case.
// WARNING: all shExpMatch rules following MUST be lowercase!
url = url.toLowerCase();
host = host.toLowerCase();
// Local/Internal rule
// matches to this rule get the 'local' proxy.
// Adding rules here enables the use of 'local'
if (0
// LOCAL
|| isPlainHostName(host)
|| shExpMatch(host, "127.*")
|| shExpMatch(host, "192.168.*.*")
) {
return "DIRECT";
} else {
return "PROXY 192.168.42.104:3128";
}
function FindProxyForURL(url, host)
// Make everything lower case.
// WARNING: all shExpMatch rules following MUST be lowercase!
url = url.toLowerCase();
host = host.toLowerCase();
// Local/Internal rule
// matches to this rule get the 'local' proxy.
// Adding rules here enables the use of 'local'
if (0
// LOCAL
|| isPlainHostName(host)
|| shExpMatch(host, "127.*")
|| shExpMatch(host, "192.168.*.*")
) {
return "DIRECT";
} else {
return "PROXY 192.168.1.104:3128";
}
- .
192.168.42.xxx
?EP43-DS3|E5200@3.33|ASUS EN9800GT HB /HTDI/ 512MB|2X2GB 800MHZ CL5 A-DATA|WD2500JB|NEC 4750A|BELINEA 1980S2
-
8th December 2009 11:04 #8
-
8th December 2009 13:19 #9EP43-DS3|E5200@3.33|ASUS EN9800GT HB /HTDI/ 512MB|2X2GB 800MHZ CL5 A-DATA|WD2500JB|NEC 4750A|BELINEA 1980S2




Reply With Quote
R9 280,
7th May 2023, 21:28 in