Computer/Enabling classic start menu on Windows 11
Jump to navigation
Jump to search
[edit | edit source]
Main_Page > Computer > Enabling classic start menu on Windows 11
I think that Windows 10 start menu was so useful.... Fortunately, we can use the start menu and taskbar on Windows 11.
Using ExplorerPatcher (Open Source)[edit | edit source]
Download tools[edit | edit source]
Download the latest version of the setup program from the below URL.
https://github.com/valinet/ExplorerPatcher/releases/latest/download/ep_setup.exe
Install[edit | edit source]
- Run the installer with an Administrator account. It will install the necessary files.
- Windows 10 taskbar will appeare.
- You can set up the taskbar and start menu behaviors by right click the taskbar and choose "Properties".
Uninstalling[edit | edit source]
- Use "Programs and Features" in Control Panel, or "Apps and features" in the Settings app
- Run ep_setup.exe /uninstall or
- Rename ep_setup.exe to ep_uninstall.exe and run that.
Reference[edit | edit source]
OLD memo - Add the registry with registry editor (It doesn't work after Windows 11 - version 22000.65 upgrade)[edit | edit source]
Start regedit.exe and open the below directory.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
And make below DWORD (32-bit) Value.
Start_ShowClassicMode
Add the value 1
0 -> 1
And open the below directory.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages.
And make below DWORD (32-bit) Value.
UndockingDisabled
Add the value 1
0 -> 1
And restart (reboot) your computer.
However... It doesn't work after Windows 11 - version 22000.65 upgrade.
Startmenu icon appears on the left side of the taskbar. However, it doesn't work correctly.