Message 411694 - Python tracker
Message411694
| 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:45 | eryksun | set | recipients: + eryksun, lemburg, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, miss-islington, sahsariga111 |
| 2022-01-26 00:29:45 | eryksun | set | messageid: <1643156985.86.0.167165849051.issue45382@roundup.psfhosted.org> |
| 2022-01-26 00:29:45 | eryksun | link | issue45382 messages |
| 2022-01-26 00:29:45 | eryksun | create | |