From 015fc7dc2ec4b6f45ca4b5075637807742bbbc10 Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:08:06 +0100 Subject: [PATCH] =?UTF-8?q?Updated=2004=20=E2=80=90=20Create=20Windows=20G?= =?UTF-8?q?uests=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04-‐-Create-Windows-Guests.md | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/04-‐-Create-Windows-Guests.md b/04-‐-Create-Windows-Guests.md index 56ce2bf..50799ef 100644 --- a/04-‐-Create-Windows-Guests.md +++ b/04-‐-Create-Windows-Guests.md @@ -1,23 +1,13 @@ -## Creating Windows guests 🪟 +# Automatically create Windows guests -`quickget` can download [**Windows -10**](https://www.microsoft.com/software-download/windows10) and -[**Windows 11**](https://www.microsoft.com/software-download/windows11) -automatically and create an optimised virtual machine configuration. -This configuration also includes the [VirtIO drivers for -Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/). +`quickget` can download [**Windows 10**](https://www.microsoft.com/software-download/windows10) and [**Windows 11**](https://www.microsoft.com/software-download/windows11) automatically and create an optimised virtual machine configuration. +This configuration also includes the [VirtIO drivers for Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/). -**Windows 8.1** is also supported but doesn't feature any automated -installation or driver optimisation. +**Windows 8.1** is also supported but lacks automated installation or driver optimisation. -`quickget` can also download [Windows 10 -LTSC](https://www.microsoft.com/en-us/evalcenter/download-windows-10-enterprise) -and Windows Server -[2012-r2](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2012-r2), -[2016](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2016), -[2019](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2019), -and -[2022](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022). +`quickget` can also download [Windows 10 LTSC](https://www.microsoft.com/en-us/evalcenter/download-windows-10-enterprise) +and Windows Server [2012-r2](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2012-r2), +[2016](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2016), [2019](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2019), and [2022](https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022). No automated installation is supported for these releases. ``` shell @@ -32,10 +22,9 @@ quickemu --vm windows-11.conf - Username: `Quickemu` - Password: `quickemu` -### Regional versions +**Regional versions** -By default `quickget` will download the *"English International"* -release (*"English (United States)"* for server releases), but you can +By default `quickget` will download the *"English International"* release (*"English (United States)"* for server releases), but you can optionally specify one of the supported languages: For example: ``` shell @@ -55,5 +44,4 @@ secureboot="off" - `guest_os="windows"` instructs `quickemu` to optimise for Windows. - `fixed_iso=` specifies the ISO image that provides VirtIO drivers. -- `tpm="on"` instructs `quickemu` to create a software emulated TPM - device using `swtpm`. \ No newline at end of file +- `tpm="on"` instructs `quickemu` to create a software emulated TPM device using `swtpm`. \ No newline at end of file