Windows 11 Esxi: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
1. When you get the error picture above simply press Shift + F10 and this will bring up a dos prompt. | 1. When you get the error picture above simply press Shift + F10 and this will bring up a dos prompt. | ||
Shift + F10 | |||
2. Type regedit and hit enter. | |||
regedit | |||
3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup and create a new Key called: LabConfig | |||
HKEY_LOCAL_MACHINE\SYSTEM\Setup | |||
4. Create inside the LabConfig Key a ByPassTPMCheck DWORD (32-bit) with the value of 1 | |||
ByPassTPMCheck | |||
Click OK after editing the value data and then close out of all of the screens. Once you click on the red x in the corner of the setup screen, the setup will start again and ignore the TPM requirements. | |||
install Windows 11 without Internet or network | |||
In the installation phase | |||
ust press | |||
Shift+F10 | |||
or like in my case | |||
Shift+Fn+F10 | |||
to open Command Prompt and type | |||
OOBE\BYPASSNRO | |||
where the two OO:s are letters, not number zeros. Then, press | |||
Enter |
Latest revision as of 10:29, 8 April 2025
on isntall :
Time to work around the issue…
1. When you get the error picture above simply press Shift + F10 and this will bring up a dos prompt.
Shift + F10
2. Type regedit and hit enter.
regedit
3. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup and create a new Key called: LabConfig
HKEY_LOCAL_MACHINE\SYSTEM\Setup
4. Create inside the LabConfig Key a ByPassTPMCheck DWORD (32-bit) with the value of 1
ByPassTPMCheck
Click OK after editing the value data and then close out of all of the screens. Once you click on the red x in the corner of the setup screen, the setup will start again and ignore the TPM requirements.
install Windows 11 without Internet or network
In the installation phase
ust press
Shift+F10
or like in my case
Shift+Fn+F10
to open Command Prompt and type
OOBE\BYPASSNRO
where the two OO:s are letters, not number zeros. Then, press
Enter