PSA: Support for Windows 10 Start menu #920
Replies: 21 comments 52 replies
-
Oh, that's good but also would not it be a bit easier to implement the Classic Start menu (like in Windows 95)? I think it should be quite easy. The OpenShell has this functionality, but
So, would it be difficult you implement the basic functionality for the simplest start menu (without search, skin customization, etc), that would support arbitrary custom theming? |
Beta Was this translation helpful? Give feedback.
-
Very nice work! I'm glad I was able to help kick this off, little frustrated by my current lack of time tbh, but I am very much looking forward to reading through the blog post and all the little details, hopefully sometime next week <3 Keep it up man, you've been on absolute fire lately with all these other recently added features too ! PS: I hope you're doing well outside of this! |
Beta Was this translation helpful? Give feedback.
-
I would like to test this feature (yes, it should work under Classic theme as in Win8.1 the start screen works), but the start button currently simply does not. |
Beta Was this translation helpful? Give feedback.
-
Can you also try to port the 21996 notification center? |
Beta Was this translation helpful? Give feedback.
-
Very thank for this improvement ; I do not use this menu myself but I know people who uses it and appreciate it a lot. |
Beta Was this translation helpful? Give feedback.
-
I just came here to say thank you! I haven't upgraded to Win 11 because I use jump lists a lot, and the New start has a crippling experience. I've been following this and 10S project for a while, waiting it to be a little bit more stable before I upgrade. Seriously, thank you very much. I'm not short of words for all the effort placed in this project. |
Beta Was this translation helpful? Give feedback.
-
One huge step for this project! Hopefully we can add support for other languages soon. |
Beta Was this translation helpful? Give feedback.
-
I was excited to try it but it doesn't work on my end. The start menu will not open, or sometimes after enabling it it will show up once and then never again, so it's there and does work but just refuses to open up I have no idea why that happens EDIT: Yeah, okay, so this is very reproducable behavior. When I open the Properties windows and select the 11 menu, it works fine every time. When I select the 10 menu and click on Start or press the Windows button, the 10 menu will take some unusually long time to show up, and only appear that one time. When I close it and try to reopen it it won't work until I switch back to 11 and then back to 10 |
Beta Was this translation helpful? Give feedback.
-
Does start11 do fullscreen? I'm pretty sure it doesn't. The normal non fullscreen menu work 100% fine tho
…________________________________
From: AltF4 ***@***.***>
Sent: Monday, February 28, 2022, 3:40 p.m.
To: valinet/ExplorerPatcher
Cc: SamuraisEpic; Comment
Subject: Re: [valinet/ExplorerPatcher] PSA: Support for Windows 10 Start menu (Discussion #920)
Oh, that's why. Thank you very much for informing me. I'll stick to Start11 for the time being, but I do prefer the look and animations of the OG start menu
—
Reply to this email directly, view it on GitHub<#920 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQSOZWC5IEJ6EVTTW65WPI3U5PMULANCNFSM5PIUTPFA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Live tiles aren't working for me |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to know when the old Windows 10 Action or Notification Center is introduced? |
Beta Was this translation helpful? Give feedback.
-
does not work for other languages in some places |
Beta Was this translation helpful? Give feedback.
-
Does the rounded win10 start menu work on 19041? |
Beta Was this translation helpful? Give feedback.
-
signed up in here just to say i really admire your work on this and also i would like to ask a question or may be a request regarding my clean installed recent windows 11 i do not have the option in windows 10 menu to disable "Show App List in Start menu" so i can have only the pinned items on the start. All the work you have done here makes me enjoy using windows 11 more than i thought i would. Im using the latest windows 11 and most recent pre-released Explorer Patcher |
Beta Was this translation helpful? Give feedback.
-
would there be any way to do the search inside the windows 10 start menu, without having to open the 11 search menu? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use Win10 start menu with OpenShell button (as the default button simply does not work on Classic theme)? |
Beta Was this translation helpful? Give feedback.
-
It looks now that under any theme neither the Win10 start menu, not Win11 start menu appears for me... Have no idea what can be the cause... |
Beta Was this translation helpful? Give feedback.
-
Fabulous work! I've uninstalled Start11 and am using this. Is there any way the quick links to settings, documents etc.. can be added in as they are on the Win 10 start menu? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your continued development of ExplorerPatcher, and taking off from where BBMaster left off bringing Windows 10 start menu to 11. It works very nicely in 11. I have found a small issue though. Most of the live tiles work fine, like that of Weather App, Mail and Calender, etc. But, the Live tile of Groove Music gets stuck after updating the first time. Could it be an issue with Groove music itself? In the windows 11 action centre, the groove music player flyout above the volume and network settings flyout updates the currently playing track correctly. However, to get the start menu live tile to update, I have to turn off the live tile and turn it on again, then it updates once before getting stuck. I am using the latest pre release build of Explorer Patcher, and the latest version of Groove Music just before it is replaced by Media Player |
Beta Was this translation helpful? Give feedback.
-
Love this project, couldn't imagine Windows 11 without it; this update bolsters that to the moon. However, I do have a few gripes, mainly how the Windows 10 start menu coming in is only animated with its contents, as opposed to the additional fade slide-in in Windows 10. The other thing is how live tiles used to update with a wipe-in of the new content from the bottom of the tile, but instead now only the old content wipes-out & the new content flashes in afterwards. Again, quite minor gripes, can't understate my appreciation for this project! |
Beta Was this translation helpful? Give feedback.
-
The Windows 10 start just refuses to appear (crashes) on my Surface Go. Event log has this in entry:
Windows Error Reporting generated file is attched. Any hints for why this is happening? |
Beta Was this translation helpful? Give feedback.
-
Hi
I have recently grown frustrated with the lack of flexibility regarding the Windows 11 Start menu. Unfortunately, officially, the old, XAML-based live tile Windows 10 Start menu is unavailable since build 22000.65 or so, although attempts have been made to resurrect it, the one I know about and follow being https://github.com/bbmaster123/10SM (❤️ many thanks to @bbmaster123 for the pointers showcased in his repository).
Taking that into consideration, I have decided to look into and attempt to provide a functional implementation for ExplorerPatcher. Mainly, I have tackled these areas:
StartMenuExperienceHost.exe
launch the old menu instead of the new one. In the builds where the legacy menu was available, there was a registry setting atHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_ShowClassicMode
that the launcher looked into to determine which menu to launch. More recent versions skip that and just callGetProductInfo
, a Win32 call which tells the type of Windows installation. For the XAML menu to launch, it expects to run on "Windows PPI Edition", what is commercially known as the Windows edition that ships with the Surface Hub. Previous workarounds for enabling the Windows Start menu meant using an older version ofStartMenuExperienceHost.exe
which looked forStart_ShowClassicMode
. In ExplorerPatcher, a mechanism was implemented to trickStartMenuExperienceHost.exe
into thinking it runs on the Surface Hub, thus enabling the menu..pri
) from build 22000.51 are used instead, which work just fine, as well as an older version ofStartTileData.dll
. For this, file accesses are redirected to the different resources and libraries using IAT hooks in the Start menu process.For now, the support for this feature is experimental. Quality updates will be made, as well as bug fixes, in the coming builds. The menu is functional, a solid alternative for what Windows 11 ships with.
Please make sure you are connected to the Internet when installing this version in order to allow for the external resources needed for correct menu operation to download. If you don't have Internet access, the program will install, but you will need to rerun the setup file at a later time, when you have Internet access, so that it can download the necessary files.
P.S. A blog post will be uploaded to https://www.valinet.ro describing the implementation in more technical details in the coming days.
Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions