A Microsoft file hosting and synchronization service.
Hi,
My idea is to find and prevent updater daemons from running.
Isolate the iMac from the Internet and after having installed a correct version of OneDrive, start Finder and go to the application folder, then locate the OneDrive app, then right click and select "show the package content". It opens a new folder.
From here, right click on StandaloneUpdaterDaemon.xpc to open a new folder again. I located the executable file in the Contents\MacOS directory. To prevent it from running, I then started a terminal at that directory and at the command prompt, I ran the command sudo chmod -x ./StandaloneUpdaterDaemon
The ls -l command shows the execution rights are removed:
Next I did the same procedure as above for OneDriveUpdaterDeamon.xpc
:)