# Bypass Windows 11 TPM Requirement Using Registry

<p class="callout info">Credit: [Avram Piltch, Les Pounder](https://www.tomshardware.com/how-to/bypass-windows-11-tpm-requirement)</p>

1. **Boot off of your Windows 11 install disk**. If you don't have one, see our story on [how to download Windows 11](https://www.tomshardware.com/how-to/clean-install-windows-11). The first screen should ask you to choose the language of your install (which will probably be correct).

Figure 1

[![image.png](https://docs.deeztek.com/uploads/images/gallery/2025-01/scaled-1680-/image.png)](https://docs.deeztek.com/uploads/images/gallery/2025-01/image.png)

**Hit SHIFT + F10** to launch the command prompt.

[![image.png](https://docs.deeztek.com/uploads/images/gallery/2025-01/scaled-1680-/7Qjimage.png)](https://docs.deeztek.com/uploads/images/gallery/2025-01/7Qjimage.png)

3\. **Type regedit** and hit Enter to launch registry editor.

[![image.png](https://docs.deeztek.com/uploads/images/gallery/2025-01/scaled-1680-/mcJimage.png)](https://docs.deeztek.com/uploads/images/gallery/2025-01/mcJimage.png)

4\. **Navigate to** ***HKEY\_LOCAL\_MACHINE\\SYSTEM\\Setup.***

[![image.png](https://docs.deeztek.com/uploads/images/gallery/2025-01/scaled-1680-/STwimage.png)](https://docs.deeztek.com/uploads/images/gallery/2025-01/STwimage.png)

5\. **Create a new registry key under Setup** and **name it** ***LabConfig.*** To create a registry key, right click in the right window pane and select New-&gt;Key. Then enter the key name.

[![image.png](https://docs.deeztek.com/uploads/images/gallery/2025-01/scaled-1680-/d1Vimage.png)](https://docs.deeztek.com/uploads/images/gallery/2025-01/d1Vimage.png)

6\. Within LabConfig, **create DWORDs values called** ***BypassTPMCheck*** **and** ***BypassSecureBootCheck*** and **set each to 1**. To create a new DWORD value, right click in the right window and select new DWORD (32-bit) Value then name the key, double click to open it and set it to 1.

[![image.png](https://docs.deeztek.com/uploads/images/gallery/2025-01/scaled-1680-/UKlimage.png)](https://docs.deeztek.com/uploads/images/gallery/2025-01/UKlimage.png)

If you also want to bypass the RAM requirement, **add a DWORD values for** ***BypassRAMCheck***.

7\. **Close regedit** and the **command prompt**.

You should be able to continue with your Windows 11 installation as normal.