# Product requires system TPM be disabled

{% stepper %}
{% step %}

### Open PowerShell as administrator

Type "PowerShell" in the Windows search bar and run PowerShell as administrator.
{% endstep %}

{% step %}

### Run the following command

In the elevated PowerShell prompt, run:

{% code title="PowerShell" %}

```powershell
Get-CimInstance Win32\_BaseBoard | Select-Object Manufacturer,Product
```

{% endcode %}

This returns your product information.

Or if you are spoofed look on the motherboard's box/check in bios
{% endstep %}

{% step %}

### Search for TPM-disable instructions

Copy the Product value returned by the command and search the web for:

"Your Product And 'How To Disable TPM On Product'"

Find instructions specific to your product.
{% endstep %}

{% step %}

### Follow a video guide

Follow a YouTube guide you find for your product to disable the system TPM.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cookiebunker.gitbook.io/cookiebunker/our-products/fortnite-external/product-requires-system-tpm-be-disabled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
