博客
关于我
IP-Guard客户端与应用程序IE冲突,无法使用,自定义客户端配置两条策略:
阅读量:511 次
发布时间:2019-03-07

本文共 548 字,大约阅读时间需要 1 分钟。

安装客户端软件后某些程序无法正常运行时,可以通过自定义客户端策略来解决问题。以下是两条常用策略的示例配置:

  • hookapi_filterinj_external:用于过滤外部进程,具体配置为:
    hookapi_filterinj_external=进程名;进程名;进程名
  • hookapi_filterproc_external:用于过滤外部进程,配置示例如下:
    hookapi_filterproc_external=进程名;进程名;进程名
  • 在处理与IE冲突的情况时,可以按照以下步骤添加对应策略:

    hookapi_dynaddcmd内容:proc=msedge.exe|cmd=--disable-features=RendererCodeIntegrity|osver=10,0|prover=0|pos=2|relation=1

    此外,若需要禁用Edge浏览器的代码完整性功能,可以按照以下步骤进行:

    hookapi_dynaddcmd内容:proc=msedge.exe|cmd=--disable-features=RendererCodeIntegrity|osver=10,0|prover=0|pos=2|relation=1

    以上配置可以有效解决客户端软件与已有程序冲突的问题。

    转载地址:http://ypscz.baihongyu.com/

    你可能感兴趣的文章
    npm前端包管理工具简介---npm工作笔记001
    查看>>
    npm发布自己的组件UI包(详细步骤,图文并茂)
    查看>>
    npm和yarn清理缓存命令
    查看>>
    npm和yarn的使用对比
    查看>>
    npm学习(十一)之package-lock.json
    查看>>
    npm安装crypto-js 如何安装crypto-js, python爬虫安装加解密插件 找不到模块crypto-js python报错解决丢失crypto-js模块
    查看>>
    npm报错unable to access ‘https://github.com/sohee-lee7/Squire.git/‘
    查看>>
    npm的常用配置项---npm工作笔记004
    查看>>
    npm的问题:config global `--global`, `--local` are deprecated. Use `--location=global` instead 的解决办法
    查看>>
    npm编译报错You may need an additional loader to handle the result of these loaders
    查看>>
    npm配置安装最新淘宝镜像,旧镜像会errror
    查看>>
    npm错误Error: Cannot find module ‘postcss-loader‘
    查看>>
    NPOI之Excel——合并单元格、设置样式、输入公式
    查看>>
    NPOI利用多任务模式分批写入多个Excel
    查看>>
    NPOI在Excel中插入图片
    查看>>
    NPOI格式设置
    查看>>
    Npp删除选中行的Macro录制方式
    查看>>
    NR,NF,FNR
    查看>>
    nrf开发笔记一开发软件
    查看>>
    NS3 IP首部校验和
    查看>>