27

Does any one know how to remove this Creative Cloud Files option after uninstalling Creative Cloud app from Windows 10

enter image description here

Additional info :

  1. This folder does not exist as I deleted C:\username\Creative Cloud Files after uninstallation
  2. This is not from File Explorer address bar history
  3. I've already tried clearing address bar history
  4. I've reinstalled and used Official Uninstallers [ 1 ] & [ 2 ]
  5. Suggestions about removing Creative Cloud Files from File Explorer Side Bar does not resolve this

I can't tell if this problem exist in other user account but i don't want to use that either.

Any hints or suggestions ?

Update

After much digging around & hints from @DrMoishe Pippik, I have reached another dead end.

If I go to %USERPROFILE%\Links there are two links Desktop & Downloads

Going inside Desktop, it shows me Creative Cloud Files but I cannot delete it as Delete option is not there and Unlocker could not delete/rename it

enter image description here

Hence the problem now becomes :

  1. I cannot cannot access this file from command prompt as its link inside link. Weirdly I cannot find this in dir /al /s c:\ > c: either
  2. I cannot change its permission as it shows the error below. Safe mode doesn't allow that either

6

Update

Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDes‌​criptions as requested by @harrymc can be found below

http://pastebin.com/712WL9pt

Screenshot of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace which didn't point to anything important either

enter image description here

clhy
  • 6,514

6 Answers6

49

I have tested the following, removing the registry key:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{0E270DAA-1BE6-48F2-AC49-8B7440BCAABB}

Resolves the issue.

Before:

enter image description here

After:

enter image description here

Didn't even require a restart of Explorer. As I can't see any information from your HKCU path I can't confirm if the GUID will be the same for you, I only had two other things in there (Dropbox and OneDrive), where one had a default key of Creative Cloud Files. (I can also confirm removing the Dropbox and OneDrive ones from here removes from this dropdown also.)

clhy
  • 6,514
Jonno
  • 21,643
5

It is a Shell Namespace extension (like Recycle Bin). The uninstaller should have unregistered it. But it's still there.

To remove it, run Registry Editor:

  1. Press Ctrl+R.
  2. Type regedit and click OK. Consent to elevation request.
  3. Expand the tree to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace.
  4. The tricky part is to find the right extension.

Warning: Before editing or removing a key, I recommend exporting¹ it to file. If something goes wrong, you will be able to import it into the registry and restore to the previous state.

To find the right extension key, click each key or use and look at the default value in the right pane. Probably you'll find one which contains Creative Cloud Files. Once you find it, remove it: right-click the key and then click Delete.

There's a similar per-user list of Namespace extensions in: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace.


¹ To export a key, right-click it and then click Export. Navigate to a folder, enter file name and click OK to save it.

5

Adobe products are well-known for their voluminous updates of the registry, which are largely left-over after the uninstall. Below are some registry hacks which may relate to your problem.

A hack that can be found in this thread is to go to the registry key
HKEY_CLASSES_ROOT\CLSID\{0E270DAA-1BE6-48F2-AC49-A38C4014C938},
right-click Permissions and set all of the group and username entries to Deny :

image

Another thread claims the registry key is rather {0E270DAA-1BE6-48F2-AC49-AC2EEB83CE33}.

Another entry in the same thread counsels in the registry branch HKEY_CLASSES_ROOT\CLSID\{0E270DAA-1BE6-48F2-AC49-A38C4014C938} to set the value of System.IsPinnedToNameSpaceTree from 1 to 0. You could search the registry for this item, in case your branch is different.

There is another hack described in the article How to Remove Creative Cloud Files from the File Explorer Sidebar in Windows. You could try it, although it relates rather to the Explorer Sidebar.

harrymc
  • 498,455
2

Look in Autoruns (free tool from SysInternals, now part of MS). On the Explorer tab, search for "Adobe" or "cloud". From that tab, add-ons can be disabled, and if that fixes the issue, completely removed.

0

According to the support article from Adobe on how to Remove Creative Cloud Files folder shortcut from the Navigation panel, you can run the following .reg command:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Adobe\CreativeCloud] "unPinCCF"=dword:00000001

Save as a .reg file and run it

KyleMit
  • 6,865
0

here is the registry change that worked for me. you are changing the Dword value from 1 to 0.

Windows Registry Editor Version 5.00

Computer\HKEY_CLASSES_ROOT\CLSID{0E270DAA-1BE6-48F2-AC49-06059ADE597F} "System.IsPinnedToNameSpaceTree"=dword:00000000