ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
Window Server2012有个坑人的设置,就是无法直接安装.NET2.0,试了很多的方法都无效,最后试了很多才总结出来。 ![](https://img.kancloud.cn/3c/6f/3c6f4d8596bb21a5b6ba51348877aaf1_896x632.png) 如果是windows server 2012  在添角色和功能时无法添加时,提示无法找到源,也可以使用此办法 ![](https://img.kancloud.cn/db/c5/dbc5659cc3f2dc705380b6a7d96f5fcb_656x336.png) ``` dism.exe /online /enable-feature /all /featurename:NetFX3 /Source:F:\\sources\\sxs ```