Commit 311bc6d
authored
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.1 parent 69e50fe commit 311bc6d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments