0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

macOSで『バックグラウンドでの実行を許可』に残ったアンインストール済みアプリの削除

Last updated at Posted at 2025-10-22

はじめに

macOSでアプリをアンインストールしたにもかかわらず『バックグラウンドでの実行を許可』にアプリが残ったままになることがあります。

image.png

対策1: plistファイルの確認と削除

以下3つのフォルダに削除したいアプリのplistファイルが存在しているか確認します。
ファイル名で判断するか、ファイルの中身を見て判断します。

ls ~/Library/LaunchAgents
ls /Library/LaunchAgents
ls /Library/LaunchDaemons

該当のplistファイルが存在していた場合はファイルを削除し、OS再起動します。
※ 念の為ファイルのバックアップを取っておくことを推奨

対策2:

plistファイルの削除でも改善しない or plistファイルが存在していなかった場合は以下のコマンドを実行し、OS再起動します。

sfltool resetbtm
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?