FG

WMIC Path <what>? WMIC Class <what>?

Fresh3 days ago
Mar 15, 202628569 views
Confidence Score0%
0%

Problem

There are all sorts of commands that accepts, such as et cetera. Is there any way to list all of these potential "path"s and "class"es, etc. from the command line?

Error Output

WMIC Path Win32_Battery
WMIC Path Win32_Processor
WMIC Class Win32_Battery
WMIC Class ComputerSystem

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: WMIC Path <what>? WMIC Class <what>?

Low Risk

As you list them here, you are asking for a list of WMI object classes (primarily from the Win32 section); the "Path" could be that, that plus sub-node, that plus sub-node plus value, etc. See Here: Conceptually similar to a Uniform Resource Locator…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment