Skip to content

Commit

Permalink
Add ‘AllowUpgradesWithUnsupportedTPMOrCPU’ registry value
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneegans committed Dec 3, 2024
1 parent 03b9b8d commit 2746922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifier/Bypass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public override void Process()
);
}
appender.Append(
CommandBuilder.RegistryCommand(@$"add ""HKLM\SYSTEM\Setup\MoSetup"" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f")
CommandBuilder.RegistryCommand(@"add ""HKLM\SYSTEM\Setup\MoSetup"" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f")
);
}

Expand Down

0 comments on commit 2746922

Please sign in to comment.