# Manually Activate Windows 11 (Enterprise) on KMS Server

Enter the licence key [Pi-KMS Product](http://pi-kms.readinfo.lan:8080/products)

```
slmgr /ipk <WINDOWS_ACTIVATION_KEY>
```

Enter the kms server

```
slmgr /skms <Name[:1688]>
```

And active your Windows

```
slmgr /ato
```