docs: Product key (#279)

This commit is contained in:
Kroese 2025-03-14 13:58:51 +01:00 committed by GitHub
parent b37137ab29
commit 157ca3e80c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -207,11 +207,11 @@ The example folder `./example` will be available as ` \\host.lan\Data`.
### How do I set the product key? ### How do I set the product key?
By default, an evaluation version of Windows will be installed, but if you have product key you can add a `KEY` variable like this (before installation): By default, an evaluation version of Windows will be installed, but if you have a product key you can add a `KEY` variable like this (before installation):
```yaml ```yaml
environment: environment:
KEY: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" KEY: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
``` ```
### How do I install a custom image? ### How do I install a custom image?