Skip to content

Speed Up Windows File Explorer Tool speeds up File Explorer just in case, if Windows has not saved information about a folder before and tries to figure out what kind of folder it is (e.g., music, pictures, documents) by looking at every single file inside.

Notifications You must be signed in to change notification settings

jacobnicked/Speed-Up-Windows-File-Explorer-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Speed Up Windows File Explorer Tool

Speed Up Windows File Explorer Tool speeds up File Explorer just in case, if Windows has not saved information about a folder before and tries to figure out what kind of folder it is (e.g., music, pictures, documents) by looking at every single file inside.

If the folder contains thousands of files, this process takes a very long time, making the folder load slowly and causing your hard disk drive (HDD) to work overtime.


If you want to create a registry file to apply a fix:

  1. Open a text editor program (e.g. Notepad).
  2. Have the code below copied and paste it into the text editor program.
  3. Save as a *.reg file, you can name it whatever you want to.
  4. Open the file and confirm changes.
    • A restart of File Explorer or your PC might be required.
Windows Registry Editor Version 5.00

[Computer\HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"

About

Speed Up Windows File Explorer Tool speeds up File Explorer just in case, if Windows has not saved information about a folder before and tries to figure out what kind of folder it is (e.g., music, pictures, documents) by looking at every single file inside.

Topics

Resources

Stars

Watchers

Forks