rcmaehl / WhyNotWin11

Detection Script to help identify why your PC is not Windows 11 Release Ready. Now Supporting Update Checks!

Home Page:https://whynotwin11.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

small improvement to storage check

thecatontheceiling opened this issue · comments

commented

WhyWin11 says Windows 11 required 64 GiB storage, but in practice the Windows 11 installer only requires 52 GiB (55~ GB).

image-75.png

I suggest making a note of some kind about this or making the program not say "you're UNSUPPORTED" if you have more than 52 GiB of space.

commented

?
this issue explained how it's not 64 GB lol.
you can try installing windows 11 on a 52 GB drive and it'll work fine.
it's completely supported in every way.
I have a school laptop with less than 64 GB eMMC with windows 11 on it

I'd say keep as it is. I mean it is also possible to install windows 11 on other (unsupported) configurations and it will work fine.

What does the official tool from microsoft say?

commented

In those other cases you need to use a bypass of some kind. But in this case there was no modification needed for Windows 11 installer to let me install it on a 52 GB drive.

this is microsoft supported. check HwReqEval.json in sources\hwreqchk.dll:
// Sun Valley Client requires 64 GB system drive. ~52 GB for fudge factor.

And, as I mentioned earlier, educational institutions also seem to have no problem installing Windows 11 on 52 GB drives. The laptop had an Education A3 subscription through AAD which basically confirms microsoft supports this entirely. 64 GB is "just there" on the official docs, it isn't enforced at all. I assume it's the "recommended specs" not "minimum specs" microsoft was going for.

Most commonly available storage devices are multiples of 2^X GB in size for a long time now. That 51GB disk was likely marketed as 64GB of Flash Storage. I believe WNW11 checks the size of the DISK instead of the PARTITION, but it's been a while since I even touched htcfreek's portion of code.

Maybe I'll add in some looser checks for Virtual Machines since they can have disks of any size but I don't see it being a huge deal.

commented

If I'm understanding what you said correctly, that 51 GB drive was the only disk in the laptop so it isn't a multiple-partition issue