This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, lemburg, miss-islington, paul.moore, sahsariga111, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-26.00:29:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643156985.86.0.167165849051.issue45382@roundup.psfhosted.org>
In-reply-to
Content
> Bit wmic seems nice solution.
> Is still working for windows lower than 11?

wmic.exe is still included in Windows 10 and 11, but it's officially deprecated [1], which means it's no longer being actively developed, and it might be removed in a future update. PowerShell is the preferred way to use WMI.

---
[1] https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-deprecated-features
History
Date User Action Args
2022-01-26 00:29:45eryksunsetrecipients: + eryksun, lemburg, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, miss-islington, sahsariga111
2022-01-26 00:29:45eryksunsetmessageid: <1643156985.86.0.167165849051.issue45382@roundup.psfhosted.org>
2022-01-26 00:29:45eryksunlinkissue45382 messages
2022-01-26 00:29:45eryksuncreate