Office OneDrive
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