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

Support for Windows 11 24H2 #3398

Closed
Amrsatrio opened this issue Jun 18, 2024 · 48 comments
Closed

Support for Windows 11 24H2 #3398

Amrsatrio opened this issue Jun 18, 2024 · 48 comments

Comments

@Amrsatrio
Copy link
Collaborator

Amrsatrio commented Jun 18, 2024

Things currently broken:

  • Windows 10 taskbar
  • Windows 10 start menu
    • 22621.3374 StartUI.dll (or any other version) needs to be downloaded and placed at C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\StartUI.dll first in order to work.
    • Does not position correctly when the taskbar is not docked to the bottom. Fixed in de2532d
    • Builds 26252 and 22635.3930 removed resources for the Windows 10 start menu, it will fail to launch there.
    • Works with EP 66.4 with no manual steps, for now...

Further new-in-24H2 issues may be discussed in here, but please refrain from creating new individual issues for now.

@mustafatoktas

This comment was marked as outdated.

@Amrsatrio

This comment was marked as outdated.

@hacker1024
Copy link

hacker1024 commented Jun 22, 2024

After upgrading to 24H2, and then rolling back to 23H2 (build 22631.3737) using the recovery menu, the Windows 10 start menu does not seem to be working, and the Windows 11 menu is used instead. Replacing StartUI.dll with the linked copy does not help. The Windows 10 taskbar works as expected though.

@pyrates999
Copy link

You should always uninstall EP when upgrading to a new release of windows 11, and then install it again. Same thing with downgrading.

@lilliejoylene
Copy link

I deleted the app, all the files, removed it from the repository, tried using powershell, created a new registry file, and tried ccleaner and it still shows an error when trying to upgrade. So idk......

@pyrates999
Copy link

pyrates999 commented Jun 23, 2024

the following methods work for uninstalling it:

  • Run ep_setup.exe /uninstall.
  • Rename ep_setup.exe to ep_uninstall.exe and execute that.

also, try to delete dxgi.dll in C:\Windows after you uninstall EP and reboot.

@lilliejoylene
Copy link

I had already uninstalled it so that wouldn't have worked. Even though I didn't want to I just reset my pc. Too much of a hassle I'm good on this.

@Anixx
Copy link
Contributor

Anixx commented Jun 27, 2024

Also, the two issues in ExplorerFrame.dll, inherited from Win11 22H2:

  • Menubar of File Explorer windws randomly appears and disappears
  • When using Classic theme, the background of the File Explorer folders when the window appears, is initially black for a fraction of a second.

@docholliday-sc001
Copy link

docholliday-sc001 commented Jul 1, 2024

On build 26100.863 and up (including 1000). Right-clicking on Taskbar and attempting to open Task Manager does nothing. Using Ctrl+Shift+Esc works, just not from the context menu.

Setting Advanced->Do not change the taskbar context menu does bring up the Task Manager using the default 2-item popup.

@Amrsatrio
Copy link
Collaborator Author

Amrsatrio commented Jul 1, 2024

@docholliday-sc001 Fixed in the reimplemented taskbar, as I have mentioned in my post. Will not be fixed in the stock 10 taskbar that is removed on 26244+.

Speaking about the 11 taskbar I will add the code to that custom context menu in the next EP update.

@Veyilla
Copy link

Veyilla commented Jul 10, 2024

I have the latest of 24H2 updates on it and it is no longer possible to use the ep_install.exe, even with renaming. It is directly recognized and blocked with the notification that this file cannot be executed on the PC. Even via the direct update function of the program (which I had installed with an older Windows 11 version) it is not possible to update to the latest pre-release file. I don't know what to do, if anyone has an idea or solution, please let me know.

P.S. I forgot to mention that I can't even download the exe file anymore, it is somehow blocked as well, but the zip file is no problem. How can I install or update it manually?

@pyrates999
Copy link

Set windows defender to exclude the following:

  1. C:\Program Files\ExplorerPatcher
  2. %APPDATA%\ExplorerPatcher
  3. The download directory that you downloaded EP setup to

@Amrsatrio
Copy link
Collaborator Author

It is dangerous to exclude your Downloads folder from Defender scans.

@pyrates999
Copy link

I meant the download directory that you save EP to specifically. If you save EP into your general downloads directory, you shouldn't be doing that.

IE C:\Users<your username>\Downloads\ExplorerPatcher\

And only in that directory do you save the EP setup exe.

@dxgldotorg
Copy link

Just a heads-up, the integrated Copilot icon appears to have been removed in favor of Copilot being a standalone PWA, and its icon now residing alongside normal apps in the taskbar.

@Michaelknubben
Copy link

While it's clear the W10 taskbar won't be reimplemented, what's still unclear to me is if we're getting the ability to reposition the taskbar to the top or sides back.

@Amrsatrio
Copy link
Collaborator Author

Amrsatrio commented Jul 17, 2024

