필터 지우기
필터 지우기

Computer Login Name for license center

조회 수: 65 (최근 30일)
Benjamin Moak
Benjamin Moak 2019년 2월 16일
댓글: John Thweatt 2021년 5월 14일
The article explaining how to find my computer login name is disabled. Apparently because it's been 14 days or something. Can someone tell me how to either access the article or find the name?
  댓글 수: 6
Andrea Gollner
Andrea Gollner 2020년 11월 26일
Confirmed, opened cmd-shell.
Thanks for the link.
'whoami' was the right for me:-)
John Thweatt
John Thweatt 2021년 5월 14일
Matlab has to be easier to install, they are terrible. More reason to use GNU DSP tools

댓글을 달려면 로그인하십시오.

채택된 답변

Pruthvi Muppavarapu
Pruthvi Muppavarapu 2019년 2월 20일
편집: Pruthvi Muppavarapu 2019년 2월 20일
You can follow any of the three steps mentioned below which might help you find your login name,
1.To find your User Name, follow the instructions below for your operating system.
Windows
  • The fastest way to get your User Name is from a Windows Command Prompt:
  • Locate the search field. On Windows 7 this is in the Start Menu, on Windows 8/8.1 this is on the Start Screen, and on Windows 10 this is in the Taskbar
  • Enter "cmd" into the search field and type enter
In the Command Prompt, enter the following command:
set username
MacOS
To obtain your User Name, open a Terminal window:
  • Open Finder
  • Open the "Applications" folder
  • Open the "Utilities" folder
  • Start the "Terminal" application
In the Terminal window, enter the following command:
whoami
Linux
To obtain your User Name, open Terminal and run the following command:
whoami
2. The User Name can also be obtained by using the lmutil.exe utility included with the MATLAB installation. You can run the following commands in the cto determine the User Name needed for activation:
Windows:
"C:\Program Files\MATLAB\R20XXx\etc\winXX\lmutil.exe" lmhostid -user
The User Name will be displayed as “USER=<your_login_name>”
Mac:
/Applications/MATLAB_R20XXx.app/etc/maci64/lmutil lmhostid -user
The User Name will be displayed as “USER=<your_login_name>”
Linux:
/usr/local/MATLAB/R2018b/etc/glnxa64/lmutil lmhostid -user
The User Name will be displayed as “USER=<your_login_name>”
3. If access to the command window is not available, you can use the MATLAB activation client to determine what your Login Name is. To do this, you will need to first open the MATLAB activation client. The activation client can be found in the following locations:
Windows:
C:\Program Files\MATLAB\R20XXX\bin\win64\activate_matlab.exe.
Mac:
Use Finder to go to /Applications . From there, control-click (right click) on the icon for your MATLAB version, such as MATLAB_R2015b.app . In the menu, choose "Show package contents". In that directory, you will find an Activate.app.
Linux:
/usr/local/MATLAB/R2018a/bin/activate_matlab.sh
Once the activation client is open:
  • Click on “Activate Manually without the Internet” and click next.
  • Click on “I do not have a license file. Help me with the next steps”
  • On this screen you will see your Login Name: “Computer Login Name:<your_login_name>”

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by