How can I log out of MATLAB Drive Connector?
85 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 22 de En. de 2019
Editada: MathWorks Support Team
el 5 de Sept. de 2025 a las 13:50
How can I log out of MATLAB Drive Connector (the desktop application for syncing with MATLAB Drive)?
Respuesta aceptada
MathWorks Support Team
el 5 de Sept. de 2025 a las 0:00
Editada: MathWorks Support Team
el 5 de Sept. de 2025 a las 13:50
As of now, there is no built-in function to log out of MATLAB Drive Connector as it is designed for use by a single user. If you must sign out of MATLAB Drive Connector, you must uninstall MATLAB Drive Connector and reinstall it. Instructions to do this are found below:
Step 1: Close all running MATLAB windows.
Step 2: After closing MATLAB, execute these exact two commands depending on your OS to kill the MathWorksServiceHost process and remove both the Service Host installation directory and the user-specific credentials folder:
Windows
In Windows Command Prompt, execute these two commands:
Taskkill /IM MathWorksServiceHost.exe /F
rd /s /q %appdata%\MathWorks\credentials %localappdata%\MathWorks\ServiceHost %localappdata%\MathWorks\MATLABConnector
Linux
In Linux Terminal, execute these two commands:
killall MathWorksServiceHost
rm -rf ~/.matlab/credentials ~/.MathWorks/ServiceHost ~/.MATLABConnector
macOS
In Mac Terminal (Finder -> Applications -> Utilities -> Terminal.app), execute these two commands:
killall MathWorksServiceHost
rm -rf ~/Library/Application\ Support/MathWorks/credentials ~/Library/Application\ Support/MathWorks/ServiceHost ~/Library/Application\ Support/MathWorks/MATLABConnector
Step 3: If you already have a MATLAB Drive folder on your computer and you want to continue saving content there with a different account after reinstallation, you will need to also delete this folder.
Step 4: Reinstall MATLAB Drive Connector. When you reinstall MATLAB Drive Connector again, the configuration wizard will appear, as if you were installing it for the first time:
Install MATLAB Connector for MATLAB Drive
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!