You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please replace the wmic.exe usage by running
powershell -executionPolicy bypass "(Get-WmiObject Win32_OperatingSystem).OSArchitecture"
Debug Message
n.a.
Other Steps to Reproduce
n.a.
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
AndreasDiet
added
the
bug-report
Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)
label
Dec 12, 2024
github-actionsbot
changed the title
deperecated and removed wmic.exe is used internally
deperecated and removed wmic.exe is used internally (VSC-1538)
Dec 12, 2024
AndreasDiet
changed the title
deperecated and removed wmic.exe is used internally (VSC-1538)
deprecated and removed wmic.exe is used internally (VSC-1538)
Dec 12, 2024
opened a tree of directories - my wmicCatcher is triggered, indicating wmic.exe is used
installed the vsix
opened the very same directory tree- my wmicCatcher is no longer be triggered
thanks for changing to make this extension compatible to Win11 24H2/Server 2025
Your feedback matters! Could you take a moment to rate it on the marketplace? A positive rating helps other developers discover our tools and motivates us to keep improving.
OS
Windows
Operating System version
Win 11 24H2
Visual Studio Code version
n.a.
ESP-IDF version
n.a.
Python version
n.a.
Doctor command output
n.a.
Extension
n.a.
Description
follow up for microsoft/vscode#228661
see
vscode-esp-idf-extension/src/PlatformInformation.ts
Lines 94 to 96 in e61f08a
wmic.exe is marked as deprecated since release of Windows 10 21H2
see https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features and search for wmic
in Win 11 24H2 it is no longer part of the installation bits
please replace the wmic.exe usage by running
powershell -executionPolicy bypass "(Get-WmiObject Win32_OperatingSystem).OSArchitecture"
Debug Message
n.a.
Other Steps to Reproduce
n.a.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: