Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Oct 18, 2024
1 parent 8634421 commit 09c2043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/agents/DebuggingAgents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ def fp(watch_dir: str, parent_dir: str, pattern: str) -> Callable[[str], bool]:
### Agent uninstallation
#### Issue: The Ganymede Agent Connection service continues to run after uninstalling the Agent.
#### Issue: A Windows Ganymede Agent Connection service continues to run after uninstalling the Agent.
A: Open a Command Prompt in Administrator mode and run the following command to remove the Connection service:
A: Stop the service in the Task Manager or Services tab, and then remove the service by running the following command in a Command Prompt in Administrator mode:
```bash
sc delete GanymedeAgent-\<agent_name\>
Expand Down

0 comments on commit 09c2043

Please sign in to comment.