> For the complete documentation index, see [llms.txt](https://riteshs4hu.gitbook.io/infosec-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riteshs4hu.gitbook.io/infosec-notes/windows/installation.md).

# Installation

**1. Download the ISO**

* Go to: <https://archive.org/details/windows-11-iot-enterprise-ltsc-2024>
* Download the ISO file.

***

**2. Create a New Virtual Machine in VirtualBox**

* Open VirtualBox.
* Click "New".
* Name: `Windows-11`
* Type: `Microsoft Windows`
* Version: `Windows 11 (64-bit)`
* Click Next.

***

**3. Allocate System Resources**

* RAM: At least 4096 MB (4 GB) or more.
* After VM creation, go to Settings > System > Processor and allocate at least 2 CPUs.

***

**4. Create a Virtual Hard Disk**

* Choose "Create a virtual hard disk now".
* File type: VDI (VirtualBox Disk Image).
* Storage: Dynamically allocated.
* Size: At least 64 GB.

***

**5. Mount the ISO**

* Go to VM Settings > Storage.
* Under "Controller: IDE", click the empty CD icon.
* Click "Choose a disk file..." and select the downloaded ISO.
* Click OK.

***

**6. Start the VM and Begin Installation**

* Start the VM.
* Windows setup will load from the ISO.

***

**7. Windows Setup**

* Select language, time, and keyboard preferences.

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

* Click "Next", then "Install Now".
* Click "I don't have a product key".

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

* Select the edition (e.g., Windows 11 IoT Enterprise).

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

* Accept the license agreement.

<figure><img src="/files/5gB132o7jqNMK1UxHsFM" alt=""><figcaption></figcaption></figure>

* Choose "Custom: Install Windows only".

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

***

**8. Select the Disk**

* Select the virtual disk created earlier.
* Click "Next" to begin installation.

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

***

**9. Initial Configuration After Reboot**

* Select region and keyboard layout.
* If prompted with Microsoft Account sign-in, do the following:

Press `Shift + F10` to open Command Prompt, then enter:

```
net user NewUser /add
net localgroup administrators NewUser /add
cd oobe
msoobe && shutdown -r
```

* This bypasses Microsoft sign-in and creates a local admin user.

***

**10. Log In**

* After reboot, log in with:
  * Username: `NewUser`
