Hello,
Yes it should be very possible. The settings are stored in 3dsmax user-specific /plugcfg directory under the name MaxDotNet.config. For example, in Vista and Windows 7 this file is typically:
C:\Users\USERNAME\AppData\Local\Autodesk\3dsMax\2010 - 64bit\enu\plugcfg\MaxDotNet.config
You can look up the exact location of this in the registry under local machine/software/autodesk key (forget the exact name). The file is not there by default and only gets generated if you alter the settings (if no file is present defaults are used). Its typical contents are:
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<HandleExceptions>true</HandleExceptions>
<ReloadSceneOnUnload>true</ReloadSceneOnUnload>
<UnloadRemovedAssemblies>true</UnloadRemovedAssemblies>
<LoadAddedAssemblies>true</LoadAddedAssemblies>
<LoadAssembliesOnStartup>true</LoadAssembliesOnStartup>
<RemotingPort>9998</RemotingPort>
<AllowPluginUnloading>true</AllowPluginUnloading>
<AllowRemoting>false</AllowRemoting>
</Configuration>
Hope this helps.
Marsel Khadiyev (Software Developer, EPHERE Inc.)