Skip to content

jiroaku/explfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Optimize Explorer Performance πŸš€

πŸ“Œ Overview

Windows Explorer can slow down over time due to accumulated folder view settings. This PowerShell script clears the cache, resets the database, and optimizes performance, ensuring a faster and smoother navigation experience.

πŸ”§ How It Works

βœ… Deletes the Bags and BagMRU registry keys, which store folder view settings. βœ… Recreates the Bags key. βœ… Creates a subkey called AllFolders inside Bags. βœ… Adds another subkey called Shell inside AllFolders. βœ… Sets a string value (FolderType) to NotSpecified, preventing unnecessary metadata storage.

πŸš€ Usage

Running the Script with One Command

  • For a faster and easier experience, simply run the following command in PowerShell:
    irm "https://raw.githubusercontent.com/jiroaku/explfix/refs/heads/main/optimize_explorer_perfomance.ps1" | iex

Running the Script Manually

  1. Download the script (Optimize_Explorer_Performance.ps1).
  2. Run PowerShell as Administrator:
    • Press Win + X and select Windows Terminal (Admin) or PowerShell (Admin).
  3. Allow script execution (if needed):
    Set-ExecutionPolicy Unrestricted -Scope Process
  4. Execute the script:
    .\Optimize_Explorer_Performance.ps1

πŸ–₯️ Compatibility

  • Supported OS: Windows 10, Windows 11
  • Permissions Required: Administrator privileges

⚠️ Disclaimer

⚠️ Use at your own risk! Modifying the Windows Registry can impact system behavior. Always create a backup before making changes.

πŸ“œ License

This project is open-source and released under the MIT License.

πŸ‘€ Author

jiroaku