码迷,mamicode.com
首页 > Windows程序 > 详细

Win32_LogicalMemoryConfiguration在win7下无法使用

时间:2019-01-15 11:59:33      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:for   运行   amp   win   ice   cts   log   str   win2003   

strComputer = "."

Set objSWbemServices = GetObject("winmgmts:\" & strComputer)
Set colSWbemObjectSet = _
objSWbemServices.InstancesOf("Win32_LogicalMemoryConfiguration")

For Each objSWbemObject In colSWbemObjectSet
Wscript.Echo "Total Physical Memory (kb): " & _
objSWbemObject.TotalPhysicalMemory
Next
这段代码在win7下无法运行报错(null): 0x80041010 在win2003下可以运行,win7下已经取消此类

Win32_LogicalMemoryConfiguration在win7下无法使用

标签:for   运行   amp   win   ice   cts   log   str   win2003   

原文地址:http://blog.51cto.com/4432704/2342798

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!