> 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/fr/knowledge-base/troubleshooting-articles/cisco-asdm-unable-to-launch-after-updating-asdm.md).

# Cisco ASDM ne parvient pas à démarrer après une mise à jour

Voici une solution de contournement pour le problème où Cisco ASDM ne se lance pas après la mise à jour d'ASDM.

### Solution de contournement

1. Créez une nouvelle entrée PowerShell.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0055.png" alt=""><figcaption></figcaption></figure>
2. Dans le champ ***Commande***, entrez `Start-Process "C:\Program Files (x86)\Cisco Systems\ASDM\jre\bin\javaw.exe"`.
3. Dans le champ ***Arguments***, entrez `-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. Cochez l'option ***Changer le répertoire de travail par défaut***.
5. Définissez le chemin vers `C:\Program Files (x86)\Cisco System\ASDM`.
6. Accédez à l'onglet ***Hôte et informations d'identification***.
7. Saisissez l'***Hôte*** et les informations d'identification.
8. Accédez à ***Connexion – Événements***, puis à l'onglet ***Après ouverture***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0056.png" alt=""><figcaption></figcaption></figure>
9. Sous la section ***Macro après ouverture***, saisissez `$HOST${TAB}$USERNAME${TAB}` dans le champ ***Macro de frappe***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Le paramètre de mot de passe <code>$PASSWORD${ENTER}</code> est facultatif. S'il est utilisé, il doit également être configuré correctement sous <em><strong>Sécurité – Paramètres de sécurité</strong></em>.</p></div>
10. Cliquez sur ***OK*** pour fermer la fenêtre et créer l'entrée.


---

# 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/fr/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.
