Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Disable File Explorer tab preloading in Windows 11 24H2 #492

Open
Silver347 opened this issue Jan 24, 2025 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@Silver347
Copy link

Problem statement

File Explorer tabs in general are slow and sluggish,this script should slightly ease that problem by disabling the next preloaded tab,releasing some cpu and memory.

This script was suggested by Chris Titus Tech in one of his videos titled "Windows Explorer Performance Woes".

The video: https://www.youtube.com/watch?v=3YaG3YPGCbQ.
His post: https://christitus.com/windows-explorer-stealing-cpu/

In case if you decide to add this script to the catalog I'd suggest either:
"Configure Programs" -> "File Explorer -> "Disable tabs preloading" or
"Advanced Settings" -> "File Explorer -> "Disable tabs preloading" category.

Proposed solution

The script:

[HKEY_CURRENT_USER\Software\Microsoft\input]
"IsInputAppPreloadEnabled"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Dsh]
"IsPrelaunchEnabled"=dword:00000000

Alternatives considered

No response

Additional information

No response

@Silver347 Silver347 added the enhancement New feature or request label Jan 24, 2025
@Silver347 Silver347 changed the title [Feature]: Disable File Explorer tab preloading [Feature]: Disable File Explorer tab preloading in Windows 11 24H2 Jan 24, 2025
@undergroundwires
Copy link
Owner

Can we relate those to any privacy improvement? privacy.sexy's scope is privacy only, while getting performance is one of the biggest benefits of it.

@Silver347
Copy link
Author

While I agree this isn't a privacy improvement,I still remember how many people were complaining about general performance from using File Explorer in both 23H2 and 24H2,while things like ExplorerPatcher does have an option to replace or disable tabs in general I still wanted to include this as an option for those who still want to keep the feature but want to slightly polish it for better and more performant experience.This doesn't remove or disable anything It only serves to further improve File Explorer experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants