zoukankan      html  css  js  c++  java
  • 电脑中已有VS2005和VS2010安装.NET3.5失败的解决方案

    1.重启 MSI 安装服务;

    运行-输入“CMD”命令,在弹出的对话框中输入命令: msiexec/unregserver ,回车,并再次输入 msiexec/regserver 。

    2.启用 Print Spooler 打印机服务;

    .NET Framework 3.5 安装时需要开启 Print Spooler 打印机服务,而一般情况下我们都会关闭这个服务以节约系统资源。

    右击桌面上“我的电脑”-“管理”-“服务和应用程序”,找到“Print Spooler”,启动这个服务即可。

    3.重启 Cryptographic Services 微软补丁验证服务。

    右击桌面上“我的电脑”-“管理”-“服务和应用程序”,关闭 Cryptographic Services 微软补丁验证服务,并清空系统盘下 System32Catroot2 文件夹中的所有文件例如(C:WINDOWSsystem32CatRoot2),再重启Cryptographic Services 微软补丁验证服务。

    完成以上3个步骤后,下载微软官方 .NET Framework 3.5 SP1 版本,大小约为231MB,运行即可安装成功。

  • 相关阅读:
    Disharmony Trees HDU
    Xenia and Bit Operations CodeForces
    Gym
    背包入门
    搜索入门
    Farm Tour POJ
    Flow Problem HDU
    Hie with the Pie POJ
    Building a Space Station POJ
    kuangbin 最短路集合
  • 原文地址:https://www.cnblogs.com/riskyer/p/3333842.html
Copyright © 2011-2022 走看看