Solved remove iCloud Photos from the File Explorer navigation pane


barreleye

Well-known member
Member
VIP
Local time
2:50 AM
Posts
228
OS
Windows 11
How do I remove iCloud Photos from the File Explorer navigation pane? I have an old registry file that deletes an item from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace, but that item no longer exists, and there's no obvious replacement for it under that key.

1729107479877.png
 

My Computer

System One

  • OS
    Windows 11
So far as I know, all the things above This PC in the Navigation panel are Pinned shortcuts to the actual folder or file, should be able to right-click and Unpin one or more. Right-click and check the Properties.
 

My Computers

System One System Two

  • OS
    Win11 Pro RTM
    Computer type
    Laptop
    Manufacturer/Model
    Dell Vostro 3400
    CPU
    Intel Core i5 11th Gen. 2.40GHz
    Memory
    12GB
    Hard Drives
    256GB SSD NVMe M.2
  • Operating System
    Windows 11 Pro RTM x64
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Vostro 5890
    CPU
    Intel Core i5 10th Gen. 2.90GHz
    Memory
    16GB
    Graphics card(s)
    Onboard, no VGA, using a DisplayPort-to-VGA adapter
    Monitor(s) Displays
    24" Dell
    Hard Drives
    512GB SSD NVMe, 4TB Seagate HDD
    Browser
    Firefox, Edge
    Antivirus
    Windows Defender/Microsoft Security
So far as I know, all the things above This PC in the Navigation panel are Pinned shortcuts to the actual folder or file, should be able to right-click and Unpin one or more. Right-click and check the Properties.
You're thinking about things that go in "Quick Access". This is not one of them. In fact, its context menu has an item "Pin to Quick Access". The File Explorer UI provides no way to remove it.
 

My Computer

System One

  • OS
    Windows 11
save as .reg file and run. restart explorer if necessary

Remove iCloud Photos from Nav Pane
Code:
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{E2E80881-24A4-41EA-A832-1E69905BD00B}]

Remove iCloud Drive from Nav Pane
Code:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{F0D63F85-37EC-4097-B30D-61B4A8917118]
 

My Computer

System One

  • OS
    Windows 11 Pro
Thanks, works, no restart of Explorer necessary, Microsoft Photos integration undisturbed. I did find that the GUID is different, "{B465C167-18F2-41C5-BCB5-6A982D6C9E50}", and that it may be hard to generalize manually restoring as its default value contains a user SID, which is unique for all I know. At least the default value contains "iCloudPhotos" so is identifiable.
 

My Computer

System One

  • OS
    Windows 11
yeah sometimes you just need to expand the key dir and then search for the name. same thing for OneDrive under Root > CLSID. If good to go, please mark as solved. thanks.
 

My Computer

System One

  • OS
    Windows 11 Pro
yeah sometimes you just need to expand the key dir and then search for the name. same thing for OneDrive under Root > CLSID. If good to go, please mark as solved. thanks.
Unfortunately, it doesn't survive a reboot, and get this - it comes back with a different GUID every time!

OTOH, this is interesting. Deleting it from the registry is instantly reflected in open Explorer windows. I guess the answer is a script to search for a key with default value containing "iCloudPhotos" to run at user logon, probably delayed a few seconds in Task Scheduler. Jesus, Apple.
 

My Computer

System One

  • OS
    Windows 11
Search under Root > CLSID for iCloud and change the value to any that have SystemIsPinned (or whatever similar dword is in there)
 

My Computer

System One

  • OS
    Windows 11 Pro
OK, I found System.IsPinnedToNamespaceTree at HKEY_CLASSES_ROOT\CLSID\{145A608A-48E1-452D-8604-F1CCB8BF299E}, @="iCloud Photos". I changed it from 1 to 0 and rebooted. The icon reappeared anyway. However, the registry key was gone, and I did not delete it. I searched again from the top, and I found a duplicate at HKEY_CLASSES_ROOT\CLSID\{10BFF74D-1C27-401C-B524-56CFB66610A1}. It couldn't have been there before, else my original search would have found it first, as it is lexicographically less than the other one. I changed its System.IsPinnedToNamespaceTree from 1 to 0 and rebooted, and finally, the icon did not appear. The registry key remained as well. Same for a second reboot. I copied the names of these registry keys directly from the .reg files I exported before making the changes, so they are the ones I found. The only differences in the .reg files is the key name. Weird.
 

My Computer

System One

  • OS
    Windows 11
Mea culpa, had Microsoft's OneDrive in mind instead of Apple's iCloud.
 

My Computers

System One System Two

  • OS
    Win11 Pro RTM
    Computer type
    Laptop
    Manufacturer/Model
    Dell Vostro 3400
    CPU
    Intel Core i5 11th Gen. 2.40GHz
    Memory
    12GB
    Hard Drives
    256GB SSD NVMe M.2
  • Operating System
    Windows 11 Pro RTM x64
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Vostro 5890
    CPU
    Intel Core i5 10th Gen. 2.90GHz
    Memory
    16GB
    Graphics card(s)
    Onboard, no VGA, using a DisplayPort-to-VGA adapter
    Monitor(s) Displays
    24" Dell
    Hard Drives
    512GB SSD NVMe, 4TB Seagate HDD
    Browser
    Firefox, Edge
    Antivirus
    Windows Defender/Microsoft Security

Latest Support Threads

Back
Top Bottom