How to restore Videos, Pictures, and other folders in This PC in Windows 11
Update 2024-06-15 The scripts below have been upodated to account for the recent changes in Windows 11.
Recently we had several users of our file manager AB Commander to contact us in a bit of a panic, reporting that the trusted This PC folder no longer contained the folders they come to love, such as Downloads, Music, Pictures, and Videos:
There was only a group of icons named Devices and drives which was nice to have but clearly not enough, our customers wanted other folders to be there as well, and better sooner than later!
We put our investigative hats on and got to work. Turns out this change happened on some Windows 11 computers after they were upgraded to the latest release 22H2 (or newer). Also, it affected not only AB Commander but File Explorer, too:
Windows 11 made available a new folder called Home (used to be called Quick access in Windows 10) that still showed the Documents and other folders, along with the recently opened documents and folders, but that clearly was not enough for our customers, they wanted such folders to appear in This PC, too.
Password-protect and hide personal files and folders with Folder Guard for Windows 11,10,8,7.
User rating: 4.7 / 5
Purchase
or
download a free trial.
Read more...
It appears that the folders are still there, except Microsoft decided for some reason that they should be hidden in This PC folder by default. It's possible to make them visible, by adjusting a few values in Windows Registry. We've put the necessary changes into a registry file that you can download using the following link:
Right-click on the link above and choose Save link as (or similar) command to save the file to your PC. If your security settings prevent you from saving such files, you can recreate the file yourself: just copy the following text, paste it into Notepad, and save the file as ThisPCFolders-Show.reg:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
@="CLSID_ThisPCLocalDownloadsRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
@="CLSID_ThisPCMyMusicRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
@="CLSID_ThisPCLocalPicturesRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
@="CLSID_ThisPCDownloadsRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
@="CLSID_ThisPCMyPicturesRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
@="CLSID_ThisPCLocalMusicRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
@="CLSID_ThisPCLocalDocumentsRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
@="CLSID_ThisPCDocumentsRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
@="CLSID_ThisPCLocalVideosRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
@="CLSID_ThisPCMyVideosRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
@="CLSID_ThisPCDesktopRegFolder"
"HideIfEnabled"=-
"HiddenByDefault"=-
Regardless of the way you've obtained the file, use File Explorer or AB Commander to navigate to it and double-click it to open. Windows will probably warn you about opening registry files with a message like similar to this:
If you choose to continue, the necessary adjustments will be made to the Registry and the folders should appear in the This PC folder (you may need to refresh the view of File Explorer or AB Commander by pressing F5)
What if you decide later on that you no longer want to see the folders in This PC? No problem, you can easily make them hidden again using the following registry file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
@="CLSID_ThisPCLocalDownloadsRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]
@="CLSID_ThisPCMyMusicRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}]
@="CLSID_ThisPCLocalPicturesRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
@="CLSID_ThisPCDownloadsRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]
@="CLSID_ThisPCMyPicturesRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}]
@="CLSID_ThisPCLocalMusicRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}]
@="CLSID_ThisPCLocalDocumentsRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]
@="CLSID_ThisPCDocumentsRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}]
@="CLSID_ThisPCLocalVideosRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
@="CLSID_ThisPCMyVideosRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
@="CLSID_ThisPCDesktopRegFolder"
"HideIfEnabled"=dword:022ab9b9
"HiddenByDefault"=dword:1
You can use these two registry files as often as you like, turning the folders on and off, just don't forget to press F5 to refresh the view of This PC and make it reflect the changes.
Happy computing!
If you want to link to this article, you can use this HTML code: <a href="https://www.winability.com/how-to-folders-this-pc-windows/">How to restore Videos, Pictures, and other folders in This PC in Windows 11</a>
Read more
- How to disable Adobe's ability to scan all of your organization's documents for generative AI.
- How to send sensitive files using Password.File app.
- [SOLVED] How to disable Taskbar Thumbnail Preview in Windows 11.
- How to restrict access to Microsoft Store app with Folder Guard.
- Tired of the Your password has expired and must be changed prompts? Here is how to stop them.
- How to move Pictures and other folders to Virtual Encrypted Disk.
- How to disable Fast Startup if you use encryption software.
- How to restore Videos, Pictures, and other folders in This PC in Windows 11.
- How to create a local user account in Windows 11 or Windows 10.
- How to enable or disable test signing mode in Windows.
- Email or SMS text messaging are NOT secure for two-factor authentication.
- Estimate how much you could save on electric bill with ActiveExit software.
- How to delete partition on Windows 11 or Windows 10.
- Forget VeraCrypt password? Here is how to recover it.
- Why do my desktop icons keep moving?
- How to create a private folder in Windows 11 and 10.
- How to restrict access to Windows Settings with Folder Guard.
- Suspending all contact with fascist Russia
- How to keep desktop icons from moving by running Icon Shepherd from command line.
- How to restrict access to Task Manager with Folder Guard.
- Take ownership of your files after access denied due to NTFS permissions.
- How to reprogram or disable CAPS LOCK key.
- Encryptability vs Folder Guard: which one to choose?
- Troubleshooting software removal problems using MSI files.
- Encryptability: Compare Personal and Business Licenses.
- How to add Group Policy and Local Security Policy to Windows 11 and 10 Home edition.
- [SOLVED] File is too large for the destination file system.
- Forget your WI-FI password? Find it in Windows 11 and 10 settings.
- What is FAT32 maximum file size limit?
- How to create a secret folder in Windows 11 and 10.
- How to easily password-protect Windows Linux folders with Folder Guard.
- Force DISKPART to delete EFI system partition in Windows 11 and 10.
- How to make Windows 11 and 10 recognize a cloned hard drive again.
- How to stop Windows 11 and 10 from using thumbnail preview icons for folders.
- How to hide pictures from the Photos app in Windows 11 and 10.
- How to save Windows Spotlight photos to your computer.
- How to move the OneDrive folder to an encrypted drive.
- Windows 10 fails to upgrade? Here is how to fix it.
- How to stop Microsoft Edge from opening PDF files.
- Preventing installations of specific programs with Folder Guard.
- Folder Guard licensing explained.
- Speed up the updates of the network folders.
- Make your Windows laptop work as a Wi-Fi access point.
- How to stop automatic Windows Update in Windows 10 and 11.
- [SOLVED] Windows cannot connect to the printer. Access is denied.
- Migrating encrypted data from TrueCrypt to USBCrypt.
- “The Microsoft account service is unavailable right now. Try again later.”
- Using DiffMerge as the external tool of AB Commander to compare plain text files.
- How to repair the icon cache and/or thumbnail cache in Windows 11 and 10.
- Transferring images between your PC and an Android device: Part 2.
- Transferring images between your PC and an Android device: Part 1.
- Case study: Using SoftDetective to suppress Corel Guide sign-in prompt.
- Using junction points to change the iTunes backup folder location.
- How to tell if my Windows computer is 32- or 64-bit?
- How do I stop Windows from rearranging my desktop icons?
- Organize your photo library with the Rename tool of AB Commander.
- Windows does not offer the NTFS format option? Here is how to bring it back.
- How to encrypt Firefox profile, bookmarks, and cookies.
- Restarting Windows 11, 10, and Windows 8 in the safe mode.
- Integrating AB Commander with Universal Viewer.
- How to delete a protected EFI system partition with Windows 11,10, 8, or 7.
- Using Folder Guard to protect from the social engineering attacks.
- How to erase Windows login password if you forget it.
- How to unhide a folder hidden with Folder Guard.
- How to repair Windows desktop icons with AB Commander.
- Slow network in Windows 7 Virtual PC? Speed it up!
- How to show drive letters first in AB Commander and Windows Explorer.
- What is my IP address?
- Why can’t I copy large files over 4GB to my USB flash drive or SD card?
- Test the strength of your password with USBCrypt.
- How to set up an external text editor for AB Commander.
- How to restrict Internet Explorer from downloading programs from the Internet.
- Personal vs business license for USBCrypt.
- Use Folder Guard to restrict access to Control Panel.
- Compare MySecretFolder and Folder Guard.
- Hide folders and make files invisible with Folder Guard.
- WINEXIT vs ActiveExit: automatically log off users from Windows.
- How to protect folder with password in Windows 11 and 10.
- How to restrict access and lock external drives with Folder Guard.
- How to password-protect Dropbox folder with USBCrypt.
- How to set up Folder Guard to stop downloading from the Internet.
- Is (Wipe the content) the same as (Secure Delete)?
- How to encrypt and protect the system C: drive with USBCrypt.
- Make it easier to return your lost encrypted drive.
- USBCrypt for users of Microsoft Office.
- How to start programs elevated from a batch file.
- How to make elevated programs recognize network drives.
- How to disable or enable hibernation.
- Using names and labels to organize USBCrypt drives.
- How to password-protect a USB flash drive.
- Always have a backup of your important files.