Skip to content

Instantly share code, notes, and snippets.

@duonghuuphuc
Created April 15, 2023 05:29
Show Gist options
  • Save duonghuuphuc/42d23a185e95a3f16caec6113acdc3ff to your computer and use it in GitHub Desktop.
Save duonghuuphuc/42d23a185e95a3f16caec6113acdc3ff to your computer and use it in GitHub Desktop.
Microsoft OneDrive could not work normally since version 23.061 on macOS 10.15.7 (19H2026). This issue may come from Microsoft decision. Thus, this tutorial will show how to install the latest working version of Microsoft OneDrive.

Install Microsoft OneDrive on macOS 10.15.7

Microsoft OneDrive could not work normally from version 23.061 on macOS 10.15.7 (19H2026). This issue may come from Microsoft decision, not your computer. Thus, this tutorial will show how to install the latest working version of Microsoft OneDrive on macOS 10.15.7.

Download and Install

  1. The latest working version of Microsoft OneDrive on macOS 10.15.7 is 23.002.0102.0004. You can download it from Microsoft or here.
  2. Turn off internet connection and install the downloaded file. You must uninstall previous version of Microsoft OneDrive from your computer before installing the downloaded file.
  3. Open Activity Monitor app and force quit StandaloneUpdater app.
  4. Do not launch Microsoft OneDrive app at this step; instead, you do move to the next step.

Disable Microsoft OneDrive Auto-Update

  1. Use the Go to Folder ... function in Finder to move to /Library/LaunchAgents/ directory.
  2. Determine the com.microsoft.OneDriveStandaloneUpdater.plist file. To show hidden files, you can press command + shift + . (dot).
  3. Open Terminal at this directory, and execute sudo nano com.microsoft.OneDriveStandaloneUpdater.plist to edit the file.
  4. Locate the following lines in the opened file:
<key>RunAtLoad</key>
<true/>
  1. Change the value from <true/> to <false/>, as follows:
<key>RunAtLoad</key>
<false/>
  1. Save the file by pressing control ^ + O

Launch Microsoft OneDrive

You can now launch the Microsoft OneDrive and sign-in with your account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment