Wmic Help New |verified|
To find out if an alias supports the creation of new instances, and to see the required parameters, request help directly on that context's create verb: wmic process call create /? Use code with caution.
The CREATE verb allows you to instantiate new system elements, such as launching a new process, setting up a new environment variable, or establishing a new network share. Syntax Discovery for Creation wmic help new
: Use wmic [alias] /? (e.g., wmic process /? ) to see verbs like GET , LIST , CREATE , and DELETE supported by that alias. To find out if an alias supports the