Remove Pinned OneDrive From Explorer
Description:
So at one point, I had my school’s onedrive added to my computer and have since removed it after graduating. The problem was, it was still pinned in File Explorer and I was unable to remove it by right click and ‘remove’ like you can most things there. Curse Windows and it’s OneDrive integrations, even when you uninstall it!
To Resolve:
-
In order to remove it, you have to go to the registry:
Computer\HKEY_USERS\$yourSID\Software\Classes\CLSID\{04271989-C4D2-7E48-E593-3CF9C1D8EADF}
changeIsPinned
from1
to0
-
The way to find this key is to pull up
regedit
and search for$stringHere
where$stringHere
is the the name after ‘OneDrive - ‘ in File Explorer.
Comments