Uninstalling OneDrive from your PC and no longer being able to use the desktop is a common issue. This article will provide a detailed context on the topic, covering key concepts, and offer solutions.
Why Can't I Use My Desktop After Uninstalling OneDrive?
After uninstalling OneDrive, your desktop may not function as expected due to the following reasons:
-
OneDrive creates a hidden folder named
OneDrivein the root directory of your user account. When you uninstall OneDrive, the folder isn't removed, and it can cause issues with the desktop. -
OneDrive may have synchronized the desktop folder to the cloud, making it read-only, which prevents you from modifying the desktop contents.
Solutions
Method 1: Restore Default Properties of the Desktop Folder
- Press
Win + Eto open File Explorer. - Navigate to
C:\Users\YourUsername\Desktop. - Right-click on the
Desktopfolder and selectProperties. - Go to the
Generaltab and click onRestore default settings. - Click
Applyand thenOK.
Method 2: Remove the OneDrive Folder
- Press
Win + Rand typecmd. PressCtrl + Shift + Enterto open Command Prompt as an administrator. - Type the following command and press
Enter:
rd /s /q C:\Users\YourUsername\OneDrive
Replace YourUsername with your actual username.
Method 3: Modify the Registry
This method should be used as a last resort, as incorrect modifications can cause system instability.
- Press
Win + Rand typeregedit. PressCtrl + Shift + Enterto open Registry Editor as an administrator. - Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. - Right-click on an empty space and select
New > DWORD (32-bit) Value. Name itDisableLinkToOneDriveFolder. - Double-click on the newly created DWORD and set its value to
1. ClickOK. - Close Registry Editor and restart your computer.
References
- Microsoft Support: Sync issues with OneDrive for work or school
- How-To Geek: How to Remove OneDrive from Windows 10
- TechNet: Registry Virtualization