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

조회 수: 2,568 (최근 30일)
When I try to activate my license, it asks for my user name. How do I find this?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 12월 28일
편집: MathWorks Support Team 2023년 12월 28일
When installing or activating an Individual license, your user name is required. 
Command Prompt/Terminal
The easiest way to get your user name is from a command prompt or terminal:

Windows

To get your user name 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 type Enter
  3. At the command prompt, enter the following command:
>set username
Your username is displayed as USERNAME=myusername

MacOS

To get your user name, 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:
%whoami

Linux

To get your user name, open terminal and run the following command:
%whoami

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by