How to add a Folder to This PC in Windows 11/10

To add any folder or a custom shell folder manually under This PC in File Explorer in Windows 11/10 is to use a custom GUID and then replicate the settings of an existing inbuilt shell folder like Music or Videos. For this post, we will mimic the Videos shell folder’s registry settings using a different GUID and a custom folder path. Let’s begin! Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures. Once done, you can proceed as follows:

Press the Windows key + R to invoke the Run dialog.In the Run dialog box, type notepad and hit Enter to open Notepad.Copy and paste the code below into the text editor.

Now, click the File option from the menu and select Save As button.Choose a location (preferably a desktop) where you want to save the file.Enter a name with .reg extension (eg; TWC.reg). Don’t close the file yet.Next, head over to GuidGen.com to generate a random GUID string. This site uses Microsoft’s GUIDGen.exe at the backend. Alternatively, you can run the New-Guid cmdlet in PowerShell.In this, example, below is the GUID generated.

Now, copy the GUID to Clipboard.In the open Notepad, replace every instance of the GUID below.

{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}

Once done, save the reg file.Close Notepad.Now, double-click the saved .reg file to merge it.If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.Next, press the Windows key + R to invoke the Run dialog.In the Run dialog box, type regedit and hit Enter to open Registry Editor.Navigate or jump to the registry key path below:

At both locations, in the right pane, change the value data for (Default) to show the name of the custom folder and InfoTip accordingly.

The InfoTip text will be shown when you hover the mouse over the custom folder in File Explorer.

Next, navigate to the DefaultIcon subkeys below:

At both locations, set the icon value accordingly. You can use the shell32.dll,35 icon for the folder you’re adding.

If you want, you can also use free Icon packs to change File and Folder Icons. Next, navigate to the Instance\InitPropertyBag subkeys below:

At both locations, you will need to delete the TargetKnownFolder value to add a custom folder path by creating a string value (REG_SZ) named TargetFolderPath and set its value data, with the full folder path.Once done, exit Registry Editor.

You should now see the custom folder in the navigation pane and the Folders section in This PC view as shown in the lead-in image above. Now, if you’re adding a mapped drive or folder pointing to a network location, you can make the item appear under the Network locations section in This PC view by modifying the DescriptionID value to 9 (0x00000009) in line 4 of the reg file. That’s how you can add any Folder under This PC in File Explorer in Windows 11/10! TIPS:

You can also easily add or display any folder in This PC folder using our Ultimate Windows Tweaker.You can also display any file, folder, or program in This PC using another simpler method.

How do I add a folder to This PC in Windows 11?

There is no direct option to add or remove a folder from the ‘This PC’ Section in File Explorer on Windows 11. However, if you want, you can do this with the help of registry tweaks, registry files, or third-party tools to easily add or remove a folder from This PC section of the navigation pane in File Explorer on Windows 11. These posts might also interest you:

Turn On or Off Show all folders in the Navigation Pane of ExplorerMake Explorer Navigation Pane expand to open the folderHow to show or remove Quick access and Favorites from the Navigation Pane of Explorer

How add or remove folders from This PC in Windows 11?

To add folders in This PC in Windows 11, you need to take the help of the Windows Registry. Either you can create the keys manually or create a .reg file to install everything automatically. On the other hand, if you want to remove folders from This PC in Windows 11, you can go through the same process. However, this time you need to delete all the keys from the Registry Editor.

How to add a Folder to This PC in Windows 11 - 23How to add a Folder to This PC in Windows 11 - 83