diff --git a/jekyll/_cci2/install-machine-runner-3-on-windows.adoc b/jekyll/_cci2/install-machine-runner-3-on-windows.adoc index aae2aac88c5..a0b2208b550 100644 --- a/jekyll/_cci2/install-machine-runner-3-on-windows.adoc +++ b/jekyll/_cci2/install-machine-runner-3-on-windows.adoc @@ -13,7 +13,7 @@ contentTags: :machine: :windows: -This page describes how to install CircleCI's machine runner 3.0 on Windows. This has been tested for Windows Server 2019 in Datacenter Edition. Other Server SKUs with Desktop Experience and Remote Desktop Services should also work. +This page describes how to install CircleCI's machine runner 3.0 on Windows. This has been tested for Windows Server 2016, 2019, and 2022 in Datacenter Edition. Other Server SKUs with Desktop Experience and Remote Desktop Services (RDS) should also work. This page walks you through installing a machine runner and its dependencies (for example, Chocolatey, Git, and Gzip) on your Windows Server. @@ -24,14 +24,16 @@ NOTE: The Windows Server needs to be a domain member when you set this up in dom [#prerequisites] == Prerequisites -To install machine runners and run jobs, you will need to have root access, and have the following utilities and tools installed on your system: +To install machine runners and run jobs, you will need to have root access, and have the following dependencies installed on your system: -* https://www.gnu.org/software/tar/[tar] +* link:https://learn.microsoft.com/en-us/windows-server/get-started/install-options-server-core-desktop-experience[Desktop Experience] -* https://www.gnu.org/software/gzip/[Gzip] +* link:https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/remote-desktop-services-overview[Remote Desktop Services (RDS)] * The xref:local-cli#[CircleCI CLI] if you wish to install runners from the command line +NOTE: Additional utilities and tools, such as Chocolatey, Git, and Gzip are automatically installed as part of the <<#installation-steps,installation script>>. + [#self-hosted-runner-terms-agreement] == Self-hosted runner terms agreement