How to get rid of these folders ? Windows 8


Recommended Posts

Couple ways. You can remove them from Explorer's namespace via a registry adjustment, or you can also use a third party utility like "Old New Explorer", which has the options to remove those, bring back the library on the navigation pane, disable the ribbon if you want, etc. Note the reg below is assuming an x64 install. Either or will work, also note that since these are affecting HKLM you'll need admin rights to edit.

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]

problem is these aren't folders, they are libraries. this is a "feature" that can't be turned off.

 

If you aren't in love with explorer's features, I recommend you look at 3rd party file explorers like "old new explorer" mentioned above. my preference is for something with multiple panes so I dont have to have multiple windows open when moving files around. 

 

Advice : this is a very deep rabbit hole, pick something and stick to it. 

here is a link with some recommendations

http://thetechhacker.com/2013/06/27/best-alternatives-of-windows-explorer/

Couple ways. You can remove them from Explorer's namespace via a registry adjustment, or you can also use a third party utility like "Old New Explorer", which has the options to remove those, bring back the library on the navigation pane, disable the ribbon if you want, etc. Note the reg below is assuming an x64 install. Either or will work, also note that since these are affecting HKLM you'll need admin rights to edit.

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]

 

 

I did exactly as you said and deleted those but still see the downloaded folder now :( Anyway to hide it there ?

 

AryHFAt.jpg

Here....

 

Thanks I already did it manually. Sorry.

For future reference, this PowerShell script will also remove the folders in File Explorer.

$path = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace'
 
Get-ChildItem $path |
Where-Object { $_.PSChildName -as [guid] } |
Remove-Item

Should be gone, it's the second entry in that file. (374DE290-123F-4565-9164-39C4925E467B) May want to peek in the registry and make sure it's actually gone.

 

Ok I deleted it and made sure but Downloads is still there. :( All the others are gone.

 

I don't get why.

 

Sorry if I have to make you try it.

Even if you do the registry tweak to delete them, they will come back after next windows update.

 

I find them annoying. Microsoft could give you option to customize or just display them in the sidebar only. But they have to shove their substandard ideas down our throats.

 

These days, I just click on the small triangle to hide them. But often explorer forgets the settings and unhides them.

Even if you do the registry tweak to delete them, they will come back after next windows update.

 

I find them annoying. Microsoft could give you option to customize or just display them in the sidebar only. But they have to shove their substandard ideas down our throats.

 

These days, I just click on the small triangle to hide them. But often explorer forgets the settings and unhides them.

 

 

That is true :(

 

I just went back to Windows 7 for now.

 

 

I find them annoying. Microsoft could give you option to customize or just display them in the sidebar only. But they have to shove their substandard ideas down our throats.

 

 

 

indeed. they should have an option to display/remove anything in the sidebar as it has been standard in kde based linux distros for many years.

I don't get why. Sorry if I have to make you try it.

Sure you've got them both? Know for a fact that it works, use it myself. (Or, just use the shell extension if you want it easymode, click click done.)

 

indeed. they should have an option to display/remove anything in the sidebar as it has been standard in kde based linux distros for many years.

Erm you do have the option to remove everything from the sidebar. The new namespaces have multiple options, two listed above. Everything else can also be removed if you so desire.. homegroups, favorites, libraries, computer, even turning the whole thing off and replacing it with another sidebar entirely. And since we're advertising, let me know when KDE gets some of the basic Windows features that it's been lacking since forever.. shoot even something as obvious as drag-and-drop editing the menu without having to use an editor program would be nice.

problem is these aren't folders, they are libraries. this is a "feature" that can't be turned off.

 

If you aren't in love with explorer's features, I recommend you look at 3rd party file explorers like "old new explorer" mentioned above. my preference is for something with multiple panes so I dont have to have multiple windows open when moving files around. 

 

Advice : this is a very deep rabbit hole, pick something and stick to it. 

here is a link with some recommendations

http://thetechhacker.com/2013/06/27/best-alternatives-of-windows-explorer/

 

#1 These are NOT libraries.  Libraries are multi-folder location containers and are visibly turned off by default on Windows 8, as they ended up confusing users not expecting to have access to the contents of more than one folder.

 

#2 3rd Party 'Explorer' replacements are ok, but be careful not to recommend 3rd Party 'Explorer' - SHELL replacements, as they never fully replicate all the OS SHELL features and make a mess for less 'technical' users.

Moral of the thread...

1) You live with Microsoft's poor UI decisions or

2) Downgrade back to Windows 7 or

3) Keep on using registry tweaks to hide folders again and again after every windows update.

