Skip to content

Instantly share code, notes, and snippets.

@jfalava
Created March 4, 2024 08:40
Show Gist options
  • Save jfalava/e8b5c9fd1ce9b1705aa1cb7bd3b704a5 to your computer and use it in GitHub Desktop.
Save jfalava/e8b5c9fd1ce9b1705aa1cb7bd3b704a5 to your computer and use it in GitHub Desktop.
Registry entry that disables "folder type" auto discovery in Windows Explorer

Original source

Disables "folder type" auto discovery in Windows Explorer, useful for folders with thousands of files.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment