activation error - login name has space

error 2115: login names must not have spaces.
when I try to change it, a warning message states only to change the name if the software will be run under a different login name. However, my computer login name does have a space. How do i get aroud this?

댓글 수: 1

Walter Roberson
Walter Roberson 2024년 1월 6일
You cannot get around this. It is a MATLAB limitation, that the login name must not have a space.
Note that the login name in question is the internal Windows login name:
To get your Windows username:
For MS Windows, you can create a windows shell (Windows -> R) and give the command whoami or you can open TaskManager and go to the Users panel to display your username.

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

답변 (1개)

Swaraj
Swaraj 2024년 1월 14일

0 개 추천

Hi Lauren,
The error suggests that your Internal Windows login name contains a space. Please find the below steps to check your username:
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
The User Name will be displayed as "USER=<your_login_name>"
For more details, please follow the below MATLAB Answer.

카테고리

도움말 센터File Exchange에서 Installing Products에 대해 자세히 알아보기

제품

릴리스

R2023a

질문:

2024년 1월 6일

답변:

2024년 1월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by