How to Stop a MATLAB Server From Running
Matlab runs as a Windows service. The Matlab server starts during the Windows startup process. You can stop the Matlab service by ending the process using the Windows Task Manager. This action simply shuts down the server instantly. However, to stop the Matlab server from running at Windows startup, use the Windows System Configuration tool, otherwise known as “MSCONFIG.” The tool will allow you to temporarily or permanently remove the Matlab server from the startup process.
Instructions
-
End the Matlab Process
-
1
Press the “CRTL” + “ALT” + “DEL” keys to open the Windows Shutdown menu.
-
2
Click the “Start Task Manager” option. The Windows Task Manager opens.
-
-
3
Click the “Processes” tab.
-
4
Locate and click on the the “matlabserver.exe” process.
-
5
Click the “End Process” button on the bottom of the Task Manager dialog box. The process is ended.
Stop Matlab Server from Running at Windows Startup.
-
6
Click the Windows “Start” button to show the Search input box.
-
7
Type “msconfig” (without quotes) into the “Search” input box and press the “Enter” key. The MSCONFIG tool opens.
-
8
Click the “Startup” tab.
-
9
Uncheck the “Matlab Server” entry and then click “Apply.”
-
10
Click “OK” and close the tool. Reboot the computer. Matlab does not start during Windows startup.
-
1