Package Exports
- mac-auto-run
- mac-auto-run/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mac-auto-run) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mac-auto-start
A tool to scan app which run at startup.
intro
Scan the plist files which has keepAlive,RunAtLoad,SuccessfulExit,OnDemand attribute,Print the path of these files.You can edit these files to forbid autorun.If you don't know plist files well, I suggest you only modify the RunAtLoad attribute to false
installing
npm i -g mac-auto-startuse
sudo mfar # mac forbid autorun app
# will print the pathsPlanning
Collect more software startup features to forbid autorun of unfriendly apps.This needs your help. If you have any questions, please leave a message. I will deal and update them to the tool.