oldgeek
Well-Known Member
- Joined
- Aug 25, 2021
- Messages
- 69
Earlier on I mentioned about installing windows 11 on no spec machines. Just to make it simpler I have re-written the means. I know there are other moethods but just in case someone wants to play with an old machine. Remember though it does have to meet minimum specs and not talkng about the windows requirements.
Open regedit
select HKEY_LOCAL_MACHINE
Select \SYSTEM
select \Setup
Select \MoSetup
In the right column, right click and select NEW
Select DWORD(32-bit)Value
Replace Value with - AllowUpgradesWithUnsupportedTPMOrCPU
Double click the replaced value
Select Hexidecimal
Replace the 0 with 1 in the value data box
click ok
The .reg file if you want to make one, should look something like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \SYSTE\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
Write it in notepad and when you go to save it, change the option to All Files and save it as *filname*.reg. The *filername* being what ever you want to name it as.
OldGeek
Open regedit
select HKEY_LOCAL_MACHINE
Select \SYSTEM
select \Setup
Select \MoSetup
In the right column, right click and select NEW
Select DWORD(32-bit)Value
Replace Value with - AllowUpgradesWithUnsupportedTPMOrCPU
Double click the replaced value
Select Hexidecimal
Replace the 0 with 1 in the value data box
click ok
The .reg file if you want to make one, should look something like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \SYSTE\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
Write it in notepad and when you go to save it, change the option to All Files and save it as *filname*.reg. The *filername* being what ever you want to name it as.
OldGeek