@Michaelknubben Who said it won't be reimplemented? The code for the reimplemented 10 taskbar is finished but there are remaining issues on 24H2 that need to be ironed out before I can distribute it to the public.
@dxgldotorg Alright, fortunately I put the Copilot button code behind conditionals.

@Anixx
Copy link
Contributor

Anixx commented Jul 17, 2024

It isalready distributed to the public.

@Michaelknubben
Copy link

@Amrsatrio I read 'Will not be fixed in the stock 10 taskbar that is removed on 26244+.' wrong, I suppose. Glad to hear it's coming back!

@Veyilla
Copy link

Veyilla commented Jul 24, 2024

Set windows defender to exclude the following:

1. C:\Program Files\ExplorerPatcher

2. %APPDATA%\ExplorerPatcher

3. The download directory that you downloaded EP setup to

The download still does not work, I wanted to download the pre-release manually.

@Amrsatrio
Copy link
Collaborator Author

@Veyilla Turn off real time protection, install it, add exclusions, and then you're good to go. Leave the updating part to EP.

@Veyilla
Copy link

Veyilla commented Jul 24, 2024

@Veyilla Turn off real time protection, install it, add exclusions, and then you're good to go. Leave the updating part to EP.

I have also tried to update it very often via the EP itself, but it doesn't work either. Somehow there are many warm-ups and in the end Windows locks the exe with the infamous window that this file cannot be installed due to security or performance problems. The old version is running on my computer but I can't update or uninstall anything and so on.

Whether Defender checks something that has been excluded or not makes absolutely no difference. That's why I wanted to download it manually and then install it, where the download itself is already blocked.

I have installed the system build 26120.1252 on my computer. I've been trying to update it somehow for 2 weeks now, but it's not working. Maybe I'm being silly, but I don't know where or whether it's simply due to WIndows 11 itself, which has changed so much in 24H2.
I have also tried to rename the exe file, but Windows still recognizes it.

@pyrates999
Copy link

Because there is now an arm version and x86-64 version, you must manually download ep from here: https://github.com/valinet/ExplorerPatcher/releases

ep_setup.exe is the x86-64 version

@nasiftanjim
Copy link

nasiftanjim commented Oct 4, 2024

The open clock flyout when Win+C instead of Teams no longer works after installing 24H2. If Win+C is pressed, nothing happens

@pyrates999
Copy link

The open clock flyout when Win+C instead of Teams no longer works after installing 24H2. If Win+C is pressed, nothing happens

https://arstechnica.com/google/2024/06/winc-windows-most-cursed-keyboard-shortcut-is-getting-retired-again/

@nasiftanjim
Copy link

So, no way to bring it back?

@dxgldotorg
Copy link

So, no way to bring it back?

When the code's gone, it's gone.

@at-ng
Copy link

at-ng commented Oct 7, 2024

How are you supposed to install W11 24H2 with ExplorerPatcher? Do you need to uninstall it first? Right now if I try to update I get:

What needs your attention
The following things need your attention to continue the installation and keep your Windows settings personal files, and apps.

Why am I seeing this?

ⓧ ExplorerPatcher
This app can't run because it causes security or performance issues on Windows. A new version may be available. Check with your software provider for an updated version that runs on this version of Windows.
Learn More

I just updated ExplorerPatcher so It's now showing version 22621.3880.66.6 and I believe that version should be compatible with 24H2.

@Amrsatrio
Copy link
Collaborator Author

Uninstall first, perform the upgrade, then install again.

@pyrates999
Copy link

And I would not restore the settings from a backup. I'd set them again manually in the EP properties application.

@Sage222
Copy link

Sage222 commented Oct 15, 2024

Version 10.0.26100.2033 - no option for Vertical Taskbar anymore?

@pyrates999
Copy link

Open up EP Properties application, go to taskbar, and set taskbar style to Windows 10 (ExplorerPatcher), not Windows 10. We no longer offer more support on the stock Windows 10 taskbar.

@Sage222
Copy link

Sage222 commented Oct 15, 2024

Open up EP Properties application, go to taskbar, and set taskbar style to Windows 10 (ExplorerPatcher), not Windows 10. We no longer offer more support on the stock Windows 10 taskbar.

ahh thank you didnt notice that was a drop down menu - though when i do that and then choose "Left" or any other location on the "Primary taskbar location on screen" nothing happens and the item remains on "Bottom (default".

@Sage222
Copy link

Sage222 commented Oct 15, 2024

reboot helped. now i can select "Left" and it stays. Though doesnt actually move the Taskbar vertically left till i 'unlocked' and dragged it over! still happy thank you!

@pyrates999
Copy link

click on Restart File Explorer in bottom left of EP properties application when you change settings there.

@PeHobt
Copy link

PeHobt commented Oct 23, 2024

Hi,

just installed Win11 24H2, many features are working but not this one

Taskbar - Combine taskbar icons on primary taskbar: Never combine (default),

on previous versions it worked fine i.e.

  1. group of more buttons was displayed (now just one icon is there for more instances of application)
  2. each button had text, now just icon is displayed.

