Win32_LogicalMemoryConfiguration在win7下无法使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Win32_LogicalMemoryConfiguration在win7下无法使用相关的知识,希望对你有一定的参考价值。

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下无法使用的主要内容,如果未能解决你的问题,请参考以下文章

Win32_MountPoint 和 Win32_Volume 在 Windows XP 上的可用性?

我应该在 64 位版本中同时定义 _WIN32 和 _WIN64 吗?

关于#if(defined(__WIN32__)的问题

如何摆脱 _WIN32_WINNT 未定义警告?

Win32_PnPEntity 没有获取隐藏设备

_WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)