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
Replace WMIC with PowerShell for CPU architecture detection (#40)
- Replace deprecated WMIC command with modern PowerShell
- Use Get-CimInstance instead of WMIC to access Win32_Processor
- Maintain compatibility with existing code by keeping same output format
- Improve compatibility with newer Windows versions
- No changes to core program logic
We also update to 2.4.0-dev.
Closes#41.
0 commit comments