Detection Script to help identify why your PC isn't Windows 11 Release Ready
Download DEV BUILDS here
To download click on the top result and download artifact called WNW11.
Keep in mind that you will have to update these manually
- Hard Floor Checks:
- Cores >= 2
- CPU Freq >= 1 GHZ
- CPU Arch = 64
- RAM >= 4 GB
- Storage >= 64 GB
-
TPM >= 1.2(Removed with recent changes from Microsoft) - SecureBoot
-
SMode(WhyNotWin11 is not compatible with S Mode Devices)
- Soft Floor Checks:
- TPM >= 2.0
- CPU Compatibility list
- Other Checks:
- DirectX 12
- WDDM 2
- Screen Resolution
- A fancier GUI
- Download and run "AutoIt Full Installation" from official website.
- Get the source code either by downloading zip or do
git clone https://github.com/rcmaehl/WhyNotWin11
. - Right click on
WhyNotWin11.au3
in the WhyNotWin11 directory and select "Compile Script (x64) (or x86 if you have 32 bit Windows install). - This will create WhyNotWin11.exe in the same directory.
This program is free and open source. Feel free to download and modify. Please do not sell exact copies.