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 have been thinking about AI detector tools as a software workflow rather than a single "AI score" widget. When someone pastes text or uploads a document, the UI can return a report with a probability-style score, sentence highlights, reliability notes, and limitations. The useful part is that it can point a reviewer toward passages worth reading again. The risky part is that a polished score can look more certain than it really is. For people who build or review web apps, what should happen before the user copies or exports that kind of report? The minimum I would expect is: A clear input boundary for pasted text versus document files. Limits shown near the workflow, including minimum text length and maximum file size. A report label that says the result is a signal, not proof of who wrote the text. Sentence highlights and evidence notes alongside the global score. Reliability notes when the sample is too short or lacks enough sentence variety. False-positive and false-negative caveats that remain visible in copied/exported summaries. I am trying to avoid the pattern where a clean report card becomes the whole product story. For AI detection, "review this evidence in context" seems more honest than "trust this score." Would you keep the warning text visible on every report, or make it collapsible so the main result stays easier to scan? Disclosure: I work on a small AI detector/reporting workflow, but I am intentionally not linking it here. I am asking about software and report design, not promoting a site.
    • Build your own business with a Sellful lifetime plan now at 76% off by Steven Parker Today's deal from our Apps + Software section of the Neowin Deals store, lets you save 76% off Sellful: ERP Agency Plan lifetime deal. AI-Powered Software and Website Builder for Agencies Ever feel like a client’s needs simply can’t be met on a single platform? With Sellful, it’s all here, and all white labeled. Build anything from simple websites to complex workflows to automate your business in a few clicks. Manage everything from email & social media marketing, to payroll & invoicing. It’s got a white label website builder, online shop, CRM, ERP, marketing, memberships, invoicing, appointments, online courses, project manager, and point of sale functions. Sellful is the only white label platform in the world that is truly all in one, combining all aspects of your business in one place no matter the industry. What can you do with Sellful? Automatically generate amazing websites, funnels, & landing pages in seconds using AI Sell physical & digital products online Keep track of customers with native CRM Automate communication & outreach using AI Manage all aspects of your business in one place Collect emails & phone numbers via forms on your website, then send newsletters to customers with important updates, sales, and discounts Build membership programs with various levels of access for your customers Receive payments from your clients using any number of payment gateways including Paypal, Stripe, Authorize.net, Square & more Have your clients book appointments for services & meetings quickly Build powerful & robust online courses to sell to or instruct people Build communities on Sellful social networking sites with activity feeds, private messaging, & groups See & adjust a visual version of everything going on within your client projects Sync your online shop’s inventory with multiple offline store locations & registers Manage inventory, coupons, & sales through Sellful’s native POS app on your computer Manage employee recruitment, time clocks, payroll & leave requests Automate help desk tasks such as support ticket creation Communicate with your team on multiple chat channels Keep an accounting of your income & expenses Automate billing & website creation for your marketing agency What's in the ERP Agency Plan: White Label Unlimited 10 Sites/Sub Accounts Included 100% White Label For Your Brand Or Your Client's Brand Website Builder Sales Funnel Builder Online Shop Automation Builder CRM & Pipeline Management Email Marketing SMS Marketing Reputation Management 2 Way Communication (Email, SMS & Phone) Appointment Scheduler Memberships Subscriptions Forms, Surveys & Polls Client Portal AI Assistant & Chatbot Social Media Automation Legally Binding Contract Signing Project Management System Online Courses (LMS) Invoicing External CRM Connect Class Attendance & Event Booking Restaurant Builder Support Ticket System Team Chat AliExpress Drop Shipping Accounting Advanced Affiliate Program Community Builder Point Of Sale HR Suite (HR, Time Clock, Payroll & ATS) 5000+ App Integrations 20+ Payment Gateways (No Fees From Us) Custom Mobile App Agency Billing System Setup Wizard Builder Content Cloner Tool Digital Marketing Courses Actionable Marketing PDF Guides Unlimited Contacts Per Site/Sub Account Unlimited Pages Per Site/Sub Account Unlimited Blog Posts Per Site/Sub Account Unlimited Users Per Site/Sub Account Unlimited Products Per Site/Sub Account Unlimited Visitors Per Site/Sub Account 100 Gigs Of File Storage 50,000 Free Email Sends* Unlimited Domain Names Per Site/Sub Account *Email sending can be purchased in packs of 10,000 for $10/Month. You can also add your own external sending service to send without limits. Email sends are shared in a pool throughout all websites and email addresses on the account. System emails are always free. Good to know Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Updates included Sellful: ERP Agency Plan (Lifetime) normally costs $1,497 but it can be yours for only $349.97, that's a saving of $1,147.03 (76%) off! For terms, and more details click the link below. Get a lifetime plan to Sellful at 76% off (was $1,497) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • No its not, there are ton of Youtube videos to get you started, what do you think people did before AI existed?
  • Recent Achievements

    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      181
    3. 3
      PsYcHoKiLLa
      86
    4. 4
      Michael Scrip
      78
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!