matlab安装后双击出现图标后闪退没有反应

今天在新电脑上安装matlab后出现一个问题:双击matlab图标想打开软件时没有反应,导致软件无法正常启动。在网上查到原因可能跟bin文件里的内容有关,就赶紧查看了R2014a\bin\win64文件夹,意识到自己在执行破解步骤时可能操作有误。

完整的破解步骤为:

1) run "X:\setup.exe"
    OR 
   run "X:\bin\win32\setup.exe" (if you want to install 32-bit Matlab under 64-bit Windows)
2) choose "install manually without using the internet"        
3) when you will be asked to enter the "file installation key" use
    12313-94680-65562-90832
4) setup Matlab (if you want Matlab to use less space and be little bit faster select "Custom" setup
    and select ONLY componets required for you)
5) when asked to activate the product select activation without internet
6) select "X:\serial\license.lic" when asked for license file
7) copy folder "bin" and its content
    from folder "X:\serial\MatlabX32" or "X:\serial\MatlabX64" (depending on 32-bit or 64-bit you have installed)
    to folder where you installed Matlab  WITH OVERWRITING  of existing files
    This could ask you to use Administrative rights (for Windows newer then WinXP)  

我在执行第7)时将整个bin文件夹拷贝到安装目录上,将原始bin文件夹名称后加上~~不使用;实际上只需要将破解文件夹里的libmwservices.dll拷贝到R2014a\bin\win64文件夹中,代替原来的dll文件即可

https://blog.csdn.net/WangJiankun_ls/article/details/78787346

你可能感兴趣的:(软件安装及问题处理)