These matters are missing for me :-(

@pyrates999
Copy link

Hi,

just installed Win11 24H2, many features are working but not this one

Taskbar - Combine taskbar icons on primary taskbar: Never combine (default),

on previous versions it worked fine i.e.

  1. group of more buttons was displayed (now just one icon is there for more instances of application)
  2. each button had text, now just icon is displayed.

These matters are missing for me :-(

does it work on other monitors that are not your primary monitor?

@Amrsatrio
Copy link
Collaborator Author

@PeHobt Change the settings for them through the Settings app. This discrepancy has been fixed in 66.7.

@PeHobt
Copy link

PeHobt commented Oct 23, 2024

@Amrsatrio I confirm, this setting is in Settings app now. Thank you very much, now it works again as I need.

@PeHobt
Copy link

PeHobt commented Oct 23, 2024

Hi,
just installed Win11 24H2, many features are working but not this one
Taskbar - Combine taskbar icons on primary taskbar: Never combine (default),
on previous versions it worked fine i.e.

  1. group of more buttons was displayed (now just one icon is there for more instances of application)
  2. each button had text, now just icon is displayed.

These matters are missing for me :-(

does it work on other monitors that are not your primary monitor?

The trouble was on all 3 monitors I'm using. But already solved using Win11 Settings app as advised by @Amrsatrio.

@cjahn50
Copy link

cjahn50 commented Nov 29, 2024

Will the Windows 10 (ExplorerPatcher) taskbar work on Windows 11 23H2? On version 67.1? I am currently using the Windows 10 taskbar not Windows 10 (ExplorerPatcher).

@stavia405
Copy link

stavia405 commented Dec 6, 2024

Will the Windows 10 (ExplorerPatcher) taskbar work on Windows 11 23H2? On version 67.1? I am currently using the Windows 10 taskbar not Windows 10 (ExplorerPatcher).
23H2 & 67.1 is working for me
image

@cjahn50
Copy link

cjahn50 commented Dec 6, 2024

Will the Windows 10 (ExplorerPatcher) taskbar work on Windows 11 23H2? On version 67.1? I am currently using the Windows 10 taskbar not Windows 10 (ExplorerPatcher).
23H2 & 67.1 is working for me
image

Thanks for the reply! I updated to 24H2. I'm running 67.1 with the Windows 10 (ExplorePatcher) taskbar and all is good!

@stavia405
Copy link

Will the Windows 10 (ExplorerPatcher) taskbar work on Windows 11 23H2? On version 67.1? I am currently using the Windows 10 taskbar not Windows 10 (ExplorerPatcher).
23H2 & 67.1 is working for me
image

Thanks for the reply! I updated to 24H2. I'm running 67.1 with the Windows 10 (ExplorePatcher) taskbar and all is good!

Oh good to know, I didn't update to 24H2 because of the replies implying it's gonna break

@cjahn50
Copy link

cjahn50 commented Dec 6, 2024

Will the Windows 10 (ExplorerPatcher) taskbar work on Windows 11 23H2? On version 67.1? I am currently using the Windows 10 taskbar not Windows 10 (ExplorerPatcher).
23H2 & 67.1 is working for me
image

Thanks for the reply! I updated to 24H2. I'm running 67.1 with the Windows 10 (ExplorePatcher) taskbar and all is good!

Oh good to know, I didn't update to 24H2 because of the replies implying it's gonna break

I just followed the advice given on this site... I uninstalled EP first using its uninstall feature. Did the update to 24H2 and reinstalled EP. So far so good :-)

@djrooli
Copy link

djrooli commented Dec 15, 2024

Hello Guys!
I also need your assistance. I have read through all the comments, and maybe I missed something, but I have not found the workaround for the UPDATE error. Yes, I was so stupid and did not know that uninstall is needed for the 24H2 update.
So, is there any solution to fix EP, or a rollback is needed? I have searched for the dxdgi.dll mentioned earlier, I have 2 in windows subfolders and many in c:\ProgramData\Microsoft\Windows\Containers\Layers.
Now what happens is I start ep_setup.exe and an error message comes up regarding a previous install and blocked files needed EP. Would somebody be kind to give me step by step tutorial for this problem? (If it can be fixed). I think we all learned the lesson! :) And also thanks for the efforts this is app is a must have thing! Thank you in advance.

@Amrsatrio
Copy link
Collaborator Author

@djrooli DM me on Discord, I'll assist you there. The link to the EP server is in the README.

@IanKemp
Copy link

IanKemp commented Dec 18, 2024

My company's IT department just pushed Windows 11 24H2 to our devices and having to uninstall ExplorerPatcher to get the update, I was once again reminded how utterly unusable this OS is for multi-tasking without EP. After finishing the update and reinstalling EP, I can actually do my job again! Thank you so much for this software @Amrsatrio, I have just thrown €50 your way - I know it is not much, but I do hope that it allows you to buy a few coffees :)

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

No branches or pull requests