diff --git a/docs/pages/management/admin/uninstall-teleport.mdx b/docs/pages/management/admin/uninstall-teleport.mdx index 30dc2a7ebd304..7e810d9b613ee 100644 --- a/docs/pages/management/admin/uninstall-teleport.mdx +++ b/docs/pages/management/admin/uninstall-teleport.mdx @@ -179,10 +179,11 @@ Follow the instructions for your Linux distribution: ### Windows - Remove the `tsh.exe` binary from the machine: + Remove the `tsh.exe` and `tctl.exe` binaries from the machine: ```code $ del C:\Path\To\tsh.exe + $ del C:\Path\To\tctl.exe ``` (!docs/pages/includes/uninstall-teleport-connect-windows.mdx!)