diff --git a/docs/pages/enroll-resources/desktop-access/getting-started.mdx b/docs/pages/enroll-resources/desktop-access/getting-started.mdx index 7ea4b76b7beb..d994e5496ee6 100644 --- a/docs/pages/enroll-resources/desktop-access/getting-started.mdx +++ b/docs/pages/enroll-resources/desktop-access/getting-started.mdx @@ -46,27 +46,12 @@ To prepare a Windows computer: $ curl.exe -fo teleport.cer /webapi/auth/export?type=windows ``` - - - 3. Download the Teleport Windows Auth setup program: ```code $ curl.exe -fo teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe https://cdn.teleport.dev/teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe ``` - - - -3. Download the Teleport Windows Auth setup program: - -```code -$ curl.exe -fo teleport-windows-auth-setup-v(=cloud.version=)-amd64.exe https://cdn.teleport.dev/teleport-windows-auth-setup-v(=cloud.version=)-amd64.exe -``` - - - - 4. Double-click the executable you downloaded to run the Teleport Windows Auth Setup program interactively and select the Teleport certificate that you exported when prompted. @@ -85,7 +70,7 @@ If you want to automate the installation process, you can run the setup program an administrative Command Prompt or PowerShell console with the following command: ```code -$ teleport-windows-auth-setup.exe install --cert=teleport.cer -r +$ teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe install --cert=teleport.cer -r ``` ## Step 2/4. Configure the Windows Desktop Service