Skip to content

Instantly share code, notes, and snippets.

@jonkeren
Created June 25, 2024 15:50
Show Gist options
  • Save jonkeren/195e1c01bc6128d250436046100684fe to your computer and use it in GitHub Desktop.
Save jonkeren/195e1c01bc6128d250436046100684fe to your computer and use it in GitHub Desktop.
Make Windows Explorer much faster. Disable FolderType enumeration.
# Windows Explorer can be really slow if the folder has a lot of files.
# Can be solved with:
reg.exe add "HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell" /v "FolderType" /t REG_SZ /d "NotSpecified" /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment