diff --git a/docs/pages/enroll-resources/desktop-access/getting-started.mdx b/docs/pages/enroll-resources/desktop-access/getting-started.mdx index 9aeee4468fdbf..040bb796e51f9 100644 --- a/docs/pages/enroll-resources/desktop-access/getting-started.mdx +++ b/docs/pages/enroll-resources/desktop-access/getting-started.mdx @@ -285,6 +285,10 @@ Windows login to use for the connection. To view the recording, select **Management** in the Teleport Web UI, then click **Session Recordings** in the Activity section. +## Uninstall + +(!docs/pages/includes/uninstall-windows-auth.mdx!) + ## Next steps For more general information about how to create, assign, and update roles, see [Access Controls diff --git a/docs/pages/includes/uninstall-windows-auth.mdx b/docs/pages/includes/uninstall-windows-auth.mdx new file mode 100644 index 0000000000000..76e1ed1d8cf2e --- /dev/null +++ b/docs/pages/includes/uninstall-windows-auth.mdx @@ -0,0 +1,8 @@ +If you are using Teleport's Windows auth package to provide passwordless logins for local users, +you can remove it by running the setup program from an administrative command prompt: + +``` +> teleport-windows-auth-setup.exe uninstall +``` + +A reboot is necessary after the uninstall completes in order to fully remove the package. diff --git a/docs/pages/management/admin/uninstall-teleport.mdx b/docs/pages/management/admin/uninstall-teleport.mdx index 52531ec9ff59c..30dc2a7ebd304 100644 --- a/docs/pages/management/admin/uninstall-teleport.mdx +++ b/docs/pages/management/admin/uninstall-teleport.mdx @@ -152,7 +152,6 @@ Follow the instructions for your Linux distribution: - ### macOS @@ -187,6 +186,8 @@ Follow the instructions for your Linux distribution: ``` (!docs/pages/includes/uninstall-teleport-connect-windows.mdx!) +(!docs/pages/includes/uninstall-windows-auth.mdx!) + ## Step 3/3. Remove Teleport data and configuration files