# Passkeys on Windows Walkthrough

A passkey is a way to sign in without passwords. It utilises the security capabilities of your devices and is more secure and easier to use than both passwords and 2FA methods. For example, passkeys range from Touch or Face ID to device PIN. If you want to test whether your device can create passkeys, a great demo can be found [<mark style="color:purple;">here</mark>](https://www.passkeys.io/).&#x20;

Passkey creation happens when a new user registers for an account. Passkeys can be added or changed when an authenticated user creates a new passkey for their existing account. Currently, Kinto facilitates resetting passkeys via the login page using the 'Lost your Passkey' button.&#x20;

## Windows Walkthrough

We know some users face challenges utilizing passkeys in Windows - the guide below offers a step-by-step guide to help.

<figure><img src="/files/P7zXGhVJTiQ3qlDzeRp5" alt=""><figcaption></figcaption></figure>

Enter your email and click 'Login with passkeys'.

<figure><img src="/files/mu6lnxpfOcp9VihCm3JK" alt=""><figcaption></figcaption></figure>

A 'Create a passkey' pop-up should appear - please select 'Windows Hello or external security key'.

<figure><img src="/files/yGuwpYvmMon4aHZOBhpP" alt=""><figcaption></figcaption></figure>

Please select the 'PIN' option, enter your PIN, and continue. Your PIN is usually the number you log into your machine with. Some Windows machines enable face or fingerprint sign-in; these are also recommended.&#x20;

<figure><img src="/files/pj17UInOmC1z4TEJLSzj" alt=""><figcaption></figcaption></figure>

Next, you should see a screen stating 'Verify your identity' - you can now continue with the KYC process.

If you do not see a 'PIN,' 'Face', or 'Fingerprint' option in Windows Hello, please try to undertake the process in Incognito mode.&#x20;

If Incognito mode does not resolve, please undertake the following steps:&#x20;

<figure><img src="/files/biGT9KMPeBRPY82ccyek" alt=""><figcaption></figcaption></figure>

Navigate to 'Start' in the menu bar - the farthest icon on the left in the above image.

<figure><img src="/files/VRCAKXzpTgB01vriXvBD" alt=""><figcaption></figcaption></figure>

Search for 'Windows Hello' and select 'Sign-in options'.

<figure><img src="/files/HmbfbEGGJH1gP5iV0HAF" alt=""><figcaption></figcaption></figure>

Please ensure that 'PIN (Windows Hello)' Sign in option is enabled - if it is not, please enable it.&#x20;

### Notes on PIN enablement:&#x20;

1. If you are using a machine that does not belong to you (e.g., a work device), you cannot enable PIN without permission from your IT department. We recommend access via a personal device.&#x20;
2. You may have to set up a 'Password' to enable a PIN. You will find the 'Password' option in the same menu as the 'Facial recognition,' 'Fingerprint recognition', and 'PIN' options. Please set up a 'Password' and then return to set up a 'PIN'. Once a PIN is set up, you can complete the steps above.&#x20;

If you are viewing something different from the above walkthrough, please contact support via [<mark style="color:purple;">Discord</mark>](https://discord.com/invite/utEYFxKFgB).&#x20;


---

# 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://docs.kinto.xyz/kinto-the-modular-exchange/user-guides/windows-passkey-walkthrough.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.
