valinet / ExplorerPatcher

This project aims to enhance the working environment on Windows
GNU General Public License v2.0
22.22k stars 976 forks source link

Installing ExplorerPatcher reverts to old Windows 11 search experience #3154

Closed fo723 closed 1 month ago

fo723 commented 1 month ago

What was previously thought to be caused by EverythingToolbar (fixed after a system restore) has been caused by ExplorerPatcher. I'm on Windows 11 version 23H2 build 22631.3447 which has 3 options for search experiences on the taskbar (search icon, search pill, search bar) I've noticed that upon installing of EP, then not only does ExplorerPatcher refuse to appear in any context menus (even when the necessary options are enabled), it also reverts the search experience on the taskbar to only one option, which upon enabling turns on only the pill option. No other options are available. In addition to this, in the start menu, it also reverts the rounded search bar back to more of a rectangular one with sharper corners. Also, in conjunction with this, search indexing also seems to be disabled.

I understand that EP restores old Windows components, but from my knowledge it has no ability to restore some from older Windows 11 feature updates, including the updated search experience, which doesn't appear to be an option in the main configuration "Properties" window. Maybe it's some sort of internal configuration?

Very confusing. Screenshots will be attached. bandicam 2024-04-21 20-23-24-918 bandicam 2024-04-21 20-30-06-167

For reference this is how it's supposed to look like: image image

pyrates999 commented 1 month ago

Please post explorer patcher version.

Please include what settings you changed in explorer patcher properties application. These should be screen shots. If you can, please change it to english first.

Please include any other software you have installed that modifies the UI of windows.

to run the explorer patcher properties application, run this from the run menu: C:\Windows\System32\rundll32.exe "C:\Program Files\ExplorerPatcher\ExplorerPatcher.amd64.dll",ZZGUI

Then go to advanced and make sure the option Do not change the taskbar context menu (e.g. do not display the "Properties" is not enabled. Then you can right click on the taskbar and you should see the Properties option.

fo723 commented 1 month ago

I am no longer using ExplorerPatcher, but the version I was using was the latest one, 22621.3296.64.1.

The only option I changed was to show classic drive grouping. Even upon installing it without changing any settings this issue began to show.

I do not plan on using ExplorerPatcher again, but I would like a fix for the downgraded search experience.

The taskbar context menu still didn't work after enabling this option.

pyrates999 commented 1 month ago

Your screen shots show 2 different sections for the search bar settings:

  1. Personalization -> Taskbar
  2. System -> Taskbar
fo723 commented 1 month ago

It's a poorly made demo. You can clearly see that in the navigation pane Personalization is selected.

pyrates999 commented 1 month ago

Even though you think personalization has been selected, the title window still shows:

System -> Taskbar

fo723 commented 1 month ago

Nevertheless, the point still stands:

ExplorerPatcher downgraded my Windows Search experience. Is there a solution?

pyrates999 commented 1 month ago

You could try repairing your windows install next. Please run the following in an elevated command prompt or elevated powershell:

chkdsk C:

If it tells you there are errors, then run this:

chkdsk C: /F

Reboot to run it on boot. Keep running that command until it reports no errors. Then run this to repair windows:

sfc /scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /analyzecomponentstore
dism /online /cleanup-image /startcomponentcleanup

Then reboot your computer.

fo723 commented 1 month ago

There were no errors found.

pyrates999 commented 1 month ago

Did you run the rest of the commands or did you stop with chkdsk C:?

fo723 commented 1 month ago

I ran the rest of the commands. It's fine though. I'll probably be switching away from Windows to either something entirely different or some modified version. Thanks for your help.

On Thu, Apr 25, 2024, 08:29 pyrates999 @.***> wrote:

Did you run the rest of the commands or did you stop with chkdsk C:?

— Reply to this email directly, view it on GitHub https://github.com/valinet/ExplorerPatcher/issues/3154#issuecomment-2077068072, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHL23IUCDK45CESK5QJMX7DY7DZL3AVCNFSM6AAAAABGRZHJTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZXGA3DQMBXGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pyrates999 commented 1 month ago

One more thing you can try is if you install EP again, in the EP properties application, go to About and click on Restore default settings. Then reboot.