Computer Login Name for license center

73 views (last 30 days)
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 Comments
Andrea Gollner
Andrea Gollner on 26 Nov 2020
Confirmed, opened cmd-shell.
Thanks for the link.
'whoami' was the right for me:-)
John Thweatt
John Thweatt on 14 May 2021
Matlab has to be easier to install, they are terrible. More reason to use GNU DSP tools

Sign in to comment.

Accepted Answer

Pruthvi Muppavarapu
Pruthvi Muppavarapu on 20 Feb 2019
Edited: Pruthvi Muppavarapu on 20 Feb 2019
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>”

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!