Legacy folder options in Windows 11

Starting from Build 23481, a number of legacy folder options have been removed from the Explorer user interface, the most controversial removal being the "Hide protected operating system files" option. As the blog post says, the settings can still be accessed via registry keys, however this is not officially documented.

TL;DR

If all you want is to show protected system files:

  1. Open the Registry Editor (regedit) and paste HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced into the bar at the top.
  2. Find the ShowSuperHidden value and double click it.
  3. Change it to 1 and press OK.
  4. Open Task Manager (opening Folder Options now will result in the option being reset to what it was previously)
  5. Select Windows Explorer and click Restart task.

Registry editing

To edit these values, open the Registry editor (regedit), paste HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced into the box at the top and press Enter to be taken directly to the correct registry key.

OptionNameOff valueOn value
Always show icons, never thumbnailsIconsOnly01
Display file icon on thumbnailsShowTypeOverlay01
Display file size information on folder tipsFolderContentsInfoTip01
Hide folder merge conflictsHideMergeConflcits01
Hide protected operating system filesShowSuperHidden10
Show drive lettersSee below20
Show encrypted or compressed NTFS files in colorShowEncryptCompressedColor01
Show popup description for Folder and Desktop itemsShowInfoTip01
Use sharing wizardSharingWizardOn01

Show drive letters

Note that this option is found in HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer unlike the others. It may not be present, in which case you can right click in the window and create a new DWORD value. There are also additional values that can't be changed via Folder Options, even with previous versions of Windows:

ValueEffect
0 or not presentShow after drive label
1Show after drive label, before on network drives
2Off
4Show before drive labels