Sequoia Spotlight indexiert seit 3 Tagen

Dingens

Aktives Mitglied
Thread Starter
Registriert
25.03.2007
Beiträge
286
Reaktionspunkte
21
Spotlight zeigte meine Apps nicht mehr an, also habe ich eine Neuindizierung gestartet. Jetzt läuft sie seit mehr als drei Tagen und die Lüfter rotieren, CPU und RAM sehen wie folgt aus:


2025_08_16_19_07_42_Brave Browser.png


2025_08_16_19_07_26_Brave Browser.png


2025_08_16_19_36_08_Aktivitätsanzeige.png



2025_08_16_19_35_19_Aktivitätsanzeige.png


Hat jemand eine Idee? Ich habe versucht, das Gerät neu zu starten, aber es bleibt alles beim Alten. Ich habe versucht, es über das Terminal anzuhalten und neu zu starten, aber es bleibt alles beim Alten.

Neueste Sequioa Version, M1 Pro CPU, ca. 600 GB Daten.
Spotlight funktioniert halbwegs, aber zeigt weiterhin keine Programme an.
Vielen Dank

Rolf
 
Es liegt eher an irgendwelchen Tools oder Apps die du nutzt. Bsp: chronod kann schon mal "hängen" und dadruch viel CPU-Last erzeugen, wenn man eine Firewall wie LuLu oder LittleSnitch falsch einstellt und zuviel bszw was falsch blockiert hat. Spotlight kann an fehlerhaften Rechten einzelner Dateien durcheinander kommen oder an Apps / Tools, die regelmäßig Daten / Dateien schreiben / modifizieren / aktualisieren u.dgl.

Das heraus zu finden ist abe rrecht mühselig.

Meiner Erfahrung nach sind es oft Tools / Apps die "Sicherheit" oder "Anonymität" versprchen, wie VPNm Firewalls u.dlg.

Lade mal EtreCheck herunter und manch einen Lauf (mit Festpaltten-Vollzugriff!) und poste den Report hier in Code-Tags (</>-Icon) nicht als normales posting. In Code-Tags!
 
Und du solltest einmal deine Einstellungen zur Spotlight-Indexierung (Suchkategorien) in den Systemeinstellungen kontrollieren.

Systemeinstellungen öffnen und spotlight in die Suche dort eingeben.
 
Hat jemand eine Idee? Ich habe versucht, das Gerät neu zu starten, aber es bleibt alles beim Alten. Ich habe versucht, es über das Terminal anzuhalten und neu zu starten, aber es bleibt alles beim Alten.

Neueste Sequioa Version, M1 Pro CPU, ca. 600 GB Daten.
Spotlight funktioniert halbwegs, aber zeigt weiterhin keine Programme an.
Vielen Dank

Rolf
Was genau hast du im Terminal reingehämmert?

Bei meiner Frau mit auch gut 400GB an Fotos und Videos braucht Spotlight teils 1-2 Wochen bis es sich. halbwegs fängt und der mds_stores prozess nicht irre auf die Disk schreibt. Anfangs mehrerer GB/h danach wird es besser und geht auf unter 1GB/H zurück, wobei ich da jetzt alle Prozesse drinnen hab daneben ist auch launchd der sehr viel schreibt und ab und an installd
 
Es liegt eher an irgendwelchen Tools oder Apps die du nutzt. Bsp: chronod kann schon mal "hängen" und dadruch viel CPU-Last erzeugen, wenn man eine Firewall wie LuLu oder LittleSnitch falsch einstellt und zuviel bszw was falsch blockiert hat. Spotlight kann an fehlerhaften Rechten einzelner Dateien durcheinander kommen oder an Apps / Tools, die regelmäßig Daten / Dateien schreiben / modifizieren / aktualisieren u.dgl.

Das heraus zu finden ist abe rrecht mühselig.

Meiner Erfahrung nach sind es oft Tools / Apps die "Sicherheit" oder "Anonymität" versprchen, wie VPNm Firewalls u.dlg.

Lade mal EtreCheck herunter und manch einen Lauf (mit Festpaltten-Vollzugriff!) und poste den Report hier in Code-Tags (</>-Icon) nicht als normales posting. In Code-Tags!

here we go, allerdings war der Text zu lang, daher als Dropbox link:
https://www.dropbox.com/scl/fi/hky17tmib2167b5z0erop/etrecheck.txt?rlkey=wx4l1mddtdaioat9kxzlhhet8&dl=0
Danke!
Grüße
Der Dingens
 
Zuletzt bearbeitet von einem Moderator:
Was genau hast du im Terminal reingehämmert?

Bei meiner Frau mit auch gut 400GB an Fotos und Videos braucht Spotlight teils 1-2 Wochen bis es sich. halbwegs fängt und der mds_stores prozess nicht irre auf die Disk schreibt. Anfangs mehrerer GB/h danach wird es besser und geht auf unter 1GB/H zurück, wobei ich da jetzt alle Prozesse drinnen hab daneben ist auch launchd der sehr viel schreibt und ab und an installd

Oha, das klingt lange.
Ich habe im Terminal das hier eingegeben
Code:
sudo mdutil -Ea
sudo mdutil -ai off
sudo mdutil -ai on
Grüße
Der Dingens
 
Oha, das klingt lange.
Ich habe im Terminal das hier eingegeben
Code:
sudo mdutil -Ea
sudo mdutil -ai off
sudo mdutil -ai on
Grüße
Der Dingens
Gratuliere damit hast du dir den index von preboot zerschossen. Das im Netz noch immer diese falschen Anleitungen rumgeistern

das durfte ich selbst erst lernen

mdutil da ging wohl was kaputt | MacUser.de Community

ich nehm an das du bei

Code:
sudo mdutil -sav
Password:
/:
    Indexing enabled.
/System/Volumes/Data:
    Indexing enabled.
/System/Volumes/Preboot:
    Error: unknown indexing state.

einen ähnlichen Output bei Preboot haben wirst.

das kannst du dann mit

Code:
sudo mdutil -X /System/Volumes/Preboot

reparieren

und künftig nur noch

Sass:
sudo mdutil -E /
sudo mdutil -E /System/Volumes/Data
sudo mdutil -i off /
sudo mdutil -i off /System/Volumes/Data
sudo mdutil -i on /
sudo mdutil -i on /System/Volumes/Data

aufrufen
 
here we go, allerdings war der Text zu lang, daher als Dropbox link:
https://www.dropbox.com/scl/fi/hky17tmib2167b5z0erop/etrecheck.txt?rlkey=wx4l1mddtdaioat9kxzlhhet8&dl=0
Danke!
Grüße
Der Dingens

poste es bitte hier in Code-Tags, dann können es alle lesen und man kann besser darauf Bezug nehmen.

Und wenn's zu lang wird, was spricht dagegen es auf mehrere Postings (in Code-Tags!) aufzuteilen?. Nichts.
 
Zuletzt bearbeitet von einem Moderator:
Moin
Okay, Teil 1
Code:
EtreCheckPro version: 6.8.11 (68081)
Report generated: 2025-08-17 09:56:22
Download EtreCheckPro from https://etrecheck.com
Runtime: 4:03
Performance: Good

Problem: No problem - just checking
Description:
Spotlight index takes four days and still running

Major Issues:
  Anything that appears on this list needs immediate attention.
  Time Machine backup out-of-date - The last Time Machine backup is over 10 days old.
  Heavy CPU usage - Some processes are using an unusually high amount of CPU.

Minor Issues:
  These issues do not need immediate attention but they may indicate future problems or opportunities for improvement.
  Time Machine auto backup disabled - Time Machine auto backups are disabled.
  Configuration profiles found - This computer may have configuration profiles installed.
  Apps crashing - There have been numerous app crashes.
  Apps with heavy CPU usage - There have been numerous cases of apps with heavy CPU usage.
  Clean up - There are orphan files that could be removed.
  Unsigned files - There are unsigned software files installed. These files could be old, incompatible, and cause problems. They should be reviewed.
  System modifications - There are a large number of system modifications running in the background.
  Runaway user process - A user process is using a large percentage of your CPU.
  Heavy I/O usage - Your system is under heavy I/O use. This will reduce your performance.
  Kernel extensions present - This computer has kernel extensions that may not work in the future.

Hardware Information:
  MacBook Pro (14-inch, 2021)
    Status: Supported
  MacBook Pro Model: MacBookPro18,3
  Apple M1 Pro (m1 pro) CPU: 10-core
  16 GB RAM - Not upgradeable
  Battery: Health = Normal - Cycle count = 44

Video Information:
  Apple M1 Pro
    Studio Display 5120 x 2880

