Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Internet Explorer Cache SettingsContent of List Internet Explorer Cache Settings.vbsMD5 Hash: 7EE1B4B3F97D5B06DB6876217BCC0CC1 |
||
' Description: Returns configuration settings for the Internet Explorer cache.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & _ "\root\cimv2\Applications\MicrosoftIE") Set colIESettings = objWMIService.ExecQuery _ ("Select * from MicrosoftIE_Cache") For Each strIESetting in colIESettings Wscript.Echo "Page refresh type: " & strIESetting.PageRefreshType Wscript.Echo "Temporary Internet files folder: " & _ strIESetting.TempInternetFilesFolder Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |