Windows 11

TPM, SecureBoot, Ram, Storage, CPU Bypass:
2)
Use This Regedit Entry or Automated Script I Made: Go
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"dword:00000001
"BypassStorageCheck"dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
RAM and Storage bypass miss =, it should be
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
"AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
 
great my external harddisk just died.... any recommendation need something 2tb+ ?
I have few of these portable 4TB
Code:
https://www.seagate.com/products/external-hard-drives/expansion-external-drives/
And also few these internal 8TB
Code:
https://www.amazon.com/Seagate-Barracuda-Internal-3-5-Inch-ST8000DM004/dp/B075WYBQXJ
 
That was fast.
https://www.ghacks.net/2022/02/23/h...-requirements-not-met-reminder-on-windows-11/

[HKEY_CURRENT_USER\Control Panel\UnsupportedHardwareNotificationCache]
"SV2"=dword:00000000
maybe a tweak included in TPM bypass? nuhi

-

Also new bypass for local account added to first post
https://winaero.com/how-to-install-windows-11-without-an-internet-connection/
OOBE\BYPASSNRO

Also added taskkill / F / IM oobenetworkconnectionflow.exe but not recommended for home users particularly... on pro it works i think.
 
Last edited:
Also new bypass for local account added to first post
https://winaero.com/how-to-install-windows-11-without-an-internet-connection/
OOBE\BYPASSNRO

Also added taskkill / F / IM oobenetworkconnectionflow.exe but not recommended for home users particularly... on pro it works i think.

Why didn't they bother reading BYPASSRNO.cmd? I mean the shell was already open.
From Dev build 22533:
Code:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0

The reboot isn't required when the reg key is already integrated. Rebooting in the middle of a Setup pass, returns you to the start of the current pass (OOBE).
 
That was fast.
https://www.ghacks.net/2022/02/23/h...-requirements-not-met-reminder-on-windows-11/

[HKEY_CURRENT_USER\Control Panel\UnsupportedHardwareNotificationCache]
"SV2"=dword:00000000
Brilliant, thanks.
Btw love the ghacks.net, I follow them regularly.

maybe a tweak included in TPM bypass? nuhi
Yes, will add it to the TPM tweak for now, if anyone wants it separate, let me know why.

Also new bypass for local account added to first post
https://winaero.com/how-to-install-windows-11-without-an-internet-connection/
OOBE\BYPASSNRO
Another good news, thanks.

Why didn't they bother reading BYPASSRNO.cmd? I mean the shell was already open.
From Dev build 22533:
Code:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0

The reboot isn't required when the reg key is already integrated. Rebooting in the middle of a Setup pass, returns you to the start of the current pass (OOBE).
Oh, it's a script, nice, thanks MS, I guess.
I was just about to try to catch the reg, but seems like you did the work even more intelligently.
Will add both of these so you guys can test the alpha.
 
nuhi I think you need to add a preset template built in or an xml file for all these things because a beginner wont have a damn clue. 21 pages so far, lots of double postings of code because of the replies, my brain looks at all this, "brain says no", farts and walks away.
It needs to be simplified.
 
updated main message and bypass script and autoattend.xml etc to include bypassnro and sv2....

garlin i added that to boot.wim directly then tried but it was removed during setup?
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE
BypassNRO

i think this method won't work if its put into boot.wim. can be only manually done via OOBE\BYPASSNRO or your command goes into setupcomplete.cmd or oobe.cmd let me know if u approve
 
Last edited:
nuhi I think you need to add a preset template built in or an xml file for all these things because a beginner wont have a damn clue. 21 pages so far, lots of double postings of code because of the replies, my brain looks at all this, "brain says no", farts and walks away.
It needs to be simplified.
TPM is a one setting, explained here.
As to the new local user option, it will be auto-applied on Win11dev if setting up local users in Unattended, or you can pick it from Settings.

So it should be simple, but I am planning to auto-select boot.wim if someone triggers TPM bypass on Install.wim. Keep on forgetting to tick boot.wim propagation for Settings.
 
i think this method won't work if its put into boot.wim. can be only manually done via OOBE\BYPASSNRO or your command goes into setupcomplete.cmd or oobe.cmd let me know if u approve

Like TPM bypass, you integrate it with install.wim. OOBE is run by the installed system.
 
Teams is actually good, like really good. Better than zoom, googlemeet and ofc skype. Its really looking professional and handy maybe like discord, But they are stupid because they created too much confusion, there are;

- Teams for home or small business for Windows10 (exe version)
- Teams for home or small business for Windows11 (msix version)
- Teams for work or school (exe version only, if u were gonna make it then why only 1 version this time?)
- Teams that installs via microsoft office (i couldn't test this one yet)

I checked the md5, and exe versions are identical. So work or school version = home or small business version
Then why? why are u even doing this.... there should be only 2 choice uwp or normal exe. branding same thing and launching it under name of work/school/home/office is stupid.
 
There's only Enterprise and non-Enterprise versions, same thing for OneDrive. While Google creates self-competing products, MSFT prefers to rename its products every two years. Usually it means different group managers took over.
 
Back
Top