Effacer les filtres
Effacer les filtres

How do I find my username in order to install or activate my license?

2 421 vues (au cours des 30 derniers jours)
When I try to activate my license, it asks for my username. How do I find this?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 14 Mai 2024
Modifié(e) : MathWorks Support Team le 14 Mai 2024
When installing or activating an Individual license, your username is required. 
Command Prompt/Terminal
The easiest way to get your username is from a command prompt or terminal:

Windows

To get your username via the command prompt:
  1. Locate the search field. On Windows, this is in the Start Menu or Taskbar 
  2. Enter "cmd" into the search field and press Enter
  3. At the command prompt, enter the following command:
set username
Your username is displayed as USERNAME=myusername

macOS

To get your username, open a Terminal window:
  1. Open Finder.
  2. Open the Applications folder.
  3. Open the Utilities folder.
  4. Start the Terminal application.
  5. In the Terminal window, enter the following command:
echo $USER

Linux

To get your username, open terminal and run the following command:
echo $USER

Plus de réponses (0)

Catégories

En savoir plus sur Install Products dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by