> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/cisco-asdm-unable-to-launch-after-updating-asdm.md).

# Cisco ASDM unable to launch after updating ASDM

This is a workaround for the issue where Cisco ASDM does not launch after updating ASDM.

### Workaround

1. Create a new PowerShell entry.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0055.png" alt=""><figcaption></figcaption></figure>
2. In the ***Command*** field, enter `Start-Process "C:\Program Files (x86)\Cisco Systems\ASDM\jre\bin\javaw.exe"`.
3. In the ***Arguments*** field, enter `-ArgumentList "-Xms64m -Xmx512m -Dsun.swing.enableImprovedDragGesture=true -classpath lzma.jar;jploader.jar;asdm-launcher.jar;retroweaver-rt-2.0.jar com.cisco.launcher.Launcher cert.PEM"`.
4. Check the ***Change default working directory*** option.
5. Set the path to `C:\Program Files (x86)\Cisco System\ASDM`.
6. Go to the ***Host and Credentials*** tab.
7. Input the ***Host*** and credentials.
8. Go to ***Connection – Events***, then the ***After Open*** tab.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0056.png" alt=""><figcaption></figcaption></figure>
9. Under the ***After open - Macro*** section, input `$HOST${TAB}$USERNAME${TAB}` into the ***Typing macro*** field.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>The password parameter <code>$PASSWORD${ENTER}</code> is optional. If used, it also needs to be configured correctly under <em><strong>Security – Security Settings</strong></em>.</p></div>
10. Click ***OK*** to close the window and create the entry.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/cisco-asdm-unable-to-launch-after-updating-asdm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
