内存不能为read的修复方法采用完全注册dll的方法:开始-运行(输入CMD)-回车。在打开的窗口中输入:for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 回车 ;到屏幕滚动停止。