在使用Win10系统进行四川标书制作软件安装或CAD打开时,若出现闪退或点击功能卡住的情况,可能是系统出现了一些问题,解决这些问题的方法有很多种,可以尝试重新安装软件或CAD程序,更新系统补丁和驱动程序,清理系统垃圾文件,检查系统是否存在病毒等。通过这些方法,可以帮助解决Win10系统在使用四川标书制作软件或CAD时出现的闪退和功能卡住的情况,提升系统的稳定性和工作效率。
操作方法:
1.首先确保你电脑是正常安装好了CAD程序了,此事点击软件图标右键进入安装目录。找到我图中这个acad.exe.config文件。一会就要修改它。
2.找到这个文件,并使用记事本来打开它。接下来就是修改代码了。图中蓝色底色这个代码先删除,然后将下方代码复制到被删除的代码所在行。
代码:
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true"/>
For example:
<!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->
<runtime>
<generatePublisherEvidence enabled="false"/>
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true"/>
</runtime>
3.覆盖完成后的代码应该如下图所示:
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->
<runtime>
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true"/>
For example:
<!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->
<runtime>
<generatePublisherEvidence enabled="false"/>
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true"/>
</runtime>
</runtime>
</configuration>
以上就是win10安装四川标书制作软件闪退的全部内容,如果你遇到这种情况,可以根据以上操作进行解决,非常简单快速。
相关教程
2023-10-07
2024-02-17
2023-06-08
2023-11-01
2024-09-29
2024-04-13
2023-07-25
2024-01-06
2024-01-13
2023-08-05
2025-01-16
2025-01-15
2025-01-14
2025-01-09