Drives:
  disk0 - APPLE SSD AP1024R 1.00 TB (Solid State - TRIM: Yes)
  Internal Apple Fabric NVM Express
  S.M.A.R.T. Details: 7% used, 153.16 TB written, 100% health, 21 unsafe shutdowns
    disk0s1 [APFS Container] 524 MB
      disk1 [APFS Virtual drive] 524 MB (Shared by 4 volumes)
        disk1s1 - iSCPreboot (APFS) [APFS Preboot] (6 MB used)
        disk1s2 - xART (APFS) (6 MB used)
        disk1s3 - Hardware (APFS) (3 MB used)
        disk1s4 - Recovery (APFS) [Recovery] (20 KB used)
    disk0s2 [APFS Container] 994.66 GB
      disk3 [APFS Virtual drive] 994.66 GB (Shared by 6 volumes)
        disk3s1 (APFS) [APFS Container] (11.26 GB used)
          disk3s1s1 - Macintosh HD (APFS) [APFS Snapshot] (11.26 GB used)
        disk3s2 - Preboot (APFS) [APFS Preboot] (7.10 GB used)
        disk3s3 - Recovery (APFS) [Recovery] (1.05 GB used)
        disk3s4 - Update (APFS) (4 MB used)
        disk3s5 - Data (APFS) [APFS Virtual drive] (678.53 GB used)
        disk3s6 - VM (APFS) [APFS VM] (5.37 GB used)
    disk0s3 [APFS Container] 5.37 GB
      disk2 [APFS Virtual drive] 5.37 GB (Shared by 2 volumes)
        disk2s1 - Recovery (APFS) [Recovery] (1.98 GB used)
        disk2s2 - Update (APFS) (3 MB used)

  disk4 - Samsung PSSD T7 Shield 2.00 TB (Solid State - TRIM: No)
  External USB Up to 10 Gb/s USB
    disk4s1 - EFI (MS-DOS FAT32) [EFI] 210 MB
    disk4s2 [APFS Container] 2.00 TB
      disk5 [APFS Virtual drive] 2.00 TB
        disk5s1 - T7 (APFS) (1.73 TB used)

  disk6 - Samsung Portable SSD T5 1.00 TB (Solid State - TRIM: No)
  External USB Up to 10 Gb/s USB
    disk6s1 - EFI (MS-DOS FAT32) [EFI] 210 MB
    disk6s2 [APFS Container] 1000.00 GB
      disk7 [APFS Virtual drive] 1000.00 GB (Shared by 4 volumes)
        disk7s1 - CCC (APFS) (958.06 GB used)
        disk7s3 - Preboot (APFS) [APFS Preboot] (20 KB used)
        disk7s4 - Recovery (APFS) [Recovery] (20 KB used)
        disk7s5 - Update (APFS) (33 KB used)

Mounted Volumes:
  disk1s1 - iSCPreboot [APFS Preboot]
    Filesystem: APFS
    Mount point: /System/Volumes/iSCPreboot
    Used: 6 MB
    Shared values
      Size: 524 MB
      Free: 504 MB

  disk1s2 - xART
    Filesystem: APFS
    Mount point: /System/Volumes/xarts
    Used: 6 MB
    Shared values
      Size: 524 MB
      Free: 504 MB

  disk1s3 - Hardware
    Filesystem: APFS
    Mount point: /System/Volumes/Hardware
    Used: 3 MB
    Shared values
      Size: 524 MB
      Free: 504 MB

  disk3s1s1 - Macintosh HD [APFS Snapshot]
    Filesystem: APFS
    Mount point: /
    Read-only: Yes
    Used: 11.26 GB
    Shared values
      Size: 994.66 GB
      Free: 291.14 GB
      Available: 348.25 GB

  disk3s2 - Preboot [APFS Preboot]
    Filesystem: APFS
    Mount point: /System/Volumes/Preboot
    Used: 7.10 GB
    Shared values
      Size: 994.66 GB
      Free: 291.14 GB

  disk3s4 - Update
    Filesystem: APFS
    Mount point: /System/Volumes/Update
    Used: 4 MB
    Shared values
      Size: 994.66 GB
      Free: 291.14 GB

  disk3s5 - Data [APFS Virtual drive]
    Filesystem: APFS
    Mount point: /System/Volumes/Data
    Encrypted
    Used: 678.53 GB
    Shared values
      Size: 994.66 GB
      Free: 291.14 GB
      Available: 348.25 GB

  disk3s6 - VM [APFS VM]
    Filesystem: APFS
    Mount point: /System/Volumes/VM
    Used: 5.37 GB
    Shared values
      Size: 994.66 GB
      Free: 291.14 GB

  disk5s1 - T7
    Filesystem: APFS
    Mount point: /Volumes/T7
    Encrypted
    Owners enabled: No
    Used: 1.73 TB
    Shared values
      Size: 2.00 TB
      Free: 273.60 GB
      Available: 274.24 GB

  disk7s1 - CCC
    Filesystem: APFS
    Mount point: /Volumes/CCC
    Used: 958.06 GB
    Shared values
      Size: 1000.00 GB
      Free: 41.72 GB

USB:
  USB 3.1 bus
    <Empty>

  USB 3.1 bus
    <Empty>

  USB 3.1 bus
    Samsung - PSSD T7 Shield

  USB 3.1 bus
    Apple - USB3 Gen2 Hub
      Samsung - Portable SSD T5
      GenesysLogic - USB3.2 Hub
        GenesysLogic - USB3.1 Hub
        Realtek - USB 10/100/1000 LAN
    Apple - USB2 Hub
      GenesysLogic - USB2.1 Hub
        GenesysLogic - USB2.1 Hub
          hub_device
            Jabra Link 380
          DYMO - DYMO LabelWriter 450 Turbo
      Apple Inc. - Studio Display

Network:
  Interface en7: Ethernet Adapter (en7)
  Interface en6: Ethernet Adapter (en6)
  Interface en5: USB 10/100/1000 LAN
  Interface en8: Studio Display
  Interface en4: Ethernet Adapter (en4)
  Interface en10: USB 10/100/1000 LAN 2
  Interface en0: Wi-Fi
    802.11 a/b/g/n/ac/ax
  Interface bridge0: Thunderbolt Bridge
  Interface en9: iPhone

  iCloud Quota: 1.52 TB available

System Software:
  macOS Sequoia 15.6 (24G84)
  Installed 2025-08-10
  Time since boot: About 2 days

Configuration Profiles:
  com.apple.mail.managed
    SMIMEEnabled
    IncomingMailServerUseSSL
    EmailAddress
    disableMailRecentsSyncing
    EmailAccountDescription
    PreventMove
    IncomingPassword
    OutgoingMailServerUsername
    IncomingMailServerUsername
    PreventAppSheet
    OutgoingMailServerPortNumber
    IncomingMailServerPortNumber
    OutgoingPasswordSameAsIncomingPassword
    OutgoingMailServerUseSSL
    OutgoingMailServerAuthentication
    EmailAccountType
    IncomingMailServerAuthentication
    EmailAccountName
    OutgoingMailServerHostName
    IncomingMailServerHostName

  com.apple.mail.managed
    SMIMEEnabled
    IncomingMailServerUseSSL
    EmailAddress
    disableMailRecentsSyncing
    EmailAccountDescription
    PreventMove
    IncomingPassword
    OutgoingMailServerUsername
    IncomingMailServerUsername
    PreventAppSheet
    OutgoingMailServerPortNumber
    IncomingMailServerPortNumber
    OutgoingPasswordSameAsIncomingPassword
    OutgoingMailServerUseSSL
    OutgoingMailServerAuthentication
    EmailAccountType
    IncomingMailServerAuthentication
    EmailAccountName
    OutgoingMailServerHostName
    IncomingMailServerHostName

  com.apple.mail.managed
    SMIMEEnabled
    IncomingMailServerUseSSL
    EmailAddress
    disableMailRecentsSyncing
    EmailAccountDescription
    PreventMove
    IncomingPassword
    OutgoingMailServerUsername
    IncomingMailServerUsername
    PreventAppSheet
    OutgoingMailServerPortNumber
    IncomingMailServerPortNumber
    OutgoingPasswordSameAsIncomingPassword
    OutgoingMailServerUseSSL
    OutgoingMailServerAuthentication
    EmailAccountType
    IncomingMailServerAuthentication
    EmailAccountName
    OutgoingMailServerHostName
    IncomingMailServerHostName

Notifications:
  Microsoft Teams.app
    14 notifications

  Hazel Notifier.app
    100 notifications

  WhatsApp.app
    2 notifications

  MacUpdater.app
    15 notifications

  Outbank.app
    7 notifications (one scheduled)

  TimingHelper.app
    2 notifications

  CCC Dashboard.app
    one notification

  Dropbox.app
    2 notifications

  CleanShot X.app
    5 notifications

  SpamSieve.app
    3 notifications

  ***
    one notification (one scheduled)

  TextExpander.app
    16 notifications
 
Teil 2
Code:
Security:
  Gatekeeper: App Store and identified developers

  System Integrity Protection: Enabled

  Secure Boot: Volle Sicherheit
  Antivirus software: Apple and AdGuard
Unsigned Files:

 Launchd: /Library/LaunchDaemons/com.focusrite.ControlServer.plist
    Command: /Applications/Focusrite Control.app/Contents/Library/LoginItems/FocusriteControlServer.app/Contents/MacOS/FocusriteControlServer daemon
    Details: Exact match found in the legitimate list - probably OK
  Running app: net.freemacsoft.AppCleaner-SmartDelete
  Running app: com.jibapps.TrashMe3.Helper
  Apps: 1

System Extensions:

  [Running] AdGuard Network Extension - version 2.7.0 (Adguard Software Limited - installed 2021-12-21)


    Application: /Applications/Setapp/AdGuard.app - version 2.7.0 (Adguard Software Limited - installed 2022-02-19)


    Description: AdGuard Network Extension

  [Not Loaded] SystemExtension-Setapp-Version - version 3.2.5 (MacPaw Way Ltd - installed 2025-07-03)


    Application: /Applications/Setapp/ClearVPN.app - version 3.2.5 (MacPaw Way Ltd - installed 2025-07-03)


    Description: We use system extension to establish VPN connection for you

  [Running] cameraExtension - version 1.0 (AVM Software, Inc - installed 2025-01-10)


    Application: /Applications/ManyCam/ManyCam.app - version 1.0 (AVM Software, Inc - installed 2025-02-04)


    Description: ManyCam Virtual Webcam

