# BIOS Configurations

### GO TO BIOS & FOLLOW THE STEPS: <a href="#go-to-bios-and-follow-the-steps" id="go-to-bios-and-follow-the-steps"></a>

***HOW TO*** <mark style="color:$success;">EASILY</mark> ***BOOT INTO BIOS**:* [*https://youtu.be/mb9X9\_NNxuo?si*](https://youtu.be/mb9X9_NNxuo?si=reDxO_Dcnu5e8aFJ)

***

## <mark style="color:purple;">DISABLE TPM IN BIOS (YOU CAN ENABLE AFTER FINISH SPOOF):</mark> <a href="#disable-tpm-in-bios" id="disable-tpm-in-bios"></a>

**DISABLE TRUSTED COMPUTING MODULE:**

<details>

<summary>🔹  <strong>ASUS</strong> TPM DISABLE</summary>

[Watch this simple tutorial video.](https://streamable.com/sicp16)\
**INTEL** 00:00 & **AMD** 01:20\\

</details>

<details>

<summary>🔹 <strong>MSI</strong> TPM DISABLE</summary>

[Watch this simple tutorial video. ](https://streamable.com/n7q3dk)\
**INTEL** 00:00 & **AMD** 01:05

</details>

<details>

<summary>🔹 <strong>ASROCK</strong> TPM DISABLE</summary>

[Watch this simple tutorial video. ](https://streamable.com/ec8u3s)\
**INTEL** 00:00 & **AMD 01:35**\\

</details>

<details>

<summary>🔹 <strong>GIGABYTE/AORUS</strong> TPM DISABLE</summary>

[Watch this simple tutorial video. ](https://streamable.com/1qhn35)\
**INTEL** 00:00 & **AMD** 01:50\\

</details>

<details>

<summary> 🔹 <strong>ANY OTHER MOTHERBOARDS TPM</strong> DISABLE</summary>

**Find a YouTube video on how to disable TPM for your specific motherboard — or consider using the PowerShell method stated below, it works almost as good.**\\

</details>

***

<details>

<summary>ASROCK TPM SPOOF METHOD (NO ALL MODELS WORKS)</summary>

Enter BIOS: Restart your PC and repeatedly press F2 or Del when the ASRock logo appears.\
Advanced Mode: If the BIOS opens in "EZ Mode," press F7 to switch to Advanced Mode.\
Navigate to Trusted Computing:\
Go to the Advanced tab.\
Select Trusted Computing.\
Execute Clear:\
Ensure Security Device Support is set to Enabled; otherwise, the TPM options may be hidden.\
Find the Pending Operation option.\
Change the setting to TPM Clear.\\

\
Save and Exit: Press F10 and select Yes to save changes and restart.

</details>

<details>

<summary>GIGABYTE TPM SPOOF METHOD (NO ALL MODELS WORKS)</summary>

Enter BIOS: Restart your PC and repeatedly press the Delete (Del) key while the Gigabyte logo appears.\
Advanced Mode: If you are in "Easy Mode," press F2 to switch to Advanced Mode.\
Navigate to TPM Settings:\
Go to the Settings tab at the top.\
Select Miscellaneous.\
Look for and select Trusted Computing.\
Execute Clear:\
Ensure Security Device Support is set to Enable.\
Find the option Pending Operation.\
Select TPM Clear.\
Save and Exit: Press F10 and select Yes to save your changes and restart.

</details>

{% hint style="info" %}

### In case you can't disable TPM

Open **PowerShell** as admin, and execute the following commands:

```ps1
PS C:\> Get-BitLockerVolume
# IF PROTECTION STATUS IS ON:
PS C:\> Disable-BitLocker -MountPoint "C:"
# IF OFF, OR YOU HAVE DISABLED BITLOCKER, DO:
PS C:\> Disable-TpmAutoProvisioning
PS C:\> Clear-Tpm
```

{% endhint %}

{% hint style="info" %}

### How to undo / re-enable TPM

```ps1
PS C:\> Enable-TpmAutoProvisioning
PS C:\> Initialize-Tpm
```

{% endhint %}

***

## TURN OFF WIFI & BLUETOOTH \[ <mark style="color:red;">REQUIRED</mark> ] <a href="#turn-off-wifi-and-bluetooth-required" id="turn-off-wifi-and-bluetooth-required"></a>

{% hint style="info" %}
**ONLY DO THIS STEP IF YOU HAVE WIFI/BLUETOOTH AVAILABLE, OTHERWISE SKIP IT.**<br>

**IF YOUR PC HAS WIFI ENABLED, IT WILL NEED TO BE DISABLED VIA BIOS! IF YOU SOLELY RELY ON WIFI ONLY, YOU WILL NEED TO PURCHASE A NEW WIFI ADAPTER BEFORE THE SERVICE!**
{% endhint %}

<details>

<summary><strong>WHY IS THIS REQUIRED?</strong></summary>

**On an ethernet cable, we can permanently spoof your MAC. On WIFI Connection AKA Wireless that is not possible. Hence we recommend it to turn it off from BIOS if available.**

</details>

> **ASUS:** ADVANCED > ONBOARD DEVICES CONFIGS > WIFI (WLAN) & BLUETOOTH **\[DISABLED]**

> **MSI:** ADVANCED > INTEGRATED PERIPHERALS > WIFI (WLAN) & BLUETOOTH **\[DISABLED]**

> **GIGABYTE:** ADVANCED/PERIPHERALS > WIFI (WLAN) & BLUETOOTH **\[DISABLED]**

> **ASROCK:** ADVANCED > CHIPSET CONFIGURATION > WIFI (WLAN) & BLUETOOTH **\[DISABLED]**

**SAVE & EXIT OUT OF BIOS. MAC SHOULD BE " N/A HARDWARE" AT MAC ADDRESS**
