필터 지우기
필터 지우기

What does error "The application was unable to start correctly (0xc0000364)" mean?

조회 수: 167 (최근 30일)
Matlab won't start after the installation. I recieve the following error Message:
MATLAB.exe - Application error
The application was unable to start correctly (0xc0000364). Click OK to close the application.
What does this error mean?

채택된 답변

Smit
Smit 2022년 10월 11일
Hi
Seems that you are getting the Windows error 0xc0000364 on trying to run MATLAB.
The 0xc0000364 error code corresponds to the Windows error “STATUS_ACCESS_DISABLED_BY_POLICY_OTHER”. There might be a Group Policy on your system which is restricting the execution of MATLAB. If so, you might need to work with your system administrator to update the policy so that MATLAB can run.
Alternatively, you can update the policy as follows, however do note that this may reduce the overall security
1. Open Windows Local Security Policy by opening Administrative Tools from the Start Menu, then going to Local Security Policy
2. In the left panel, expand the Local Policies and select Security Options
3. In the right panel, scroll down to the section on User Account Control
4. Open the policy User Account Control: Run all administrators in Admin Approval Mode and disable the policy (Note: disabling this policy reduces the overall security)
5. Reboot the system
Alternatively, as a potential workaround you can try running MATLAB as an administrator.
  댓글 수: 1
Moritz Oberacker
Moritz Oberacker 2022년 10월 24일
Thanks for the explanation. Runnig as Administrator works. Seems like I have to figure out with our IT Departement, why there is a Local Security Policy that blocks it.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by