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

    • I'm not sure about that, but it at least "does" a version of 7.1 that this brand new card doesn't....
    • Floorp 12.15.2 by Razvan Serea Floorp is a cutting-edge web browser that combines the trusted foundation of Mozilla's Firefox with a unique Japanese perspective, offering users an exceptional online experience. This open-source browser prioritizes privacy, customization, and security. Floorp is transparent, with no user tracking or data sharing, and it's completely open source. With a strict no-tracking policy and full transparency, your personal information remains private. As an open-source project, Floorp not only shares its source code but also its build environment, inviting users to contribute and build their unique versions. The regular updates, based on Firefox ESR, ensure that you always have the latest features and security enhancements. Floorp key features: Strong Tracking Protection: Floorp offers robust tracking protection, safeguarding users from malicious tracking and fingerprinting on the web. Flexible Layout: Customize Floorp's layout to your heart's content, including moving the tab bar, hiding the title bar, and more for a personalized browsing experience. Switchable Design: Choose from five distinct designs for the Floorp interface, and even switch between OS-specific designs for a unique look Regular Updates: Based on Firefox ESR, Floorp receives updates every four weeks, ensuring up-to-date security even before Firefox's releases. No User Tracking: Floorp prioritizes user privacy by abstaining from collecting personal information, tracking users, or selling user data, with no affiliations with advertising companies. Completely Open Source: The full source code for Floorp is open to the public, allowing transparency and enabling anyone to explore and build their own version. Dual Sidebar: Floorp features a versatile built-in sidebar for webpanels and browsing tools, making it perfect for multitasking and quick access to bookmarks, history, and websites. Flexible Toolbar & Tab Bar: Customize your browser with Tree Style Tabs, vertical tabs, and bookmark bar modifications, catering to both beginners and experts in customization. User-Centric Web Experience: Floorp prioritizes user privacy and collaboratively blocks harmful trackers. Floorp 12.15.2 changelog: fix: reset tab drag state on dragend to prevent position offset (#2488) by @Ryosuke-Asano in #2497 fix(workspaces): hide split view wrapper when all tabs are hidden by @Ryosuke-Asano in #2495 fix(split-view): prevent stuck pointer-events:none after drag on web content by @Ryosuke-Asano in #2492 feat(design): add Gecko 152 CSS variable aliases and Lepton compatibility layer by @Ryosuke-Asano in #2494 fix(workspaces): exitOnLastTabClose no longer quits Floorp when closing the last tab by @Ryosuke-Asano in #2498 Download: Floorp 64-bit | 95.0 MB (Open Source) Links: Floorp Website | Github Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I can barely recall getting web results from a file search... I must've turned it off long ago. 26H2 is Insider's Preview build 26300.8697, which I am running, atm. It is not available for people running the standard commercial builds of Windows--only for the beta test Insider's group. But anyway, as mentioned in the thread, this feature has been around for a long time...
    • Speak for yourself. I saw it on Feedly, came here to read it, and did read it until the steps to activate. I skipped them to read the last paragraph. I knew it was probably not "the most requested feature", but knowing Neowin, I knew the article was going to talk about a feature nonetheless. I've seen Neowin in its best and worst.
    • See if this article I wrote the other day works for you.
  • 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
      507
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      Michael Scrip
      78
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!