JSPM

mac-auto-run

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q24730F
  • License ISC

A tool to scan app which run at startup

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-start

use

sudo mfar # mac forbid autorun app
# will print the paths

Planning

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.