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

    • Looks like the 7.1 is fake effects, can it at least do real 5.1? It says 'virtual 7.1' in all descriptions.
    • You can't, if you didn't notice, it doesn't support surround at all, it's right in the spec list.
    • Hi — I’m always interested in soundcards. Like displays, I just want to know I’m getting as much clean “sonic juice” into my brain as possible as the years take their toll. I’m not entirely sure what to take away from this review, though. It doesn’t really tell me whether the AE‑X is a good product or who it’s actually for. Most of what I’m getting is: there’s a driver to install, here’s what it looks like, and here’s what’s in the box. There’s a lot of emphasis on the SPDIF input. When you mention not needing to switch headphones between console and PC — does that mean the PC has to be powered on just to pass audio through? That seems like a fairly big waste of energy. Is this more something a streamer would use alongside a capture card? How are you testing the sound? (Also, you might want to clarify that you’re using the headphones in wired mode when you mention they’re wireless.) You mention the lack of EMI shielding — how much real‑world difference does that make compared with typical motherboard audio? On multi‑channel: what exactly isn’t supported? Does this mean Windows spatial audio (Dolby Atmos for Headphones, DTS Headphone:X, etc.) won’t work, or just that the card itself doesn’t decode surround formats? And are there any true multi‑driver “surround” headphones left that would even use that? You also highlight support for high‑impedance headphones — but what does that translate to in practice? How does it compare to driving the same headphones from a normal device, and does it make any difference for everyday, lower‑impedance models? In short, who is this card actually targeted at?
    • Yes, THIS is wordart, not the styling that can now be done. Wordart was all about those curvy words, that you could change the path of, like making words go around a circle. I don't think it can be done now, right?
  • Recent Achievements

    • Dedicated
      Almohandis earned a badge
      Dedicated
    • 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
  • Popular Contributors

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

    Love Neowin? Tell a friend!