1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

feat: Assign HOST as the Windows computer name (#1897)

This commit is contained in:
Kroese
2026-07-19 09:48:04 +02:00
committed by GitHub
parent d29cca7f51
commit a67a6a26e8
3 changed files with 38 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ An empty default means the variable is unset and its value is determined automat
|---|---|---|
| `NETWORK` | | Network mode, such as `nat`, `user`, or `N` to disable networking. |
| `DHCP` | `N` | Enables macvtap networking so Windows receives an address from the external LAN through DHCP. |
| `HOST` | `Windows` | Hostname assigned to Windows. |
| `HOST` | `Windows` | Computer name assigned to Windows and advertised on the network. |
| `IP` | | Overrides the automatically selected guest IPv4 address. |
| `MAC` | | Guest network adapter MAC address. |
| `ADAPTER` | `virtio-net-pci` | QEMU network adapter model. |