Office OneDrive

From Indie IT Wiki
Revision as of 11:42, 31 July 2020 by imported>Indieit (Created page with "== '''HOWTO: FIX''' == === Fails to Start === I had a problem where I pressed one OneDrive but nothing happened. After uninstalling it completely and then reinstalling it, t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

HOWTO: FIX

Fails to Start

I had a problem where I pressed one OneDrive but nothing happened. After uninstalling it completely and then reinstalling it, the OneDrive installer would simply close and I still could not access OneDrive. Nothing worked for me except the solution I discuss in the video.

Regedit Location: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive DisableFileSyncNGSC has to be set the value 0 (zero)


32 bit machine uninstall command: %SystemRoot%\System32\OneDriveSetup.exe

64 bit machine uninstall command(Most modern PC's and laptops) %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall


32 bit machine install command: %SystemRoot%\System32\OneDriveSetup.exe

64 bit machine install command: %SystemRoot%\SysWOW64\OneDriveSetup.exe


OneDrive reset command: %localappdata%\Microsoft\OneDrive\onedrive.exe /reset

Linux Tech Tips