3) Keep on using registry tweaks to hide folders again and again after every windows update.

Or use the shell extension which is permanent. Or, if you have some sort of allergic reaction to shell extensions, then script it.. have it nuke them every time you long in and they'll be gone forever.. you can do that. I dunno, sounds a whole lot easier than a complete OS downgrade, but maybe that's just me. You can't possibly expect every program out there to be 100% catered to your exact needs when there's a gazillion other people who may feel differently.. try taking control of your system.

I think I figured out why the downloads folder isn't being hidden now. Mainly because I am using a non admin local account and the path of the downloads folder is C:\my username\downloads instead of C:\Admin\Downloads 

 

The reason i think this is because when I login to the Admin account the downloads folder is not there anymore. Only on my non admin local account it is.

 

So how would I get rid of Downloads folder under My Computer in Windows 8.1 on my non admin local account then please? The path is C:\Tim\Downloads instead of C:\Admin\Downloads

 

Basically what I am asking is what registry entry would it be to get rid of C:\Tim\Downloads from my non admin local account please?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Just saw a news report of a Waymo driving into a flooded road.
    • Password Safe 3.72.0 by Razvan Serea Password Safe is a password database utility. Like many other such products, commercial and otherwise, it stores your passwords in an encrypted file, allowing you to remember only one password (the "safe combination"), instead of all the username/password combinations that you use. Once stored, your user names and passwords are just a few clicks away. Using Password Safe you can organize your passwords using your own customizable references—for example, by user ID, category, web site, or location. You can choose to store all your passwords in a single encrypted master password list (an encrypted password database), or use multiple databases to further organize your passwords (work and home, for example). And with its intuitive interface you will be up and running in minutes. PasswordSafe was originally designed by the renowned security technologist Bruce Schneier and released as a free utility application. Password Safe 3.72.0 changelog: Fixed bugs Improved font scale handling - should resolve font size issues on high resolution displays. GH1749 In the Master Password Setup window, "Show Master Password" is no longer truncated on some displays. GH1092, SF1595 Size and position of main window is now correctly restored on scaled displays. SF1630 Keep password expiry date when both password and password expiry are changed; don't clear a non-recurring expiry when the password's changed. SF1628 Custom values can now be copied to the clipboard in read-only mode via Ctrl-C and right-click->Copy Value. New features GH1196 Dark display mode support: Password Safe now supports the system display mode, as well as setting the mode directly via Manage->Options->Display->Display Mode. This change also updates the general "look & feel" of the app to the current Windows theme. Known limitations: The Date picker and keyboard shortcut controls do not switch to dark theme The Customize Toolbar dialog does not switch to dark theme Custom Field support has been added to the more advanced features: Filters XML and Text import and export Comparison, Sync and Merge databases SF938 Custom field values may now be selected by name and copied via a "Copy Custom Field Value..." submenu in the entry context popup menu. SF936 Notes and Custom fields layout now overlap, selectable by tabs, resulting in a more compact and less cluttered layout. SF935 Autotype: Specifying '\v{name}' in the autotype text will cause the corresponding value to be autotyped. Download: PasswordSafe 64-bit | Portable 64-bit | ~20.0 MB (Open Source) Download: PasswordSafe 32-bit | Portable 32-bit View: PasswordSafe Website | Quickstart Guide | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Google DeepMind published a document on June 18, 2026, that may be the most consequential admission yet from a frontier AI lab: alignment training alone cannot guarantee that AI agents will remain under human control, so structural containment must be built before more capable models arrive.............. https://www.techtimes.com/articles/318758/20260620/google-deepmind-ai-control-roadmap-when-alignment-fails-defense-depth-takes-over.htm  
    • I've got a SoundBlasterX G6 that I use in my streaming setup. Sounds great to me and I've had zero issues with the ancient software package so far in Win11. That G6 has 7.1, Dolby, fully working SPDIF and since it's a USB device it's outside of my rig so I don't have to worry about EMF distortion. Looks like for now this is a pass for me as I think I have better hardware....
    • How do you connect 5.1 Speakers to this thing?
  • Recent Achievements

    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      503
    2. 2
      +Edouard
      170
    3. 3
      PsYcHoKiLLa
      88
    4. 4
      Steven P.
      75
    5. 5
      Michael Scrip
      74
  • Tell a friend

    Love Neowin? Tell a friend!