Forum Discussion
One Drive Keeps Coming Back
So I recently updated to a new laptop. I completely resent that MS now defaults to everything going to OneDrive. I should be given a choice. I went through the laborious process of unsyncing, unlinking, and uninstalling OneDrive. It worked for the most part - except the Pictures Folder that was still pointing to a now unlinked Pictures folder. I managed to create my own Pictues folder and pin it.
Fast forward to a couple of days ago. I wake up to my computer having been restarted due to an update. And lo - OneDrive is back and syncing again. I took a picture with my webcam and it automatically saved to OneDrive. I went in and unlinked the account again and I cannot understand why MS is so adamant that everything point to OneDrive. I should be allowed to back up what I wish to back up.
2 Replies
- ER2025Brass Contributor
Hi ,
Delete the keys below
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
OneDrive="C:\Users\user\AppData\Local\Microsoft\OneDrive\OneDrive.exe" /background
Do the same at,
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
- NikolinoDEGold Contributor
Uninstall OneDrive Completely
Open PowerShell as Admin:
# 64-bit Windows %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall # 32-bit Windows %SystemRoot%\System32\OneDriveSetup.exe /uninstall
After this, OneDrive should not reinstall unless you manually run setup.
My answers are voluntary and without guarantee!
Hope this will help you.