Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算使用 WMI 在远程机器上启动一个进程(比如批处理)。但是该过程旨在从命令行参数(例如 Batch_Type_Code)开始。我找不到任何使用命令行参数的示例。
根据文档,Win32_Process.Create命令行参数包括可执行文件的路径和参数:
Win32_Process.Create
Create("\"%SYSTEMROOT%\\system32\\cmd.exe\" /K \"echo multiple spaces here\"", null, null, null);