-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Remove all Windows 11 restrictions #1809
Comments
I'm afraid I agree with Microsoft's RAM and Storage restrictions. And I have yet to see evidence that Do you have evidence to demonstrate that For the record, I did install Windows 11 on platforms where the CPU was quite old and definitely not in the list of CPUs supported by the official requirements from Microsoft, and had no issue, even as I wasn't using Also, I still don't plan to add Therefore, if you want to take risks with regards to slowdown, poor performance or lack of disk space, I will ask that you use the well publicised method of hitting Shift-F10 and For the record, that's also the reason why I don't even want to put these options behind a separate option or a cheat mode (for instance with a big warning that would alert the user that they may run into trouble) because users too easily forget those. I will therefore reject this request and close it. But I hope that you can understand where my position comes from (mostly that Rufus is not designed for power users, but for regular users, for whom making these options too easy to apply will create major problems down the line). But even as it is closed, you can still reply to it, as I am genuinely interested in finding out if you have evidence for |
PS: See also #1791. |
I perfectly understand your reasoning. Unfortunately, I have no proof that And it's acceptable to do the On question: |
Thanks for understanding. I think I'll add a FAQ entry about this, as I've been asked about adding these extra options a few times (and of course I'll mention the ShiftF10 + Oh, and I'd still like to know about that
The thing to understand is that these registry keys are there to let Windows setup go through its various checks before it applies the So you don't need to apply these for Windows To Go, since, technically, you're way past the point where these keys would have any use as what these keys allow you to do (applying the That's also why, even before these keys were discovered, people reported that they had no trouble running pre-release images of Windows 11 in Windows To Go mode, on hardware that didn't meet the TPM or Secure Boot specs, because once the WIM has been applied, you don't need to bother with registry keys that are only relevant to the pre-installation process. |
Yes, a FAQ entry about this Windows 11 restrictions stuff is a very good idea. I got the It's a German site. Unfortunately, they do not provide an explanation for And thanks a lot for your explanation regarding Windows To Go! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Checklist
<FULL LOG>
below.Rufus version: x.y.z
- I have NOT removed any part of it.Additionally (if applicable):
(✓)
button to compute the MD5, SHA1 and SHA256 checksums, which are therefore present in the log I copied. I confirmed, by performing an internet search, that these values match the ones from the official image.Issue description
There are more Windows 11 restrictions than TPM and Secure Boot, i.e. for CPU, RAM, Storage etc.
It's possible to remove those restrictions, too: Just in the same way as with "BypassTPMCheck" and "BypassSecureBootCheck".
New additional values in HKLM\SYSTEM\Setup\LabConfig with value "1":
So, it looks like that in format.c in line 1448 the list could be extend, i.e.:
const char* key_name[] = { "BypassTPMCheck", "BypassSecureBootCheck", "BypassRAMCheck", "BypassStorageCheck", "BypassCPUCheck", "BypassDiskCheck" };
Perhaps an new additional option (besides the existing ones) like "Extended Windows 11 Installation (no restrictions at all)" would be best.
BTW: Rufus rocks!
Log
The text was updated successfully, but these errors were encountered: