> 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.md).

# Windows

### Windows 11 ISO Links

<https://massgrave.dev/windows_11_links>

***

### Bypass Microsoft Account Sign-In (Create Local User)

Open Command Prompt

```bash
Shift + F10
```

Create Local User

```bash
net.exe user infosec /add
net.exe localgroup administrators infosec /add
```

Description:

* Creates a new local user named `infosec`
* Adds the user to the Administrators group

***

### Reference

{% embed url="<https://www.youtube.com/watch?v=M-Td3Ba206Y>" %}
