Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
updated_at: January 06, 2026
updated_at: January 21, 2026
title: Deploy the Agent
html_title: Deploy the Smallstep Agent
description: Distribute and configure Smallstep Agent on Linux, macOS, and Windows. For organizations without MDM or using script-based deployment.
Expand Down Expand Up @@ -457,10 +457,10 @@ To confirm the agent is installed and running on Windows:

## Uninstall

To uninstall the Smallstep Agent from a Windows system:
To uninstall the Smallstep Agent from a Windows system, run the following PowerShell:

```powershell
msiexec /x "{EDB2FA84-917D-4156-AA1A-4BC5BB10C682}" /quiet
& cmd /c "$(((Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Where-Object { $_.DisplayName -like "*Smallstep Agent*" }).UninstallString -replace '/I', '/X')) /quiet"
```

Alternatively, uninstall via the Windows "Add or Remove Programs" settings.
Expand Down