• XtraFinder


    About System Integrity Protection in OS X 10.11

    Apple's article .

    System Integrity Protection blocks code injection (and many other things).

    XtraFinder works by injecting its code into Finder application process.

    How to allow XtraFinder work in OS X 10.11

    You need to partially disable System Integrity Protection.

    I do not encourage you to disable System Integrity Protection. It makes your computer less safe.

    How to partially disable System Integrity Protection

    Refer this Apple's article .

    Follow these steps:

    1. Boot to Recovery OS by restarting your machine and holding down the Command and R keys at startup.
    2. Launch Terminal from the Utilities menu.
    3. Enter the following command: csrutil enable --without debug
    Reboot your computer.

    What the command "csrutil enable --without debug" does?

    It allows code injection. That means XtraFinder can inject its code into Finder application process.

    How to revert System Integrity Protection to original state

    Boot to Recovery OS and enter the following command: csrutil clear

  • 相关阅读:
    HDFS高阶
    Flume学习笔记
    Yarn学习笔记
    二进制中1的个数
    二叉搜索树的后序遍历
    空指针
    web第十天总结
    绩效考核系统
    制作流程图,activity,好不容易找到的
    职业规划
  • 原文地址:https://www.cnblogs.com/DoNetCShap/p/7478572.html
Copyright © 2020-2023  润新知