zoukankan      html  css  js  c++  java
  • 安装软件,遇到弹框Windows Installer Coordinator,一直循环卡在这个弹框处

    转载自https://www.cliftonsystems.co.uk/fixing-windows-installer-coordinator-loop/

    复制粘贴原文内容,以防将来访问不到原网页了

    Sometimes when you install software, you got stuck at window which says “Windows Installer Coordinator”
    There is easy fix for this, which involves changing setting of Group Policy.

    To disable this group policy you need to perform these steps:
    1 ) Log on to the system with a User that has Administrative Privileges
    2 ) Open the Windows Control Panel
    3 ) Perform a search for Group Policy
    4 ) The search results should display a link to the “Local Group Policy Editor”
    5 ) Once inside the editor, go to:

    1. Computer Configuration
    2. Administrative Templates
    3. Windows Components
    4. Remote Desktop Services
    5. Remote Desktop Session Host
    6. Application Compatibility

    6 ) In the right pane, right click on ‘Turn off Windows Installer RDS Compatibility” and select Edit from the drop down menu
    7 ) Select the Radio Button labeled ‘Enable’
    8 ) Click OK

  • 相关阅读:
    Windows下开发过程中常用的Linux指令
    flask sqlalchemy实现分页功能
    channel(3) 一 基本定义
    goroutine(2) goroutine同步
    goroutine(1) go的调度器
    go 语言 interface(接口 二)
    go 语言 interface(接口 一)
    go 语言 defer
    go 语言 闭包
    go 语言 函数
  • 原文地址:https://www.cnblogs.com/kevinsteve/p/10270712.html
Copyright © 2011-2022 走看看