-
Notifications
You must be signed in to change notification settings - Fork 456
Classic Explorer toolbar keeps unhiding itself #1526
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
Comments
As a workaround, you can disable the toolbar registration using: reg add "HKCU\Software\Classes\CLSID\{553891B7-A0D5-4526-BE18-D3CE461D6310}\InprocServer32" /f /ve In my case, I just want the status bar. -[Unknown] |
@unknownbrackets - thanks for the workaround. This has driven me nuts for many years. @The-MAZZTer - thanks for raising the issue. Its not only a bug as you describe, seems to me its also a logical option that folks might want (me!). Allow the users to either see or not see the openshell toolbar and have that choice be sticky. |
@unknownbrackets unknownbrackets, i tried to use cmd and copy then pasted your workaround into the cmd. it says it was successful yet qhwn i first open file explorer i dont have the tool bar. but after my wallpaper changes (I have wallpaper engine) the tool bar appears again. |
This worked for me on Windows 11. Thank you very much. |
Check this: #326 (comment) Also follow these instructions once:
|
Just wanted to report that this fix still works in 2025. im on windows 11. |
I don't know if this is a definitive solution, and I haven't been able to try it a second time to confirm that it really works, but disabling the Classic Explorer Bar while it displays File, Edit, etc. (I don't know how to make them appear, maybe pressing Alt or F10) seems to have disabled it definitively. |
Describe the bug
In File Explorer, if I right click the toolbar space and uncheck the toolbar entry, it disappears as desired.
But if I then open a new window, it comes back.
Area of issue
Windows Explorer
To reproduce
Expected behavior
The toolbar remains hidden.
Also optionally there should be a setting in the settings application to just disable the toolbar permanently (as if it was uninstalled) until you go back into settings and turn it on, like there is for the status bar. This will be more consistent with other similar settings (such as the status bar).
Open-Shell version
4.4.189
Windows version
11 Professional x64 22H2 Build 22621.1555
Additional context
I have seen advice for similar issues to uninstall the Classic Explorer component and keep the others. However the Classic Explorer component is the only one I want, for one specific feature: forcing the file view headers on for all view modes. Removing Classic Explorer also removes this feature, so it's not a useful suggestion for me.
The text was updated successfully, but these errors were encountered: