V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
83f420984
V2EX  ›  macOS

在 macOS 中,登录项和扩展中的某些允许在后台运行的项目无法删除

  •  
  •   83f420984 · 4 天前 · 785 次点击

    卸载后重启系统,Hazel 依然存在,尝试了网上提供的方法,但连 Hazel 的选项都找不到,难道这是是无解的吗?强迫症看着太难受了

    IMG_2024-11-21-18-21-24.webp

    IMG_2024-11-21-18-20-55.webp

    IMG_2024-11-21-18-21-26.webp

    9 条回复    2024-11-22 21:23:18 +08:00
    retain
        1
    retain  
       4 天前   ❤️ 1
    In addition to the LaunchAgents and LaunchDaemons folders in /Library and ~/Library, applications may

    ```bash
    /Library/LaunchAgents
    /Library/LaunchDaemons
    ~/Library/LaunchAgents
    ~/Library/LaunchDaemons
    ```

    have items inside their bundle, e.g. inside:

    ```bash
    /Applications/AppName.app/Contents/Library/LoginItems/
    /Applications/AppName.app/Contents/Library/LaunchAgents/
    /Applications/AppName.app/Contents/Library/LaunchDaemons/
    ```
    reset login item
    note: The program has been uninstalled, and the plist has been deleted, but the startup item still exists.
    ```bash
    sfltool resetbtm
    ```
    retain
        2
    retain  
       4 天前
    emmm 笔记里复制过来的,v2 不支持 markdown 是吧,好尴尬
    oxoxoxox
        3
    oxoxoxox  
       4 天前   ❤️ 2
    sudo sfltool dumpbtm 用这个命令可以检查所有的项目
    doubu
        4
    doubu  
       3 天前   ❤️ 1
    删除以后,清空下回收站,别问我怎么知道的。
    wowbaby
        5
    wowbaby  
       3 天前   ❤️ 1
    很讨厌这个 sb 的设计,有签名的应用没有问号图标按钮,无法快速定位到位置,而且有的服务明它显示的是签名应用的公司名。
    它这个是有缓存的,先删掉不要的项,再执行下面代码
    ```
    sudo -- bash -c 'echo " - $(date) -"; while IFS= read -r eachPlist; do echo "-$eachPlist"; /usr/bin/defaults read "$eachPlist"; done <<< "$(/usr/bin/find /Library/LaunchDaemons /Library/LaunchAgents ~/Library/LaunchAgents /private/var/root/Library/LaunchAgents /private/var/root/Library/LaunchDaemons -name "*.plist")"; /usr/bin/defaults read com.apple.loginWindow LogoutHook; /usr/bin/defaults read com.apple.loginWindow LoginHook' > ~/Desktop/launch.txt
    ```
    完全退出偏好设置,再重新打开就没有了
    gklll
        6
    gklll  
       3 天前   ❤️ 1
    用 cleanmymac 卸载得比较干净
    littlewing
        7
    littlewing  
       3 天前   ❤️ 1
    你说的卸载是指把 app 移到废纸篓?那还真卸载不干净,可以试试 AppCleaner 或是 App Cleaner & Uninstaller
    hsulin
        8
    hsulin  
       3 天前
    你的 Little Snitch 可以和 Surge 类的软件一起使用吗?
    83f420984
        9
    83f420984  
    OP
       2 天前
    @hsulin 没,好奇装了个 Little Snitch
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3456 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 11:32 · PVG 19:32 · LAX 03:32 · JFK 06:32
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.