Giter Club home page Giter Club logo

win11compchk's Introduction

Now not maintained. Please use other programs instead.

GitHub all releases wefr platform

Windows 11 Compatibility Check is an tool that runs in cmd.exe. No installations required!

Win11CompChk is the smallest Windows 11 Compatibility checker yet.

cmd_YHRrevXhEV

โ„น This repository is on life support. Expect fewer releases (but I trying to make a release monthly)

Features

Copy and Export Results (that you can use to share the compatibility)

More info on your Results (v5 only; that you can see what you can upgrade)

Windows 11 Release Countdown (v5 only; that you can see how many days Windows 11 will release)

Download

Latest Release Version Latest Preview Version
dl1 None
GitHub release (latest by SemVer) None

System Requirements

Requirements Minimum Recommended
CPU 64-bit CPU with SSE3 8th-gen Intel or Zen 2
RAM 50MB available 250MB available
OS Windows 7 SP1 Windows 10 1909
Others CMD and PowerShell CMD and PowerShell

Command-line arguments

Win11CompChk [-D] [-D -E] [--override-index]

  • -D: Delete Index.bat
  • --override-index: Override index.bat
  • -D -E: Run Debug Mode

Compiling to EXE

  1. Download the batch file by downloading the ZIP file or using git clone https://github.com/jbcarreon123/Win11CompChk
  2. Refer to this instructions here to create an EXE file. NOTE: If you want to use other compilers than instructed here, you may be expirencing false-positives.

Execution Time of Index Mode (on HDD) [Win11CompChk v5.1.0]

ywKx8AFmvf

Repositories that helped so Win11CompChk will be made

  • rcmaehl/WhyNotWin11 (WhyNotWin11? Yes! You heard it right! I used some WhyNotWin11 source to make this.)
  • There is no other repositories that helped to make this
Windows and Windows 11 are trademark of Microsoft Inc.
Win11CompChk are not endorsed or affiliated by Microsoft Inc.

win11compchk's People

Contributors

jbcarreon123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

win11compchk's Issues

[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.

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")

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.