Visual Studio 2010 运行速度优化:

  1. 关闭 “启用丰富客户端视觉体验 - Enable rich client visual experience”
  2. 关闭 “在解决方案资源管理器中跟踪活动项 - Track Active Item in Solution Explorer”
  3. 禁用 “IntelliTrace”
  4. 禁用 “HTML Designer”
  5. 启用 “在运行时仅生成启动项目和依赖项 - Only build startup projects and dependencies on Run”
  6. 设置 启动时显示空环境
  7. 启用 devenv.exe 2G+ 内存支持,以管理员身份运行 Visual Studio 命令提示符,定位到 C:\Program Files\Microsoft Visual Studio 10\Common7\IDE\,先备份 devenv.exe,然后运行
    editbin /LARGEADDRESSAWARE devenv.exe
  8. 安装 Unswap Memory 扩展,禁止 Visual Studio 2010 使用页面文件。

通过以上设置以后,Visual Studio 2010 运行速度会有一个质的提高。

来源:http://ask.loveyuki.com/questions/61

相关文章:

  • 2021-11-21
  • 2021-07-10
  • 2022-12-23
  • 2021-11-21
  • 2022-02-01
  • 2021-05-23
猜你喜欢
  • 2021-10-15
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案