Posts

Showing posts with the label OneDrive

OneDrive client alternative

Synchronize OneDrive with rclone Install and configure rclone . You can follow my previous guide if you haven't already. To make your local folder an exact mirror of your OneDrive folder (download only), use: <path_to_rclone>\rclone.exe sync "<rclone_name>:<remote_folder>" "<local_folder>" -P -v Example: C:\rclone\rclone.exe sync "my_onedrive:My Documents" "C:\Users\default\Documents" -P -v What this command does sync makes the destination (local folder) exactly match the source (OneDrive) . Downloads new files from OneDrive. Updates files that have changed on OneDrive. Deletes local files that were deleted from OneDrive. Nothing is uploaded to OneDrive. To create a one-way mirror from your local folder to OneDrive , reverse the source and destination: <path_to_rclone>\rclone.exe sync "<local_folder>...

Fix OneDrive issue

How to Fix OneDrive Error 0x8004def4 Symptoms Error code 0x8004def4 appears. OneDrive asks you to restart OneDrive and if the problem presist, to restart Windows. Start with a reset. If the problem persists, perform a clean reinstall. Method 1 - Reset OneDrive Open Run ( Win + R ) or Command Prompt and run: %localappdata%\Microsoft\OneDrive\OneDrive.exe /reset Note If resetting does not resolve the issue, continue with the clean reinstall below. Method 2 - Clean Reinstall OneDrive Step 1 - Uninstall OneDrive Open Command Prompt as Administrator . Uninstall OneDrive: %SystemRoot%\System32\OneDriveSetup.exe /uninstall Verify that OneDrive has been removed: dir "%localappdata%\Microsoft\OneDrive" Expected result: OneDrive.exe should no longer exist. If OneDrive.exe is gone but some files remain, terminate any remaining OneDrive processes: taskkill /F /IM OneDrive.exe taskkill /F /IM OneDrive.App.exe taskkill /F /IM FileC...

Back up from Android to OneDrive with rclone

Backing up your Android device to OneDrive is easy using rclone . Even if your OneDrive account has two-factor authentication (2FA) , rclone works perfectly by authorizing once through a web browser. Step 1 — Install rclone in Termux pkg install rclone Step 2 — Configure OneDrive Run the following command: rclone config Answer the prompts as follows: New remote: n Name: onedrive Storage: OneDrive Client ID: press Enter Client Secret: press Enter Edit advanced config? n Use auto config? n (important on Android) After choosing No for auto config, rclone will show a long URL. Copy the URL Open it in your Android web browser Sign in to OneDrive and approve access Copy the verification code Paste it back into Termux Two-factor authentication works normally during this step. Step 3 — Test the OneDrive Connection rclone lsd onedrive: If your OneDrive folders appear, the setup is complete. Step 4 — Backup Using ...

How to fix "A newer version of OneDrive is installed"

Press the Windows key + R to open a Run window. Type regedit and click OK. Paste this path into the navigation bar at the top of the Registry Editor: Computer\HKEY_CURRENT_USER\Software\Microsoft\OneDrive Right-click the OneDrive folder and select Delete.   Credit: https://support.microsoft.com/en-us/office/how-to-fix-a-newer-version-of-onedrive-is-installed-f3d9a1d2-c8c2-426d-9332-dfc8a4af59fa

Remove OneDrive icon from File Explorer in Windows 11

HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6} Double-click on a string value named System.IsPinnedToNameSpaceTree on the right-hand side panel. Type 0 and click on OK. HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6} Double-click on the string value named System.IsPinnedToNameSpaceTree and set the value to 0 (zero). Click on OK.  Deny Evryone after changes. Credit: https://www.clonefileschecker.com/blog/remove-onedrive-from-explorer-in-windows-11/

Remove cloud drive icon in Windows explorer

Run registry and delete everything under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace Right click HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace , Permission. Select Deny for Everyone.