> For the complete documentation index, see [llms.txt](https://www.xrdev.app/mixed-reality-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-2/project/how-to-set-up-hololens-2-emulator.md).

# How to set-up HoloLens 2 Emulator

You can download the latest [HoloLens Emulator update](https://docs.microsoft.com/windows/mixed-reality/using-the-hololens-emulator?WT.mc_id=github-mixedrealitycurriculum-ayyonet#installing-the-hololens-emulator) here:[ bit.ly/emulator2](http://bit.ly/emulator2).&#x20;

### Can the HoloLens Emulator run on my device?

Before installing the emulator, make sure your PC meets the following **hardware requirements**:

* [ ] 64-bit Windows 10 Pro, Enterprise, or Education
* [ ] 64-bit CPU
* [ ] CPU with 4 cores (or multiple CPUs with a total of 4 cores)
* [ ] 8 GB of RAM or more
* [ ] In the BIOS, the following features must be [supported and enabled](https://blogs.technet.com/b/iftekhar/archive/2010/08/09/enable-hardware-settings-in-bios-to-run-hyper-v.aspx):
  * Hardware-assisted virtualization
  * Second Level Address Translation (SLAT)
  * Hardware-based Data Execution Prevention (DEP)
* [ ] GPU requirements
  * DirectX 11.0 or later
  * WDDM 1.2 graphics driver or later (1st gen)
  * WDDM 2.5 graphics driver (HoloLens 2 Emulator)
  * The emulator might work with an unsupported GPU, but will be significantly slower
* [ ] You need to enable "**Hyper-V"** feature on your device before you can use the Emulator.&#x20;

{% hint style="warning" %}
**Windows 10 Home Edition** does **not support Hyper-V** or the HoloLens Emulator. The HoloLens 2 Emulator requires the **Windows 10 October 2018** update or later.
{% endhint %}

### How to check or enable "Hyper-V" settings?

{% embed url="<https://youtu.be/y7IfnUXVzk8>" %}
How to check or enable "Hyper-V" on your PC
{% endembed %}

### How to install or update the Emulator?

{% embed url="<https://youtu.be/mK-bCFWBmyE>" %}
How to install or update HoloLens Emulator?
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.xrdev.app/mixed-reality-docs/lessons/lesson-2/project/how-to-set-up-hololens-2-emulator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
