English 中文(简体)
B. 失败 using using
原标题:Failure while accessing Bcd using wmic

当我试图利用湿度使用BcdStore级的EdicateObjects方法时,我就错了。

我最初采用“GetSystemDisk”方法,确保我能够进入BcdStore(见下文)。 罚款。

<><><>><>>><>>>><>>>>>><>>>>>>><>>>><>>>><>>><>>><>>>><>><>>><>>>><>>>>><>>>>><>>>>>><>>>>>><>>>>>>><>>>>>>>><>>>>>>><>>>>>>><>>>>>>>><>>>>>>>><>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 厘米度的窗口产出始于<>><>>>>>><>>>>>><>>>>>_<>>>>>>_>>_<>>>>>>>>>>>>>>>>>_>_>_>_>_>_>_<>_>_>_>_>_>_>_>_>_>_>_<>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>

C:>wmic /namespace: ootwmi par BcdStore calls GetSystemDisk

Executing (BcdStore)->GetSystemDisk()

成功执行方法。

参数:

____

页: 1

    Disk = "\Device\Harddisk0\DR0";

    ReturnValue = TRUE;

iii

<><><>><>>><>>>><>>>>>><>>>>>>><>>>><>>>><>>><>>><>>>><>><>>><>>>><>>>>><>>>>><>>>>>><>>>>>><>>>>>>><>>>>>>>><>>>>>>><>>>>>>><>>>>>>>><>>>>>>>><>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 厘米度的窗口产出到<><>>>><>>>>><>>>>>>><>>>>>><>>>><>>><>>>><>>>>><>>>>><>>>>><>>>>>><>>>>>>>>><>>>>>>><>>>>>>><>>>>>><>>>>>>><>>>>>><>>>>><>>>>>><>>>>>>><>>>>>>>>><>>>>>>>>>>>>><>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>

然后,我掌握了计算结果的方法,但结果失败,请见下文。 不同版本在如何将论点传递到方法上,只是有不同的差异,但这只是徒劳的。

<><><>><>>><>>>><>>>>>><>>>>>>><>>>><>>>><>>><>>><>>>><>><>>><>>>><>>>>><>>>>><>>>>>><>>>>>><>>>>>>><>>>>>>>><>>>>>>><>>>>>>><>>>>>>>><>>>>>>>><>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 厘米度的窗口产出始于<>><>>>>>><>>>>>><>>>>>_<>>>>>>_>>_<>>>>>>>>>>>>>>>>>_>_>_>_>_>_>_<>_>_>_>_>_>_>_>_>_>_>_<>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>_>

C:>wmic /namespace: ootwmi class BcdStore call EnumerateObjects 10200003

Executing (BcdStore)->EmathateObjects()

ERROR:

说明 = 无效方法参数

C:>wmic /namespace: ootwmi par BcdStore calls EmathateObjects打字

Executing (BcdStore)->EmathateObjects()

ERROR:

说明 = 无效方法参数

C:>wmic /namespace: ootwmi par BcdStore calls EdicateObjectstype='H10200003”

ERROR:

说明 = 类型不匹配。

C:>wmic /namespace: ootwmi par BcdStore calls EdicateObjects 0x10200003

ERROR:

说明 = 类型不匹配。

<><><>><>>><>>>><>>>>>><>>>>>>><>>>><>>>><>>><>>><>>>><>><>>><>>>><>>>>><>>>>><>>>>>><>>>>>><>>>>>>><>>>>>>>><>>>>>>><>>>>>>><>>>>>>>><>>>>>>>><>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 厘米度的窗口产出到<><>>>><>>>>><>>>>>>><>>>>>><>>>><>>><>>>><>>>>><>>>>><>>>>><>>>>>><>>>>>>>>><>>>>>>><>>>>>>><>>>>>><>>>>>>><>>>>>><>>>>><>>>>>><>>>>>>><>>>>>>>>><>>>>>>>>>>>>><>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>>>>>>>>

希望得到任何帮助。

问题回答

这不是答案,因为我不敢真正理解你想要做些什么,但可以解释为什么你不做什么。

The following works because GetSystemDisk is a static method of the class BcdStore :

wmic /namespace:
ootwmi class BcdStore call GetSystemDisk

您可在的限定方法中看到这一点。 WMI Cimroom:

“entergraph

But EnumerateObjects is an instance method of the class BcdStore, so you can t call it from the class itself, you must call it from an instance. WMI Object Browser show no instance on my W2K8R2 for BcdStore class.

“entergraph





相关问题
Windows + wmic + memory

I would like to sum used memory of all programs named "test.exe" in a batch script. I can use the following command to get memory usage of all the appropriate processes: C:> wmic process where ...

Why does VBScript sometimes block in WshShell.Exec?

I ve got an html application (HTA) that uses WshShell.Exec to get the version of Windows. I m using wmic os get Caption to get the specific version, which works fine on the command line and in a ...

How to suppress the output of wmic

Does anyone know how to suppress the msg "No Instance(s) Available." from the following command? Your help is highly appreciated in advance! wmic process where (name="java.exe") get commandline | ...

WMI Access Denied while Win32_Service query

I m using WMI to retrieve REMOTE computer services. To check the results I try WMIC like: WMIC /NODE:"hostname" /USER:"login" /PASSWORD:"pwd" OS WMIC /NODE:"hostname" /USER:"login" /PASSWORD:"pwd" ...

热门标签