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

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

  
/* Displays basic connection information (including whether HTTP 1.1 has been enabled) for Internet Explorer */
strcomputer = "."
objwmiservice = getobject("winmgmts:{impersonationLevel=impersonate}!\\" || strcomputer || "\root\cimv2\Applications\MicrosoftIE")
coliesettings = objwmiservice~execquery("Select * from MicrosoftIE_ConnectionSummary")
DO striesetting OVER coliesettings
	SAY "Connection preference:" striesetting~connectionpreference
	SAY "HTTP 1.1. enabled:" striesetting~enablehttp11
	SAY "Proxy HTTP 1.1. enabled:" striesetting~proxyhttp11
	SAY
END
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Thu 2024-5-2  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16