What does error "The application was unable to start correctly (0xc0000364)" mean?
조회 수: 203 (최근 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?
댓글 수: 0
채택된 답변
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!