ANAVEM
Languagefr
How to Add or Remove Folders under This PC in Windows 11 File Explorer

How to Add or Remove Folders under This PC in Windows 11 File Explorer

Customize Windows 11 File Explorer by adding or removing default folders like Desktop, Documents, Downloads, Music, Pictures, and Videos under This PC using registry modifications.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
March 18, 2026 12 min 0
easywindows-11 9 steps 12 min

Why Customize File Explorer Folders in Windows 11?

Windows 11 introduced a new File Explorer experience that opens to a "Home" page by default, departing from the traditional "This PC" view that many users prefer. Additionally, Microsoft includes several default folders under This PC (Desktop, Documents, Downloads, Music, Pictures, Videos, and 3D Objects) that may not match your workflow needs.

What Registry Modifications Control File Explorer Layout?

The folders visible under This PC are controlled by specific registry entries called CLSIDs (Class Identifiers) located in the Windows Registry. Each folder has a unique identifier that tells Windows to display it in the File Explorer navigation. By adding or removing these CLSID entries, you can completely customize which folders appear under This PC.

How Does This Method Compare to Third-Party Tools?

Unlike third-party utilities that may break with Windows updates, registry modifications use the same system that Windows itself uses to manage these folders. This approach is more reliable, doesn't require additional software, and gives you complete control over the File Explorer interface. The method has remained consistent since Windows 11's initial release and continues to work with the latest 24H2 builds as of 2026.

This tutorial will guide you through the complete process of customizing your File Explorer layout, from creating safety backups to implementing and testing your changes. You'll learn to add frequently-used folders, remove clutter like the deprecated 3D Objects folder, and configure File Explorer to open directly to your customized This PC view.

Related: Windows 11 Drag Tray Renamed to Drop Tray in New Builds

Related: Windows 11 Breaks C: Drive Access on Samsung Laptops

Implementation Guide

Full Procedure

01

Create a System Restore Point

Before making any registry changes, create a restore point to protect your system. This allows you to revert changes if something goes wrong.

rstrui.exe

Alternatively, use the GUI method:

  1. Press Windows + R, type sysdm.cpl, and press Enter
  2. Click the System Protection tab
  3. Click Create and name your restore point "Before File Explorer Customization"
  4. Click Create and wait for completion
Pro tip: Always create restore points before registry edits. This simple step can save hours of troubleshooting if something breaks.

Verification: You should see a confirmation message that the restore point was created successfully.

02

Open Registry Editor with Administrator Privileges

Access the Windows Registry Editor to modify the File Explorer folder structure. You need administrator rights to make these changes.

regedit

Step-by-step process:

  1. Press Windows + R to open the Run dialog
  2. Type regedit and press Ctrl + Shift + Enter (this runs as administrator)
  3. Click Yes when prompted by User Account Control
  4. The Registry Editor window opens with full administrative access
Warning: Registry modifications can break your system if done incorrectly. Follow the steps exactly as written and don't modify other registry keys.

Verification: The Registry Editor title bar should show "Registry Editor" and you should see the main registry hives (HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, etc.) in the left panel.

03

Navigate to the File Explorer Namespace Registry Key

Navigate to the specific registry location that controls which folders appear under This PC in File Explorer.

Navigate to this exact path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}

Step-by-step navigation:

  1. In the left panel, expand HKEY_LOCAL_MACHINE
  2. Expand SOFTWARE
  3. Expand Microsoft
  4. Expand Windows
  5. Expand CurrentVersion
  6. Expand Explorer
  7. Expand Desktop
  8. Expand NameSpace
  9. Expand DelegateFolders
  10. Click on {59031a47-3f72-44a7-89c5-5595fe6b30ee}

This key controls the user shell folders that appear under This PC.

Verification: You should see the selected key highlighted in the left panel, and the right panel may show existing subkeys (CLSIDs) for currently visible folders.

04

Understand the Folder CLSID Reference Table

Each folder under This PC is identified by a unique CLSID (Class Identifier). Here's the complete reference table for Windows 11:

Folder NameCLSIDDescription
Desktop{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}User's desktop folder
Documents{f42ee2d3-f851-47c4-b4ca-1f6b517ad20e}User's documents folder
Downloads{374DE290-123F-4565-9164-39C4925E467B}User's downloads folder
Music{f3ce0f7c-4901-4acc-8648-d5d44b04ef8f}User's music folder
Pictures{3add165c-dee7-4304-8eb9-661dfbfdc69e}User's pictures folder
Videos{A0953C92-50EC-419b-B0EB-D62ACEFB70E5}User's videos folder
3D Objects{0DB7E03F-FC29-4DC6-9020-FF41B59E07AD}3D Objects folder (deprecated)

Copy these CLSIDs exactly as shown - they are case-sensitive and must include the curly braces.

Pro tip: Keep this table open in a separate window or print it out. You'll reference these CLSIDs multiple times during the customization process.

Verification: Double-check each CLSID against this table before using it in the registry. A single character error will prevent the folder from appearing.

05

Add Folders to This PC

Add specific folders to appear under This PC by creating new registry keys with the appropriate CLSIDs.

To add the Documents folder (example):

  1. Right-click on the {59031a47-3f72-44a7-89c5-5595fe6b30ee} key in the left panel
  2. Select NewKey
  3. Name the new key exactly: {f42ee2d3-f851-47c4-b4ca-1f6b517ad20e}
  4. Press Enter to create the key

Repeat this process for other folders you want to add:

