Posts

Showing posts with the label OneDrive

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.