Kernel Extensions:


  /Applications/Setapp/AdGuard.app


    [Not Loaded] com.adguard.nfext.kext - com.adguard.nfext (1.0.29 - SDK 11)

  /Library/Extensions


    [Not Loaded] DymoUsbPrinterClassDriver.kext - com.dymo.usbprinterclassdriver.kext (1.1 - SDK 10.14)


    [Not Loaded] EPSONUSBPrintClass.kext - com.epson.print.kext.USBPrintClass (3.7.1)


    [Not Loaded] SamsungPortableSSDDriver.kext - com.samsung.portablessd.driver (2.1.0 - SDK 11)


System Launch Daemons:


  [Not Loaded]  41 Apple tasks

  [Loaded]  221 Apple tasks

  [Running]  154 Apple tasks

  [Other]  2 Apple tasks

System Launch Agents:


  [Not Loaded]  20 Apple tasks


  [Loaded]  238 Apple tasks


  [Running]  191 Apple tasks

Launch Daemons:


  [Other] com.adguard.mac.adguard-setapp.pac.plist (Adguard Software Limited - installed 2025-08-10)


    Executable: /Library/Application Support/AdGuard Software/com.adguard.mac.adguard-setapp/kext/adguard-pac

  [Loaded] com.adguard.mac.adguard-setapp.tun-helper.plist (Adguard Software Limited - installed 2025-08-10)


    Executable: /Library/Application Support/AdGuard Software/com.adguard.mac.adguard-setapp/kext/adguard-tun-helper

  [Running] com.alienator88.Pearcleaner.PearcleanerHelper.plist (Marius Lupascu - installed 2025-08-14)


    Executable: /Applications/Pearcleaner.app/Contents/MacOS/PearcleanerHelper


    Location: /Applications/Pearcleaner.app

  [Running] com.apphousekitchen.aldente-pro-setapp.helper.plist (AppHouseKitchen GmbH - installed 2025-06-28)


    Executable: /Library/PrivilegedHelperTools/com.apphousekitchen.aldente-pro-setapp.helper

  [Running] com.backblaze.bzserv.plist (Backblaze - installed 2025-05-28)


    Executable: /Applications/Backblaze.app/Contents/MacOS/bzserv

  [Loaded] com.binarynights.ForkLiftHelper.plist (BinaryNights LLC - installed 2025-04-08)


    Executable: /Library/PrivilegedHelperTools/com.binarynights.ForkLiftHelper

  [Loaded] com.bjango.istatmenus-setapp.installerhelper.plist (Bjango Pty Ltd - installed 2022-02-18)


    Executable: /Library/PrivilegedHelperTools/com.bjango.istatmenus-setapp.installerhelper

  [Running] com.bjango.istatmenus.daemon.plist (Bjango Pty Ltd - installed 2025-03-03)


    Executable: /Library/Application Support/iStat Menus 7/com.bjango.istatmenus.daemon

 [Loaded] com.bjango.istatmenus.installer.plist (Bjango Pty Ltd - installed 2024-07-31)


    Executable: /Library/PrivilegedHelperTools/com.bjango.istatmenus.installer

  [Running] com.bombich.ccc.helper.plist (Bombich Software, Inc. - installed 2025-04-17)


    Executable: /Applications/Carbon Copy Cloner.app/Contents/XPCServices/com.bombich.ccc.helper.xpc/Contents/MacOS/com.bombich.ccc.helper


    Location: /Applications/Carbon Copy Cloner.app


  [Loaded] com.corecode.MacUpdaterPrivilegedInstallHelperTool.plist (CoreCode Limited - installed 2023-08-17)


    Executable: /Library/PrivilegedHelperTools/com.corecode.MacUpdaterPrivilegedInstallHelperTool


  [Not Loaded] com.corecode.MacUpdaterPrivilegedInstallHelperTool2.plist (CoreCode Limited - installed 2025-07-17)


    Executable: /Applications/MacUpdater.app/Contents/Resources/com.corecode.MacUpdaterPrivilegedInstallHelperTool2


    Location: /Applications/MacUpdater.app

  [Loaded] com.dymo.dymo-connect.helper.plist (Sanford, L.P. - installed 2022-07-27)


    Executable: /Library/PrivilegedHelperTools/com.dymo.dymo-connect.helper

  [Running] com.dymo.pnpd.plist (Sanford, L.P. - installed 2020-09-15)


    Executable: /Library/Printers/DYMO/Utilities/pnpd

  [Loaded] com.epson.RemotePrintIODaemon.plist (Seiko Epson Corporation - installed 2023-10-03)


    Executable: /Library/Printers/EPSON/InkjetPrinter2/Backend/RemotePrintIODaemon.app/Contents/MacOS/RemotePrintIODaemon


  [Running] com.fing.service.plist (Fing Limited - installed 2025-05-21)


    Command: /Applications/Fing.app/Contents/Resources/service/fing --servicemode com.fing.service.plist --agentroot /Applications/Fing.app/Contents/Resources/service

  [Running] com.focusrite.ControlServer.plist (Not signed - installed 2025-06-18)


    Command: /Applications/Focusrite Control.app/Contents/Library/LoginItems/FocusriteControlServer.app/Contents/MacOS/FocusriteControlServer daemon

  [Loaded] com.google.GoogleUpdater.wake.system.plist (Google LLC - installed 2025-08-11)


    Command: /Library/Application Support/Google/GoogleUpdater/Current/GoogleUpdater.app/Contents/MacOS/GoogleUpdater --wake-all --enable-logging --vmodule=*/components/update_client/*=2,*/chrome/enterprise_companion/*=2,*/chrome/updater/*=2 --system


 [Not Loaded] com.google.keystone.daemon.plist (Not signed - installed 2025-02-13)


    <Empty>
  [Loaded] com.microsoft.EdgeUpdater.wake.system.plist (Microsoft Corporation - installed 2025-04-24)


    Command: /Library/Application Support/Microsoft/EdgeUpdater/Current/EdgeUpdater.app/Contents/MacOS/EdgeUpdater --wake-all --enable-logging --vmodule=*/components/update_client/*=2,*/chrome/enterprise_companion/*=2,*/chrome/updater/*=2 --system

  [Loaded] com.microsoft.autoupdate.helper.plist (Microsoft Corporation - installed 2025-04-16)


    Executable: /Library/PrivilegedHelperTools/com.microsoft.autoupdate.helper

 [Loaded] com.microsoft.office.licensingV2.helper.plist (Microsoft Corporation - installed 2025-01-12)


    Executable: /Library/PrivilegedHelperTools/com.microsoft.office.licensingV2.helper

  [Loaded] com.teamviewer.Helper.plist (TeamViewer Germany GmbH - installed 2025-08-13)


    Executable: /Library/PrivilegedHelperTools/com.teamviewer.Helper

  [Loaded] com.teamviewer.UninstallerHelper.plist (TeamViewer Germany GmbH - installed 2025-08-13)


    Executable: /Library/PrivilegedHelperTools/com.teamviewer.UninstallerHelper

  [Loaded] com.teamviewer.UninstallerWatcher.plist (TeamViewer Germany GmbH - installed 2025-08-13)


    Command: /Library/Application Support/TeamViewer/TeamViewerUninstaller.app/Contents/Helpers/com.teamviewer.UninstallerStarter --module Full


  [Running] com.teamviewer.teamviewer_service.plist (TeamViewer Germany GmbH - installed 2025-08-13)


    Command: /Applications/TeamViewer.app/Contents/MacOS/TeamViewer_Service -Module Full


[Running] org.chromium.chromoting.broker.plist (Google LLC - installed 2025-06-26)


    Executable: /Library/PrivilegedHelperTools/ChromeRemoteDesktopHost.app/Contents/MacOS/remoting_agent_process_broker

  [Loaded] us.zoom.ZoomDaemon.plist (Zoom Video Communications, Inc. - installed 2025-08-13)


    Executable: /Library/PrivilegedHelperTools/us.zoom.ZoomDaemon

  [Other] wifiman-desktop.plist (Not signed - installed 2023-12-20)


    Executable: /Applications/WiFiman Desktop.app/Contents/service/wifiman-desktopd
 
Teil 3
Code:
Launch Agents:
  [Running] 86Z3GCJ4MF.com.noodlesoft.HazelHelper.plist (Noodlesoft, LLC - installed 2025-02-19)
    Executable: /Applications/Hazel.app/Contents/Library/LoginItems/86Z3GCJ4MF.com.noodlesoft.HazelHelper.app/Contents/MacOS/86Z3GCJ4MF.com.noodlesoft.HazelHelper
    Location: /Applications/Hazel.app

  [Running] com.alienator88.PearcleanerSentinel.plist (Marius Lupascu - installed 2025-08-14)
    Executable: /Applications/Pearcleaner.app/Contents/MacOS/PearcleanerSentinel
    Location: /Applications/Pearcleaner.app

  [Running] com.dymo.dls.webservice.plist (Sanford, L.P. - installed 2020-09-15)
    Executable: /Library/Frameworks/DYMO/SDK/DYMO.DLS.Printing.Host.app/Contents/MacOS/DYMO.DLS.Printing.Host
  [Loaded] com.epson.RemotePrintIOHelper.plist (Seiko Epson Corporation - installed 2023-10-03)
    Executable: /Library/Printers/EPSON/InkjetPrinter2/Backend/RemotePrintIOHelper.app/Contents/MacOS/RemotePrintIOHelper

  [Loaded] com.epson.esua.launcher.plist (Seiko Epson Corporation - installed 2025-04-17)
    Executable: /Applications/Epson Software/EPSON Software Updater.app/Contents/EPSON Software Updater Agent.app/Contents/MacOS/EPSON Software Updater Agent

  [Running] com.epson.scannermonitor.plist (Seiko Epson Corporation - installed 2021-10-10)

 Executable: /Library/Application Support/EPSON/Scanner/ScannerMonitor/Epson Scanner Monitor.app/Contents/MacOS/Epson Scanner Monitor

  [Running] com.fujitsu.pfu.ScanSnap.AOUMonitor.plist (PFU LIMITED - installed 2025-04-23)


    Command: /Applications/ScanSnap Online Update.localized/AutoOnlineUpdater.app/Contents/MacOS/AOUMonitor.app/Contents/MacOS/AOUMonitor FromSystemLogin


 [Not Loaded] com.google.keystone.agent.plist (Not signed - installed 2025-02-13)


    <Empty>

  [Not Loaded] com.google.keystone.xpcservice.plist (Not signed - installed 2025-02-13)


    <Empty>


 [Running] com.inventpure.mailbackupx.standalone.plist (Gladwev Software Private Limited - installed 2024-11-06)

   Executable: /Applications/Mail Backup X Personal.app/Contents/MacOS/Mail Backup X Personal

  [Loaded] com.local.KeyRemapping.plist (Apple - installed 2025-07-19)


    Command: /usr/bin/hidutil property --set '{"UserKeyMapping":[             {               "HIDKeyboardModifierMappingSrc": 0xc00000040,               "HIDKeyboardModifierMappingDst": 0x700000066             }         ]}'

  [Loaded] com.manycam.ManyCam.VideoDevice.agent.plist (AVM Software, Inc - installed 2025-01-10)
    Executable: /Library/CoreMediaIO/Plug-Ins/DAL/ManyCamVideoDeviceCMIO.plugin/Contents/Resources/ManyCamVideoDeviceAgent

  [Not Loaded] com.microsoft.teams2.agent.plist (Microsoft Corporation - installed 2025-08-12)

   Executable: /Applications/Microsoft Teams.app/Contents/Library/LaunchAgents/com.microsoft.teams2.agent
    Location: /Applications/Microsoft Teams.app

  [Loaded] com.microsoft.update.agent.plist (Microsoft Corporation - installed 2025-04-16)
    Command: /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft Update Assistant.app/Contents/MacOS/Microsoft Update Assistant --launchByAgent


  [Running] com.noodlesoft.HazelNotifier.plist (Noodlesoft, LLC - installed 2025-02-19)

   Executable: /Applications/Hazel.app/Contents/Helpers/Hazel Notifier.app/Contents/MacOS/Hazel Notifier

    Location: /Applications/Hazel.app

  [Running] com.openai.chat-helper.plist (OpenAI, L.L.C. - installed 2025-08-13)


    Executable: /Applications/ChatGPT.app/Contents/Resources/ChatGPTHelper


    Location: /Applications/ChatGPT.app

  [Loaded] com.ricoh.pfu.SshAutoLaunch.plist (PFU LIMITED - installed 2025-04-30)


    Command: /Applications/ScanSnapHomeMain.app/Contents/Helpers/SshAutoLaunch.app/Contents/MacOS/SshAutoLaunch FromSystemLogin

  [Running] com.teamviewer.teamviewer.plist (TeamViewer Germany GmbH - installed 2025-08-13)


    Command: /Applications/TeamViewer.app/Contents/MacOS/TeamViewer -RunAsAgent YES

  [Running] com.teamviewer.teamviewer_desktop.plist (TeamViewer Germany GmbH - installed 2025-08-13)


    Command: /Applications/TeamViewer.app/Contents/MacOS/TeamViewer_Desktop_Proxy -RunAsAgent YES -Module Full

  [Running] org.chromium.chromoting.plist (Google LLC - installed 2025-06-26)


    Command: /Library/PrivilegedHelperTools/ChromeRemoteDesktopHost.app/Contents/MacOS/remoting_me2me_host_service --run-from-launchd

  [Loaded] us.zoom.updater.login.check.plist (Zoom Video Communications, Inc. - installed 2025-08-13)


    Command: /Applications/zoom.us.app/Contents/Library/LaunchAgents/ZoomUpdater.app/Contents/MacOS/ZoomUpdater --login-check


  [Loaded] us.zoom.updater.plist (Zoom Video Communications, Inc. - installed 2025-08-13)


    Command: /Applications/zoom.us.app/Contents/Library/LaunchAgents/ZoomUpdater.app/Contents/MacOS/ZoomUpdater --update
 
Teil 4:
Code:
User Launch Agents:
  [Running] com.backblaze.bzbmenu.plist (Backblaze - installed 2025-05-28)
    Executable: /Library/Backblaze.bzpkg/bzbmenu.app/Contents/MacOS/bzbmenu

  [Running] com.bjango.istatmenus-setapp.agent.plist (Bjango Pty Ltd - installed 2025-03-03)
    Executable: ~/Library/Application Support/iStat Menus 7 (Setapp)/iStat Menus Helper.app/Contents/MacOS/iStat Menus Helper

  [Running] com.bjango.istatmenus-setapp.status.plist (Bjango Pty Ltd - installed 2025-03-03)
    Executable: ~/Library/Application Support/iStat Menus 7 (Setapp)/iStat Menus Menubar.app/Contents/MacOS/iStat Menus Menubar

  [Running] com.c-command.SpamSieve.LaunchAgent.plist (C-Command Software, LLC - installed 2025-05-29)
    Command: /Applications/SpamSieve.app/Contents/Frameworks/SpamSieveFramework.framework/Resources/SpamSieveLaunchAgent /Applications/SpamSieve.app

  [Loaded] com.canva.availability-check-agent.plist (Canva Pty Ltd - installed 2025-08-15)
    Command: /Applications/Canva.app/Contents/MacOS/Canva --start-availability-check-agent

  [Loaded] com.dropbox.DropboxUpdater.wake.plist (Dropbox, Inc. - installed 2025-06-30)
    Command: ~/Library/Application Support/Dropbox/DropboxUpdater/Current/DropboxUpdater.app/Contents/MacOS/DropboxUpdater --wake-all --enable-logging --vmodule=*/components/update_client/*=2,*/chrome/updater/*=2

  [Not Loaded] com.dropbox.dropboxmacupdate.agent.plist (Not signed - installed 2025-03-07)
    <Empty>

  [Not Loaded] com.dropbox.dropboxmacupdate.xpcservice.plist (Not signed - installed 2025-03-07)
    <Empty>

  [Loaded] com.google.GoogleUpdater.wake.plist (Google LLC - installed 2025-08-11)
    Command: ~/Library/Application Support/Google/GoogleUpdater/Current/GoogleUpdater.app/Contents/MacOS/GoogleUpdater --wake-all --enable-logging --vmodule=*/components/update_client/*=2,*/chrome/enterprise_companion/*=2,*/chrome/updater/*=2

  [Not Loaded] com.google.keystone.agent.plist (Not signed - installed 2023-12-07)
    <Empty>

  [Not Loaded] com.google.keystone.xpcservice.plist (Not signed - installed 2023-12-07)
    <Empty>

  [Loaded] com.macpaw.CleanMyMac-setapp.Updater.plist (MacPaw Inc. - installed 2023-07-21)
    Executable: ~/Library/Application Support/CleanMyMac Setapp/CleanMyMac X Updater.app/Contents/MacOS/CleanMyMac X Updater

  [Other] com.samsung.portablessdplus.mon.plist (Not signed - installed 2025-04-22)
    Executable: ~/Library/Application Support/Portable_SSD/SamsungPortableSSD_1.0.app/Contents/Resources/SamsungPortableSSDMon_1.0

  [Running] com.setapp.DesktopClient.SetappAgent.plist (Setapp Limited - installed 2025-07-17)
    Command: ~/Library/Application Support/Setapp/LaunchAgents/Setapp.app/Contents/MacOS/SetappAgent -xpcServer

  [Loaded] com.setapp.DesktopClient.SetappAssistant.plist (Setapp Limited - installed 2025-07-17)
    Command: ~/Library/Application Support/Setapp/LaunchAgents/SetappAssistant.app/Contents/MacOS/SetappAssistant -xpcServer

  [Not Loaded] com.setapp.DesktopClient.SetappLauncher.plist (Setapp Limited - installed 2025-08-13)
    Command: ~/Library/Application Support/Setapp/LaunchAgents/SetappLauncher.app/Contents/MacOS/SetappLauncher -xpcServer

  [Other] com.setapp.DesktopClient.SetappUpdater.plist (Setapp Limited - installed 2025-07-17)
    Command: ~/Library/Application Support/Setapp/LaunchAgents/SetappUpdater.app/Contents/MacOS/SetappUpdater -xpcServer

User Login Items:
  [Running] 1Password Browser Helper (AgileBits Inc. - installed 2025-08-07)
    Modern Login Item
    /Applications/1Password.app/Contents/Library/LoginItems/1Password Browser Helper.app

  [Loaded] 1Password Launcher (AgileBits Inc. - installed 2025-08-07)
    Modern Login Item
    /Applications/1Password.app/Contents/Library/LoginItems/1Password Launcher.app

  [Running] CCC Dashboard (Bombich Software, Inc. - installed 2025-04-21)
    Modern Login Item
    /Applications/Carbon Copy Cloner.app/Contents/Library/LoginItems/CCC Dashboard.app

  [Loaded] DeepLLauncher (DeepL GmbH - installed 2025-08-03)
    Modern Login Item
    /Applications/DeepL.app/Contents/Library/LoginItems/DeepLLauncher.app

  [Running] Dropbox (Dropbox, Inc. - installed 2025-08-14)
    Application
    /Applications/Dropbox.app

  [Running] Fluor (Pierre TACCHI - installed 2022-07-05)
    Application
    /Applications/Fluor.app

  [Running] Hazel Helper (Noodlesoft, LLC - installed 2025-02-20)
    Modern Login Item
    /Applications/Hazel.app/Contents/Library/LoginItems/86Z3GCJ4MF.com.noodlesoft.HazelHelper.app

  [Loaded] HomeAtmoLauncher (App Store - installed 2025-01-25)
    Modern Login Item
    /Applications/HomeAtmo.app/Contents/Library/LoginItems/HomeAtmoLauncher.app

  [Loaded] LaunchAtLoginHelper (App Store - installed 2022-10-27)
    Modern Login Item
    /Applications/Homie.app/Contents/Library/LoginItems/LaunchAtLoginHelper.app

  [Running] Jabra Direct (GN Audio AS - installed 2025-08-03)
    Application
    /Applications/Jabra Direct.app

  [Running] Looking Glass (App Store - installed 2023-09-29)
    Application
    /Applications/Looking Glass.app

  [Not Loaded] Mail Signature Login Helper (App Store - installed 2024-09-30)
    Modern Login Item
    /Applications/Mail Signature.app/Contents/Library/LoginItems/Mail Signature Login Helper.app

  [Loaded] ManyCam (AVM Software, Inc - installed 2025-02-04)
    Application
    /Applications/ManyCam/ManyCam.app

  [Running] Microsoft Teams (Microsoft Corporation - installed 2025-08-13)
    Application
    /Applications/Microsoft Teams.app

  [Running] OneDrive (App Store - installed 2025-08-13)
    Application
    /Applications/OneDrive.app

  [Not Loaded] Launcher Disabler (App Store - installed 2025-08-13)
    Modern Login Item
    /Applications/OneDrive.app/Contents/Library/LoginItems/Launcher Disabler.app

  [Loaded] OneDrive Launcher (App Store - installed 2025-08-13)
    Modern Login Item
    /Applications/OneDrive.app/Contents/Library/LoginItems/OneDrive Launcher.app

  [Running] PCalc Widget (App Store - installed 2024-08-02)
    Modern Login Item
    /Applications/PCalc.app/Contents/Library/LoginItems/PCalc Widget.app

  [Running] PopClip (Nicholas Moore - installed 2024-12-20)
    Application
    /Applications/PopClip.app

  [Loaded] AdGuardLoginHelper (Adguard Software Limited - installed 2022-02-19)
    Modern Login Item
    /Applications/Setapp/AdGuard.app/Contents/Library/LoginItems/AdGuardLoginHelper.app

  [Running] Default Folder X (St. Clair Software - installed 2025-06-28)
    Application
    /Applications/Setapp/Default Folder X.app

  [Not Loaded] HoudahSpotHelper (Houdah Software s.a r.l. - installed 2024-10-19)
    Modern Login Item
    /Applications/Setapp/HoudahSpot.app/Contents/Library/LoginItems/HoudahSpotHelper.app

  [Loaded] KeysmithAutoLauncher (Otto Labs, LLC - installed 2025-08-17)
    Modern Login Item
    /Applications/Setapp/Keysmith.app/Contents/Library/LoginItems/KeysmithAutoLauncher.app

  [Running] TimingHelper (Timing Software GmbH - installed 2025-08-04)
    Modern Login Item
    /Applications/Setapp/Timing.app/Contents/Library/LoginItems/TimingHelper.app

  [Not Loaded] yoinkLoginStarterHelper (Matthias Gansrigler - installed 2025-08-06)
    Modern Login Item
    /Applications/Setapp/Yoink.app/Contents/Library/LoginItems/yoinkLoginStarterHelper.app

  [Not Loaded] SpeedTestHelper (App Store - installed 2023-03-13)
    Modern Login Item
    /Applications/Speedtest.app/Contents/Library/LoginItems/SpeedTestHelper.app

  [Running] Telephone (App Store - installed 2025-08-15)
    Application
    /Applications/Telephone.app

  [Running] TextExpander (SmileOnMyMac, LLC - installed 2025-08-13)
    Application
    /Applications/TextExpander.app

  [Not Loaded] UpNote Login Helper (App Store - installed 2025-08-14)
    Modern Login Item
    /Applications/UpNote.app/Contents/Library/LoginItems/UpNote Login Helper.app

  [Not Loaded] PasswordsMenuBarExtra (Apple - installed 2025-07-19)
    Modern Login Item
    /System/Applications/Passwords.app/Contents/Library/LoginItems/PasswordsMenuBarExtra.app

  [Not Loaded] WeatherMenu (Apple - installed 2025-07-19)
    Modern Login Item
    /System/Applications/Weather.app/Contents/Library/LoginItems/WeatherMenu.app
 
Teil 5:
Code:
Applications:
  745 Apple apps
  329 3rd party apps
  29 x86-only apps
  One unsigned app

App Extensions:
  Widgets:
    [Loaded] Yoink Clipboard History - /Applications/Setapp/Yoink.app
    [Loaded] CFHWidgets - /Applications/ControllerForHomeKit.app
    [Not Loaded] RemindFasterWidgets - /Applications/Remind Faster.app
    [Loaded] AqaraHomeWidget - /Applications/Aqara Home.app
    [Loaded] ExpensesWidget - /Applications/Setapp/Expenses.app
    [Loaded] MiniWidget - /Applications/Remote.app
    [Loaded] Widgets - /Applications/PDF Expert.app
    [Not Loaded] CalendarWidgetExtension - /Applications/Microsoft Outlook.app
    [Not Loaded] Microsoft Edge Widgets - /Applications/Microsoft Edge.app
    [Not Loaded] Yoink Clipboard History Widget - /Applications/Setapp/Yoink.app
    [Loaded] ControlCenterWidgets - /Applications/ControllerForHomeKit.app
    [Loaded] WordWidgetKit - /Applications/Microsoft Word.app
    [Loaded] ExcelWidgetKit - /Applications/Microsoft Excel.app
    [Loaded] Outbank - /Applications/Outbank.app
    [Loaded] Parcel Mac Widget - /Applications/Parcel.app
    [Loaded] HomeAtmoWidget - /Applications/HomeAtmo.app
    [Loaded] PowerPointWidgetKit - /Applications/Microsoft PowerPoint.app
    [Loaded] VPN-macOS-Setapp-Widget - /Applications/Setapp/ClearVPN.app
    [Loaded] ChatGPT - /Applications/ChatGPT.app

  Plugins:
    [Loaded] PCalc Intents Extension - /Applications/PCalc.app
    [Loaded] Outbank - /Applications/Outbank.app
    [Loaded] YoinkIntents - /Applications/Setapp/Yoink.app
    [Loaded] ExpensesIntents - /Applications/Setapp/Expenses.app
    [Loaded] LumiShortcuts - /Applications/Aqara Home.app
    [Loaded] MiniWidgetIntent - /Applications/Remote.app
    [Loaded] Remote•Pro - /Applications/Remote.app
    [Loaded] LumiShortcutsUI - /Applications/Aqara Home.app
    [Loaded] CFHIntents - /Applications/ControllerForHomeKit.app
    [Not Loaded] Intents - /Applications/WhatsApp.app
    [Loaded] DynamicWidget - /Applications/Aqara Home.app
    [Loaded] HomeAtmoWidgetIntent - /Applications/HomeAtmo.app
    [Not Loaded] Shortcuts - /Applications/Text Workflow.app
    [Loaded] Parcel Mac Intent Extension - /Applications/Parcel.app

  Finder sync extensions:
    [Loaded] HazelFinderSyncExtension - /Applications/Hazel.app
    [Loaded] DeepL Finder Integration - /Applications/DeepL.app
    [Not Loaded] OneDrive Finder Integration - /Applications/OneDrive.app
    [Loaded] FinderOpen - /Applications/Pearcleaner.app
    [Not Loaded] Dropbox Finder Extension - /Applications/Dropbox.app
    [Loaded] HoudahSpot Finder Extension - /Applications/Setapp/HoudahSpot.app
    [Loaded] Setapp Finder Integration - ~/Library/Application Support/Setapp/LaunchAgents/Setapp.app

  Notification providers:
    [Loaded] ServiceExtension - /Applications/WhatsApp.app
    [Loaded] NotificationService - /Applications/Prime Video.app
    [Loaded] NotificationService - /Applications/Aqara Home.app
    [Loaded] Parcel Mac Notification Service - /Applications/Parcel.app
    [Loaded] BlinkNotificationService - /Applications/Blink.app
    [Loaded] NotificationServiceExtension - /Applications/ControllerForHomeKit.app
    [Loaded] Parcel - /Applications/Parcel.app

  Action services:
    [Loaded] Remove Background - /Applications/Pixelmator Pro.app
    [Loaded] Search with HoudahSpot - /Applications/Setapp/HoudahSpot.app

  Photo editing extensions:
    [Loaded] Edit in Affinity Photo - /Applications/Affinity Photo 2.app
    [Loaded] Pixelmator Pro - /Applications/Pixelmator Pro.app

  File providers:
    [Loaded] Dropbox - /Applications/Dropbox.app
    [Not Loaded] OneDrive File Provider - /Applications/OneDrive.app

  Share services:
    [Loaded] Dropbox Transfer - /Applications/Dropbox.app
    [Loaded] Annotate - /Applications/Setapp/CleanShot X.app
    [Loaded] Pin to the Screen - /Applications/Setapp/CleanShot X.app
    [Loaded] Add to Photomator - /Applications/Photomator.app
    [Loaded] Yoink - /Applications/Setapp/Yoink.app
    [Loaded] Send to Downie - /Applications/Setapp/Downie.app
    [Loaded] OneNote - /Applications/Microsoft OneNote.app
    [Loaded] Parcel - /Applications/Parcel.app
    [Loaded] RemindFasterShareExtension - /Applications/Remind Faster.app
    [Loaded] Telegram - /Applications/Telegram.app

  Safari extensions:
    [Loaded] AdGuard Assistant - /Applications/Setapp/AdGuard.app
    [Loaded] Downie Extension New - /Applications/Setapp/Downie.app
    [Loaded] Open in IINA - /Applications/IINA.app
    [Loaded] 1Password - /Applications/1Password for Safari.app
    [Loaded] AnyList Recipe Import - /Applications/AnyList.app
    [Loaded] Keys Multiplatform Extension - /Applications/Keys.app
    [Loaded] mydealz Extension - /Applications/mydealz.app
    [Loaded] Downie - /Applications/Setapp/Downie.app

  Mail extensions:
    [Loaded] SpamSieve - /Applications/SpamSieve.app

  QuickLook Previews:
    [Loaded] QuickLookShareExtension - /Applications/Affinity Publisher 2.app
      com.seriflabs.affinity *.fh10
      com.seriflabs.affinitydesigner.document *.afdesign
      com.seriflabs.affinityphoto.document *.afphoto
      com.seriflabs.affinitypublisher.document *.afpub
      com.seriflabs.affinitypublisher.book *.afbook
      com.seriflabs.affinity.package *.afpackage
      com.seriflabs.affinity.template *.aftemplate
    [Loaded] QuickLookExtension - /Applications/Setapp/CleanShot X.app
      com.cleanshot.document *.cleanshot
    [Loaded] EtreCheckQuickLook - ~/Downloads/EtreCheckPro.app
      com.etresoft.etrecheck4 *.etrecheck
    [Loaded] QuickLookShareExtension - /Applications/Affinity Photo 2.app
      com.seriflabs.affinity *.fh10
      com.seriflabs.affinitydesigner.document *.afdesign
      com.seriflabs.affinityphoto.document *.afphoto
      com.seriflabs.affinitypublisher.document *.afpub
      com.seriflabs.affinitypublisher.book *.afbook
      com.seriflabs.affinity.package *.afpackage
      com.seriflabs.affinity.template *.aftemplate
    [Loaded] LogicProQuickLookExtension - /Applications/Logic Pro.app
      com.apple.logicx.project *.logicx
    [Loaded] Full Size Previews - /Applications/Pixelmator Pro.app
      com.pixelmatorteam.pixelmator.document.binary *.pxd
      com.pixelmatorteam.pixelmator.document.package *.pxd
      com.pixelmatorteam.pixelmator-photo.document.binary *.photo
      com.pixelmatorteam.pixelmator-photo.document.package *.photo
      com.pixelmatorteam.pixelmator.document-pro-sidecar.binary *.pxd-sidecar
      com.pixelmatorteam.pixelmator.document-pro-sidecar.package *.pxd-sidecar
      com.pixelmatorteam.pixelmator-photo-edit.document.binary *.photo-edit
      com.pixelmatorteam.pixelmator-photo-edit.document.package *.photo-edit
      com.pixelmator.pxm *.pxm
      public.pxd
    [Loaded] QuickLookShareExtension - /Applications/Affinity Designer 2.app
      com.seriflabs.affinity *.fh10
      com.seriflabs.affinitydesigner.document *.afdesign
      com.seriflabs.affinityphoto.document *.afphoto
      com.seriflabs.affinitypublisher.document *.afpub
      com.seriflabs.affinitypublisher.book *.afbook
      com.seriflabs.affinity.package *.afpackage
      com.seriflabs.affinity.template *.aftemplate

  QuickLook Thumbnails:
    [Not Loaded] LogicProThumbnailExtension - /Applications/Logic Pro.app
      com.apple.logicx.project *.logicx
    [Loaded] ThumbnailShareExtension - /Applications/Affinity Publisher 2.app
      com.seriflabs.affinity *.fh10
      com.seriflabs.affinitydesigner.document *.afdesign
      com.seriflabs.affinityphoto.document *.afphoto
      com.seriflabs.affinitypublisher.document *.afpub
      com.seriflabs.affinitypublisher.book *.afbook
      com.seriflabs.affinity.package *.afpackage
      com.seriflabs.affinity.template *.aftemplate
    [Loaded] QuickLookThumbnailingExtension - /Applications/Setapp/CleanShot X.app
      com.cleanshot.document *.cleanshot
    [Not Loaded] ThumbnailShareExtension - /Applications/Affinity Photo 2.app
      com.seriflabs.affinity *.fh10
      com.seriflabs.affinitydesigner.document *.afdesign
      com.seriflabs.affinityphoto.document *.afphoto
      com.seriflabs.affinitypublisher.document *.afpub
      com.seriflabs.affinitypublisher.book *.afbook
      com.seriflabs.affinity.package *.afpackage
      com.seriflabs.affinity.template *.aftemplate
    [Loaded] Thumbnails - /Applications/Pixelmator Pro.app
      com.pixelmatorteam.pixelmator.document.binary *.pxd
      com.pixelmatorteam.pixelmator.document.package *.pxd
      com.pixelmatorteam.pixelmator-photo.document.binary *.photo
      com.pixelmatorteam.pixelmator-photo.document.package *.photo
      com.pixelmatorteam.pixelmator.document-pro-sidecar.binary *.pxd-sidecar
      com.pixelmatorteam.pixelmator.document-pro-sidecar.package *.pxd-sidecar
      com.pixelmatorteam.pixelmator-photo-edit.document.binary *.photo-edit
      com.pixelmatorteam.pixelmator-photo-edit.document.package *.photo-edit
      com.pixelmator.pxm *.pxm
      public.pxd
      com.apple.videoapps.cube *.cube
      com.blackmagicdesign.cube *.cube
    [Loaded] ThumbnailShareExtension - /Applications/Affinity Designer 2.app
      com.seriflabs.affinity *.fh10
      com.seriflabs.affinitydesigner.document *.afdesign
      com.seriflabs.affinityphoto.document *.afphoto
      com.seriflabs.affinitypublisher.document *.afpub
      com.seriflabs.affinitypublisher.book *.afbook
      com.seriflabs.affinity.package *.afpackage
      com.seriflabs.affinity.template *.aftemplate
 
Teil 6:
Code:
Internet Plug-ins:
  DYMO Safari Addin:  (Sanford, L.P. - installed 2020-09-15)
  DYMO NPAPI Addin: 1.0 (Sanford, L.P. - installed 2020-09-15)
Audio Plug-ins:
  TVRemoteAudio: 1.0.1 (TeamViewer Germany GmbH - installed 2025-08-13)
  MSTeamsAudioDevice: 2025.30.00.37 (Microsoft Corporation - installed 2025-07-22)
  ZoomAudioDevice: 1.0 (Zoom Video Communications, Inc. - installed 2024-10-12)
  ManyCamAudioDevice: 9.1.0.5 (AVM Software, Inc - installed 2025-01-10)
  AppleAES3Audio: 3.0 (Apple - installed 2025-06-01)
CoreMediaIO Plug-ins:
  ManyCamVideoDeviceCMIO: 9.1.0.5 (AVM Software, Inc - installed 2025-01-10)
3rd Party Preference panels:
  Backblaze Settings Launcher (Backblaze - installed 2025-05-28)
Backup:
  Auto backup: No
  Destinations:
    T*************o [Network] (Last used)
      Total size: 2.16 TB
     Total number of backups: 36
      Oldest backup: 2025-01-10 16:34:00
      Last backup: 2025-03-03 21:12:10
  3rd party backup: Carbon Copy Cloner


Performance:
  System Load: 190.08 (1 min ago) 168.69 (5 min ago) 238.44 (15 min ago)
  Nominal I/O usage: 171.77 MB/s
  File system: 10.30 seconds
  Write speed: 1325 MB/s
  Read speed: 5301 MB/s

CPU Usage Snapshot:
  Type Overall
  System: 10 %
  User: 18 %
  Idle: 73 %

Top Processes Snapshot by CPU:
  Process (count) CPU (Source - Location)
  mds_stores 89.68 % (Apple)
  photolibraryd 49.84 % (Apple)
  kernel_task 45.70 % (Apple)
  EtreCheckPro 38.28 % (Etresoft, Inc.)
  WindowServer 8.60 % (Apple)
Top Processes Snapshot by Memory:
  Process (count) RAM usage (Source - Location)
  Brave Browser Helper (Renderer) (22) 1.29 GB (Brave Software, Inc.)
  mds_stores 667 MB (Apple)


  kernel_task 244 MB (Apple)
  Brave Browser 231 MB (Brave Software, Inc.)

 EtreCheckPro 225 MB (Etresoft, Inc.)
Top Processes Snapshot by Network Use:

  Process (count) Input / Output (Source - Location)
  mDNSResponder 274 MB / 28 MB (Apple)
  netbiosd 9 MB / 450 KB (Apple)
  Mail 4 MB / 74 KB (Apple)
  apsd 434 KB / 497 KB (Apple)
  rapportd 438 KB / 324 KB (Apple)


Top Processes Snapshot by Energy Use:

  Process (count) Energy (0-100) (Source - Location)
  mds_stores 29 (Apple)
  Brave Browser He (3) 6 (Not signed)
  Brave Browser 5 (Brave Software, Inc.)
  airportd 4 (Apple)
  WindowServer 4 (Apple)

Virtual Memory Information:
  Physical RAM: 16 GB
  Free RAM: 56 MB
  Used RAM: 12.12 GB
  Cached files: 3.82 GB





  Available RAM: 3.88 GB


  Swap Used: 4.04 GB
 
Teil 7:
Code:
Software Installs (past 60 days):
  Install Date Name (Version)
  2025-06-18 com.backblaze.modern.pkg (9.2.1.860) - Installer
  2025-06-18 Jabra Direct (6.24.20901) - Installer
  2025-06-18 Microsoft Edge (139.0.3405.102) - Installer
  2025-06-18 CompareMerge2 (3.8) - App Store
  2025-06-18 Zoom Workplace (6.5.0.57940) - Installer
  2025-06-18 XProtectCloudKitUpdate (5301) - XProtectUpdateService
  2025-06-19 Chrome Remote Desktop Host (139.0.7258) - Installer
  2025-06-19 Remote+ (2025.14) - App Store
  2025-06-19 Prime Video (10.81) - App Store
  2025-06-20 OneDrive (25.095.0518) - App Store
  2025-06-20 Messenger (511.0.0) - App Store
  2025-06-24 Synology Surveillance Station Client (0) - Installer
  2025-06-24 UpNote (9.11.13) - App Store
  2025-06-24 1Password for Safari (8.10.82) - App Store
  2025-06-24 Outbank (3.20.2) - App Store
  2025-06-25 ScanSnap Online Update (3.1.40) - Installer
  2025-06-25 Infuse (8.1.9) - App Store
  2025-06-25 OneDrive (25.105.0601) - App Store
  2025-06-25 CapCut (6.4.0) - App Store
  2025-06-25 TeamViewer (15.67.3) - Installer
  2025-06-25 Zoom Workplace (6.5.1.58208) - Installer
  2025-06-26 Parcel (7.15.5) - App Store
  2025-06-28 Pieoneer (1.14) - App Store
  2025-06-28 Prime Video (10.83) - App Store
  2025-06-28 XProtectCloudKitUpdate (5302) - XProtectUpdateService
  2025-06-28 XProtectPlistConfigData (5302) - Software update
  2025-06-29 Epson Manuals (2.0.5) - Installer
  2025-06-30 Folder Preview (1.8.6) - App Store
  2025-06-30 Mactracker (8.0) - App Store
  2025-06-30 Messenger (512.0.0) - App Store
  2025-06-30 Microsoft OneNote (16.100.25081015) - Installer
  2025-07-01 Zoom Workplace (6.5.3.58803) - Installer
  2025-07-01 Email Signature Creator (5.1.21) - App Store
  2025-07-01 Pixelmator Pro (3.7) - App Store
  2025-07-01 Microsoft Teams (25163.3001.3726.6503) - Installer
  2025-07-02 Mactracker (8.0.1) - App Store
  2025-07-03 Folder Preview (1.8.7) - App Store
  2025-07-03 OneDrive (25.110.0608) - App Store
  2025-07-03 XProtectCloudKitUpdate (5303) - XProtectUpdateService
  2025-07-04 Logic Pro (11.2.1) - App Store
  2025-07-04 XProtectPlistConfigData (5303) - Software update
  2025-07-04 Telegram (11.13) - App Store
  2025-07-05 TeamViewer (15.67.4) - Installer
  2025-07-06 CapCut (6.5.0) - App Store
  2025-07-07 Microsoft OneNote (16.100.25081015) - Installer
  2025-07-07 Microsoft Outlook (16.100.25081015) - Installer
  2025-07-07 Microsoft PowerPoint (16.100.25081015) - Installer
  2025-07-07 Microsoft Excel (16.100.25081015) - Installer
  2025-07-07 Microsoft Word (16.100.25081015) - Installer
  2025-07-08 Microsoft Edge (139.0.3405.102) - Installer
  2025-07-08 Jabra Direct (6.24.20901) - Installer
  2025-07-08 Jabra Direct (6.24.20901) - Installer
  2025-07-09 XProtectCloudKitUpdate (5304) - XProtectUpdateService
  2025-07-09 Remote+ (2025.15) - App Store
  2025-07-09 XProtectPlistConfigData (5304) - Software update
  2025-07-09 XProtectPayloads (152) - Software update
  2025-07-10 Email Signature Creator (5.1.22) - App Store
  2025-07-10 mydealz (12.2.0) - App Store
  2025-07-10 Outbank (3.20.3) - App Store
  2025-07-11 Controller (7.6.3) - App Store
  2025-07-11 Microsoft Edge (139.0.3405.102) - Installer
  2025-07-12 UpNote (9.12.0) - App Store
  2025-07-14 Microsoft OneNote (16.100.25081015) - Installer
  2025-07-14 Microsoft Outlook (16.100.25081015) - Installer
  2025-07-14 Microsoft PowerPoint (16.100.25081015) - Installer
  2025-07-14 Microsoft Word (16.100.25081015) - Installer
  2025-07-14 Microsoft Excel (16.100.25081015) - Installer
  2025-07-15 Prime Video (10.86) - App Store
  2025-07-16 Prime Video (10.86.1) - App Store
  2025-07-16 Microsoft Teams (25185.202.3799.7402) - Installer
  2025-07-17 Chrome Remote Desktop Host (139.0.7258) - Installer
  2025-07-17 XProtectCloudKitUpdate (5305) - XProtectUpdateService
  2025-07-17 XProtectPlistConfigData (5305) - Software update
  2025-07-18 OneDrive (25.122.0624) - App Store
  2025-07-26 Microsoft Excel (16.100.25081015) - Installer
  2025-07-26 Microsoft OneNote (16.100.25081015) - Installer
  2025-07-26 Microsoft Outlook (16.100.25081015) - Installer
  2025-07-26 Microsoft PowerPoint (16.100.25081015) - Installer
  2025-07-26 Microsoft Word (16.100.25081015) - Installer
  2025-08-03 Focusrite Control - Installer
  2025-08-03 UpNote (9.12.2) - App Store
  2025-08-03 Jabra Direct (6.24.20901) - Installer
  2025-08-03 Microsoft Edge (139.0.3405.102) - Installer
  2025-08-03 Microsoft Teams (25185.205.3812.7741) - Installer
  2025-08-03 Logic Pro (11.2.2) - App Store
  2025-08-03 Outbank (3.20.4) - App Store
  2025-08-03 Remote+ (2025.16) - App Store
  2025-08-03 Telegram (11.14) - App Store
  2025-08-03 UpNote (9.12.4) - App Store
  2025-08-03 CapCut (6.7.0) - App Store
  2025-08-03 Infuse (8.2.0) - App Store
  2025-08-03 OneDrive (25.127.0701) - App Store
  2025-08-03 Messenger (518.0.0) - App Store
  2025-08-03 Microsoft Excel (16.100.25081015) - Installer
  2025-08-03 Microsoft OneNote (16.100.25081015) - Installer
  2025-08-03 Microsoft Outlook (16.100.25081015) - Installer
  2025-08-03 Microsoft PowerPoint (16.100.25081015) - Installer
  2025-08-03 Microsoft Word (16.100.25081015) - Installer
  2025-08-04 OneDrive (25.130.0706) - App Store
  2025-08-04 Zoom Workplace (6.5.7.60598) - Installer
  2025-08-04 Microsoft Teams (25198.1302.3822.1091) - Installer
  2025-08-04 Controller (7.6.7) - App Store
  2025-08-04 TeamViewer (15.68.5) - Installer
  2025-08-04 XProtectCloudKitUpdate (5308) - XProtectUpdateService
  2025-08-04 Email Signature Creator (5.1.23) - App Store
  2025-08-04 UpNote (9.13.0) - App Store
  2025-08-04 XProtectPlistConfigData (5308) - Software update
  2025-08-05 Microsoft Excel (16.100.25081015) - Installer
  2025-08-05 Microsoft OneNote (16.100.25081015) - Installer
  2025-08-05 Microsoft Outlook (16.100.25081015) - Installer
  2025-08-05 Microsoft PowerPoint (16.100.25081015) - Installer
  2025-08-05 Microsoft Word (16.100.25081015) - Installer
  2025-08-06 mydealz (12.3.0) - App Store
  2025-08-06 Controller (7.6.8) - App Store
  2025-08-06 Telegram (11.15) - App Store
  2025-08-06 XProtectCloudKitUpdate (5309) - XProtectUpdateService
  2025-08-07 OneDrive (25.137.0715) - App Store
  2025-08-07 Infuse (8.2.1) - App Store
  2025-08-08 Microsoft Edge (139.0.3405.102) - Installer
  2025-08-08 XProtectPlistConfigData (5309) - Software update
  2025-08-08 XProtectPayloads (153) - Software update
  2025-08-09 Infuse (8.2.2) - App Store
  2025-08-10 macOS 15.6 (15.6) - Software update
  2025-08-10 RosettaUpdateAuto (1.0.0.0.1.1752914184) - Install on demand
  2025-08-12 Folder Preview (1.9.0) - App Store
  2025-08-12 Microsoft OneNote (16.100.25081015) - Installer
  2025-08-12 Microsoft PowerPoint (16.100.25081015) - Installer
  2025-08-12 Microsoft Outlook (16.100.25081015) - Installer
  2025-08-12 Microsoft Word (16.100.25081015) - Installer
  2025-08-12 Microsoft Excel (16.100.25081015) - Installer
  2025-08-12 UpNote (9.13.2) - App Store
  2025-08-12 XProtectPlistConfigData (5310) - Software update
  2025-08-13 Microsoft Teams (25212.2404.3875.1360) - Installer
  2025-08-13 Zoom Workplace (6.5.9.61929) - Installer
  2025-08-13 TeamViewer (15.68.6) - Installer
  2025-08-13 Windows App (11.2.0) - App Store
  2025-08-13 Prime Video (10.90) - App Store
  2025-08-13 CapCut (6.8.0) - App Store
  2025-08-13 OneDrive (25.140.0720) - App Store
  2025-08-13 Controller (7.6.9) - App Store
  2025-08-14 Email Signature Creator (5.1.24) - App Store
  2025-08-14 UpNote (9.13.3) - App Store
  2025-08-16 Microsoft Edge (139.0.3405.102) - Installer
 
Teil 8:
Code:
Clean up:
  /Library/LaunchDaemons/wifiman-desktop.plist
    /Applications/WiFiman Desktop.app/Contents/service/wifiman-desktopd
    Executable not found
  ~/Library/LaunchAgents/com.samsung.portablessdplus.mon.plist
    ~/Library/Application Support/Portable_SSD/SamsungPortableSSD_1.0.app/Contents/Resources/SamsungPortableSSDMon_1.0
    Executable not found

Diagnostics Information (past 60 days):
  2025-08-17 03:53:32 chronod High CPU Use (7 times)
    First occurrence: 2025-08-16 02:52:01
    Executable: /System/Library/PrivateFrameworks/ChronoCore.framework/Support/chronod

  2025-08-17 03:04:15 mds_stores High CPU Use (10 times)
    First occurrence: 2025-08-16 02:06:51
    Executable: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mds_stores

  2025-08-17 00:30:58 photoanalysisd High CPU Use (2 times)
    First occurrence: 2025-08-16 01:41:11
    Executable: /System/Library/PrivateFrameworks/PhotoAnalysis.framework/Versions/A/Support/photoanalysisd

  2025-08-17 00:01:10 spotlightknowledged High CPU Use (5 times)
    First occurrence: 2025-08-15 18:39:10
    Executable: /System/Library/Frameworks/CoreSpotlight.framework/spotlightknowledged

  2025-08-16 18:40:04 idleassetsd Crash (4 times)
    First occurrence: 2025-08-15 20:50:02
    Executable: /System/Library/PrivateFrameworks/TVIdleServices.framework/idleassetsd

  2025-08-16 15:36:40 signpost_reporter High CPU Use
    Executable: /usr/libexec/signpost_reporter

  2025-08-16 09:53:23 adguard-tcpkill Crash (3 times)
    First occurrence: 2025-08-15 09:38:33
    Executable: /Applications/Setapp/AdGuard.app
    Details:
      libsystem_c.dylib: abort() called

  2025-08-16 08:31:45 transparencyd Crash
    Executable: /usr/libexec/transparencyd

  2025-08-16 06:30:15 launchservicesd Crash (2 times)
    Executable: /System/Library/CoreServices/launchservicesd

  2025-08-16 04:47:54 siriknowledged Crash
    Executable: /usr/libexec/siriknowledged

  2025-08-15 19:22:07 FPCKService High CPU Use
    Executable: /System/Library/PrivateFrameworks/FileProviderDaemon.framework/XPCServices/FPCKService.xpc/Contents/MacOS/FPCKService

  2025-08-15 18:03:55 AppCleaner SmartDelete Crash

  2025-08-15 14:59:16 mdwrite High CPU Use
    Executable: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdwrite

  2025-08-15 13:57:57 suggestd High CPU Use
    Executable: /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/Support/suggestd


End of report
 
Gratuliere damit hast du dir den index von preboot zerschossen. Das im Netz noch immer diese falschen Anleitungen rumgeistern

das durfte ich selbst erst lernen

mdutil da ging wohl was kaputt | MacUser.de Community

ich nehm an das du bei

sudo mdutil -sav Password: /: Indexing enabled. /System/Volumes/Data: Indexing enabled. /System/Volumes/Preboot: Error: unknown indexing state.
einen ähnlichen Output bei Preboot haben wirst.

Hmm, Danke, aber bei steht dann:

Code:
sudo mdutil -sav
Password:
/:
    Indexing enabled.
    Scan base time: 2025-08-17 08:48:24 +0000 (735 seconds ago), reasoning: '(null)'
/System/Volumes/Data:
    No index.
/System/Volumes/Preboot:
    Indexing disabled.
/Volumes/CCC:
    Indexing disabled.
/Volumes/T7:
    Indexing disabled.
rolf@MacBook-Pro-von-Rolf-359 ~ %

Also kein indexing auf dem preboot record.
Aber auch (noch?) kein Index vom Hauptlaufwerk und T7 sollte eigentlich auch mit drin sein, da liegt die Fotobibliothek.
Danke und
Grüße
Der Dingens
 
Zuletzt bearbeitet:
spannend bei einer neuinstallation von macos 15 ist der index auf preboot aber enabled.
 
naja, wenn du den Report jetzt noch richtig kopiert hättest, dann wären nicht ewig viele Leerzeilen drin. Aber was soll.

Du bist jemand, der meint sehr viele Helrferlein installieren zu müssen, die zudem direkt in OS-Funtkionaläität eingreifen. Da birgt immer das Risiko, das dadruch unerwünscthe Effekte, wie eben hohe CPU-Last oder Einschrädnlugen entstehen.

Zudem hast du auf deinem Rechner Profile geladen. Ist das ein Rechner der mit MDM verwaltet wird? Rechner vom Arbeitgeber?

Konkret würde ich mal folgendes weiter prüfen, sprich testweise deinstallieren (nicht nur deaktivieren), unbedingt nach Hersteller-Anweisung, und dann mal weiter testen:

das hier greift in Spotlight ein
/Applications/Setapp/HoudahSpot.app/Contents/Library/LoginItems/HoudahSpotHelper.app

halte ich für kritisch, einer App zu überlassen, ob was gelöscht werden kann, egal wie oft "samrt" im Namen vorkommt
Running app: net.freemacsoft.AppCleaner-SmartDelete

direkt in Apps einzugriefen und darin das binary zu verändern, damit man "ungenutzte" Resourcen (Architekturen) entfernt, naja, hat was von einer sehr starlken Fixierung auf "Optimierung des Systems", weil Apple ja zu doof ist das zu tun.

Änderungen an Apps könneProbleme mit Rechte- und Berechtigungsverwaltungen nach sich ziehen.
Location: /Applications/Pearcleaner.app

Auch das halte ich für potentiell kritisch, wenn man ein Tool auf die Mails los lässt. MAils sind nicht nur irgendwelche Dateien, sondern auch eine SQL-Datenbank. Sicherungen im laufenden Betrieb müssen daher gut umgesetzt sein, Restore noch mehr. Sollte aber mit Spotligth wenig zu tun haben, wenn sauber implementiert. Wenn die Dateien / Datenbank der Mails aber als "modifiziert" gekennzeichnet werden, kann sich Spotlight daran abarbeiten, da die dann als "neu" oder "geändert" eben erneut indiziert werden würden.
Executable: /Applications/Mail Backup X Personal.app/Contents/MacOS/Mail Backup X Personal

Das halte ich für Schlangenöl erster Klasse. Apple ist für den Entwickler eine dumme Firma mit unfähigen Entwicklern, denn nur er weiß wie er einen Mac "clean" machen kann. Super Einstellung.
Executable: ~/Library/Application Support/CleanMyMac Setapp/CleanMyMac X Updater.app/Contents/MacOS/CleanMyMac X Updater

Nochwas:

ich würde mir auch mal die Arbeit machen, deine vielen Tools zumindest mal upzudaten. Auch drittanbeiter-Tools können Probleme machen, die Spotlight aus dem Tritt bringen. ich hatte das mal vor Jahren mit dem Amazon Video Player. Der hatte einfach nur falsche Rechte auf seinesupport-Dateien gesetzt.

Ob du die alle brauchst, willst, meinst haben zu müssen, musst du entscheiden. Ich persönlich halte etliche davon (nicht nur die genannten) bestensfalls für überflüssig.
 
Zurück
Oben Unten