Guidance
指路人
g.yi.org
Software / Reginald / Examples / repository / Desktop Management / Internet Explorer / LANSettings.rex

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
/* Displays network information (including proxy server information) for Internet Explorer */
strcomputer = "."
objwmiservice = getobject("winmgmts:{impersonationLevel=impersonate}!\\" || strcomputer || "\root\cimv2\Applications\MicrosoftIE")
coliesettings = objwmiservice~execquery("Select * from MicrosoftIE_LANSettings")
DO striesetting OVER coliesettings
	SAY "Autoconfiguration proxy:" striesetting~autoconfigproxy
	SAY "Autoconfiguration URL:" striesetting~autoconfigurl
	SAY "Autoconfiguration Proxy detection mode:" striesetting~autoproxydetectmode
	SAY "Proxy:" striesetting~proxy
	SAY "Proxy override:" striesetting~proxyoverride
	SAY "Proxy server:" striesetting~proxyserver
	SAY
END
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Thu 2024-5-2  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16