wqh17

mac启动项配置文件

macOS 系统的启动项会以 .plist 的文件存在于以下目录中:

  • /Library/LaunchDaemons:系统启动时运行,用户不登录也会运行。
  • /Library/LaunchAgents:用户登录后运行。
  • ~/Library/LaunchAgents:用户自定义的用户启动项
  • /System/Library/LaunchDaemons:系统自带的启动项
  • /System/Library/LaunchAgents:系统自带的启动项

不想要的,直接删除,慎删系统方面启动项

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-25
  • 2021-11-01
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2021-12-21
  • 2022-12-23
  • 2021-12-17
  • 2021-11-13
  • 2021-11-07
  • 2021-10-04
相关资源
相似解决方案