Created
June 25, 2024 15:50
-
-
Save jonkeren/195e1c01bc6128d250436046100684fe to your computer and use it in GitHub Desktop.
Make Windows Explorer much faster. Disable FolderType enumeration.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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