coofcookie / Windows11Upgrade

Windows 11 Upgrade tool that bypasses Microsoft´s requirements
GNU General Public License v3.0
1.48k stars 128 forks source link

unfortunately we could not determine if windows 11 can run on your pc close setup and try again #42

Open DerPwny opened 1 year ago

DerPwny commented 1 year ago

Error message "unfortunately we could not determine if windows 11 can run on your pc close setup and try again" when running the tool and after selecting the official Windows 11 ISO. I am already on Windows 11 21H2 and want to update to 22H2

DerPwny commented 1 year ago

This regfix worked. Export this registry key beforehand as a backup and then run this in a CMD window (as Admin).

reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vdsldr.exe" /f

You might need to run this as well, if you get further error messages (I didn't need to).

wmic /namespace:"\\root\subscription" path __EventFilter where Name="Skip TPM Check on Dynamic Update" delete

RubenPX commented 1 year ago

This regfix worked. Export this registry key beforehand as a backup and then run this in a CMD window (as Admin).

reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vdsldr.exe" /f

You might need to run this as well, if you get further error messages (I didn't need to).

wmic /namespace:"\\root\subscription" path __EventFilter where Name="Skip TPM Check on Dynamic Update" delete

Not working for me

GhostOfSatoshi commented 11 months ago

Not worked for me either.

tarvcode commented 11 months ago

This regfix worked. Export this registry key beforehand as a backup and then run this in a CMD window (as Admin).

reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vdsldr.exe" /f

You might need to run this as well, if you get further error messages (I didn't need to).

wmic /namespace:"\\root\subscription" path __EventFilter where Name="Skip TPM Check on Dynamic Update" delete

worked for me, thanks. upgrading from 21h2 to 22h2.

also for those that run across this, the latest 22h2 update wasn't working, i had to find an older iso from dec 2022 and that worked for me. anything newer than sept 2023 wouldn't run at all.

Seunke commented 9 months ago

Same here. Tried to upgrade from a laptop which doesn't meet the requirements (processor) but with Windows 11 home installed. Both reg edits tried, still no joy...