devicescript icon indicating copy to clipboard operation
devicescript copied to clipboard

Error: spawn wmic ENOENT windows 11

Open aeroniemi opened this issue 1 year ago • 1 comments

WMIC seems to have become an optional feature in the latest builds of windows 11 and is needed by the VSCode extension to "flash firmware", giving a Error: spawn wmic ENOENT error if it's missing. It'd be worth adding error handling that directs people to docs on how to enable that

aeroniemi avatar Nov 21 '23 11:11 aeroniemi

indeed, it is deprecated --> https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wmic

pelikhan avatar Nov 21 '23 19:11 pelikhan