MATLAB: Getting userpath without starting MATLAB

userpath

Hello all!
I need to get the value of userpath without starting MATLAB (in R2015b). Can anyone help?
Thanks!

Best Answer

Me again... Found it in my matlab.settings in prefdir of MATLAB (in my case wired to D:\):
<key name="UserPath">
<string>
<value><![CDATA[D:\]]></value>
</string>
</key>