For Downloads: {374DE290-123F-4565-9164-39C4925E467B}
For Pictures: {3add165c-dee7-4304-8eb9-661dfbfdc69e}
For Music: {f3ce0f7c-4901-4acc-8648-d5d44b04ef8f}
For Videos: {A0953C92-50EC-419b-B0EB-D62ACEFB70E5}
For Desktop: {B4BFCC3A-DB2C-424C-B029-7FE99A87C641}

Each CLSID you add as a subkey will make that folder appear under This PC.

Warning: Type the CLSIDs exactly as shown, including curly braces. Any typos will prevent the folder from appearing and may cause File Explorer issues.

Verification: After creating each key, you should see it appear as a subkey under the DelegateFolders key in the left panel of Registry Editor.

06

Remove Folders from This PC

Remove unwanted folders from This PC by deleting their corresponding CLSID registry keys.

To remove a folder (example - removing 3D Objects):

  1. Look for the key {0DB7E03F-FC29-4DC6-9020-FF41B59E07AD} under the DelegateFolders key
  2. Right-click on this CLSID key
  3. Select Delete
  4. Click Yes to confirm the deletion

Common folders to remove:

3D Objects: {0DB7E03F-FC29-4DC6-9020-FF41B59E07AD}
Music (if unused): {f3ce0f7c-4901-4acc-8648-d5d44b04ef8f}
Videos (if unused): {A0953C92-50EC-419b-B0EB-D62ACEFB70E5}

You can remove any folder by deleting its CLSID key, but be careful not to remove folders you actually use.

Pro tip: Instead of deleting keys permanently, you can rename them by adding ".disabled" to the end. This makes it easy to restore them later if needed.

Verification: The deleted CLSID keys should no longer appear in the left panel under the DelegateFolders key.

07

Set File Explorer to Open This PC by Default

Configure File Explorer to open directly to This PC instead of the Home page, so you can see your customized folder layout immediately.

Using the GUI method (recommended):

  1. Open File Explorer by pressing Windows + E
  2. Click the three-dot menu (...) in the toolbar
  3. Select Options
  4. In the Folder Options dialog, find the Open File Explorer to dropdown
  5. Change it from Home to This PC
  6. Click Apply then OK

Alternative registry method:

Navigate to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Create or modify DWORD: LaunchTo
Set value to: 1 (This PC) or 2 (Home)

The GUI method is safer and easier for most users.

Verification: Close and reopen File Explorer. It should now open directly to This PC, showing your customized folder layout.

08

Restart Windows Explorer to Apply Changes

Restart the Windows Explorer process to make your registry changes take effect immediately without rebooting.

Using Task Manager (recommended method):

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click on the Processes tab
  3. Find Windows Explorer in the list
  4. Right-click on Windows Explorer
  5. Select Restart

Alternative command line method:

taskkill /f /im explorer.exe
start explorer.exe

The screen will briefly go black as Explorer restarts, then return to normal with your changes applied.

Warning: Don't panic when the screen goes black during the restart process. This is normal and Explorer will restart automatically within a few seconds.

Verification: Open File Explorer and navigate to This PC. You should see only the folders you added via registry keys, and any removed folders should no longer appear.

09

Test and Verify Your Customizations

Thoroughly test your File Explorer customizations to ensure everything works correctly and troubleshoot any issues.

Complete verification checklist:

  1. Open File Explorer (Windows + E) - should open to This PC
  2. Check that all desired folders appear under This PC
  3. Verify that removed folders no longer appear
  4. Click on each visible folder to ensure they open correctly
  5. Test folder functionality (create a test file, move it between folders)

Common issues and solutions:

Issue: Changes not visible
Solution: Restart Explorer again or reboot

Issue: Folder appears but won't open
Solution: Check CLSID spelling in registry

Issue: Too many/few folders showing
Solution: Review which CLSIDs you added/removed

If you encounter problems, you can restore from your system restore point created in Step 1.

Pro tip: Take a screenshot of your customized This PC layout for future reference. This helps you remember your preferred setup if you need to reconfigure later.

Verification: Your File Explorer should now show exactly the folders you want under This PC, with unwanted folders removed and the interface opening to This PC by default.

Frequently Asked Questions

Will customizing File Explorer folders break Windows 11 updates?+
No, these registry modifications use Windows' native folder management system and are preserved through updates. Microsoft has maintained this CLSID-based system since Windows 10, and it continues to work reliably in Windows 11 24H2 and later builds. However, major feature updates might reset File Explorer to default settings, requiring you to reapply your customizations.
Can I restore the default File Explorer layout after making these changes?+
Yes, you can easily restore defaults by reversing the process. Add back any removed CLSID keys using the reference table provided, or use the system restore point created before making changes. You can also reset File Explorer settings through Windows Settings > Apps > Default apps > Reset, though this affects more than just the folder layout.
Why don't my registry changes appear immediately in File Explorer?+
File Explorer caches its interface elements and requires a restart to reflect registry changes. Use Task Manager to restart the Windows Explorer process, or reboot your computer. If changes still don't appear, verify that you added the CLSID keys in the correct registry location and spelled them exactly as shown in the reference table.
Is it safe to remove all default folders from This PC?+
While technically possible, removing essential folders like Documents and Downloads can make file management more difficult. These folders provide quick access to commonly used locations. It's recommended to keep at least Documents and Downloads, and only remove folders you genuinely don't use, such as 3D Objects or Music if you don't store media files.
Can I add custom folders or network locations to This PC?+
The CLSID method only works for predefined Windows shell folders. To add custom folders or network locations, you need to create junction points or use the "Add a network location" wizard in File Explorer. Alternatively, you can pin frequently used folders to the Quick Access section for easier navigation.
Emanuel DE ALMEIDA
Written by

Emanuel DE ALMEIDA

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...