Download XtraFinder in here https://www.trankynam.com/xtrafinder/
To get XtraFinder to work on El Capitan, you'll have to do the following:
- Restart your Mac.
- Before OS X starts up, hold down Command-R and keep it held down until you see an Apple icon and a progress bar. Release. This boots you into Recovery.
- From the Utilities menu, select Terminal.
- At the prompt type exactly the following and then press Return: csrutil disable.
- Terminal should display a message that SIP was disabled.
- From the Apple menu, select Restart.
About System Integrity Protection in OS X 10.11
Apple's article : https://support.apple.com/en-us/HT204899
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 : https://developer.apple.com/library/mac/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html
Follow these steps:
- Boot to Recovery OS by restarting your machine and holding down the Command and R keys at startup.
- Launch Terminal from the Utilities menu.
- 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
No comments:
Post a Comment