Giter Club home page Giter Club logo

win11compchk's Issues

Change OS Arch code

I've tested this with several Windows 10 systems. Some systems output "wmic OS get OSArchitecture"

32-bit or 64-bit
and other
32-Bit or 64-Bit

That means we have to look for all four spellings in the OSArch.log (wmic OS get OSArchitecture>% temp% \ OSArch.log). My proposition:

type %temp%\OSArch.log | findstr /i /c:"32-bit" >nul 2>&1 && ( set "OSA=32-bit")
type %temp%\OSArch.log | findstr /i /c:"64-bit" >nul 2>&1 && ( set "OSA=64-bit")

OR

type% temp% \ OSArch.log | findstr / c: "32-Bit"> nul 2> & 1 && (set "OSA = 32-bit")
type% temp% \ OSArch.log | findstr / c: "32-bit"> nul 2> & 1 && (set "OSA = 32-bit")
type% temp% \ OSArch.log | findstr / c: "64-Bit"> nul 2> & 1 && (set "OSA = 64-bit")
type% temp% \ OSArch.log | findstr / c: "64-bit"> nul 2> & 1 && (set "OSA = 64-bit")

[BUG]

The exported report does not display CPU information. There is a question mark in the graphical interface, there are no marks in the exported report.

Add Intel 12th gen [Alder Lake] CPUs

The Core Gen 12 Intel CPUs are missing, my proposition:

type %temp%\CPUC.log | findstr /c:"Core(TM) i5-12600K " >nul 2>&1 && set "CPUComp=Compatible" && goto cpufn
type %temp%\CPUC.log | findstr /c:"Core(TM) i5-12600KF " >nul 2>&1 && set "CPUComp=Compatible" && goto cpufn
type %temp%\CPUC.log | findstr /c:"Core(TM) i7-12700K " >nul 2>&1 && set "CPUComp=Compatible" && goto cpufn
type %temp%\CPUC.log | findstr /c:"Core(TM) i7-12700KF " >nul 2>&1 && set "CPUComp=Compatible" && goto cpufn
type %temp%\CPUC.log | findstr /c:"Core(TM) i9-12900K " >nul 2>&1 && set "CPUComp=Compatible" && goto cpufn
type %temp%\CPUC.log | findstr /c:"Core(TM) i9-12900KF " >nul 2>&1 && set "CPUComp=Compatible" && goto cpufn
type %temp%\CPUC.log | findstr /c:"Core(TM) i7-12700KF " >nul 2>&1 && set "CPUComp=Compatible" && goto cpufn

source of compatible CPUs: https://docs.microsoft.com/de-de/windows-hardware/design/minimum/supported/windows-11-supported-intel-processors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.