How to Make Windows 11 Look Like Windows 10
After upgrading to or freshly installing Windows 11, many users find the unfamiliar interface inconvenient.
The centered taskbar, simplified right-click menu, and altered Start Menu and File Explorer interface.
You miss the familiar Windows 10 environment.
Searching online reveals methods using BAT files or scripts to change everything at once.
But running scripts from unknown sources feels risky.
This guide shows you how to configure settings manually wihtout BAT files.
Follow each step to restore your system to a familiar look.
1. Align Taskbar to Left
Windows 11 centers taskbar icons by default.
Here’s how to align them to the left like Windows 10.
Method 1: Using the Settings Menu
- Right-click on an empty space on the taskbar
- Select “Taskbar settings”
- Expand the “Taskbar behavior” section
- Change “Taskbar alignment” to “Left”
Method 2: Edit the Registry
- Press
Win + Rto open the Run dialog - Type
regeditand press Enter - Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced - In the right pane, locate
TaskbarAl(create it if it doesn’t exist) - Double-click to set the value to
0- Data type: DWORD (32-bit)
- Value: 0 (left alignment), 1 (center alignment)
- Restart Explorer or log out and log back in
2. Show Taskbar Labels
Windows 11 displays only icons on the taskbar. This setting shows program names alongside icons and displays windows from the same program individually.
Registry Editing Method
- Press
Win + R→ Runregedit - Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced - Locate the
TaskbarGlomLevelvalue (create it if it doesn’t exist) - Double-click to set the value to
2- Data type: DWORD (32-bit)
- Value: 0 (Always group), 1 (Group when full), 2 (Do not group)
- Restart File Explorer
How to Restart File Explorer
- Open Task Manager with
Ctrl + Shift + Esc - Locate “Windows Explorer”
- Right-click → Select “Restart”
Or run the following in Command Prompt:
taskkill /f /im explorer.exe
start explorer.exe
3. Restore the Classic Right-Click Menu
Restores the simplified context menu in Windows 11 to the Windows 10 style.
Registry Editing Method
- Press
Win + R→ Runregedit - Navigate to the following path:
HKEY_CURRENT_USER\Software\Classes\CLSID - Create a new key under
CLSID- Key name:
{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
- Key name:
- Create another new key under the newly created key
- Key name:
InprocServer32
- Key name:
- Select the
InprocServer32key - Double-click “(Default)” in the right pane
- Set the value data to an empty string (leave it blank)
- Click OK and restart File Explorer
Now right-clicking will immediately display the full Windows 10-style context menu.
How to Undo
To revert to the original state, delete the entire key:
HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}
4. Windows 10-Style Start Menu with Open-Shell
Change the Windows 11 Start Menu to Windows 10 or Windows 7 style.
Installing Open-Shell
- Visit the official GitHub page:
https://github.com/Open-Shell/Open-Shell-Menu - Download the latest version fo
OpenShellSetup_X_X_X.exefrom the Releases page - Run the installer
- Select “Open-Shell Menu” in the installation options (others can be deselected)
- Complete the installation
Open-Shell Configuration
- After installation, click the Start button
- The Open-Shell Start Menu appears
- Right-click the Start button → Select “Settings”
- In the Settings window:
- Menu Style: Select “Windows 7 style” or “Windows Aero”
- Skin: Select “Immersive” or your desired skin
- Check “Show all settings” to display detailed options
- Click OK
Change Start Button Icon (Optional)
Installing Open-Shell changes the Start button icon.
To keep the default Windows 11 icon:
- Right-click the Start button → “Settings”
- Uncheck “Replace Start Button”
- Click OK
Now the Start menu will be Windows 10 style, but the button will retain the default Windows 11 design.
5. Restore Explorer Ribbon Menu with ExplorerPatcher
Windows 11 File Explorer has a simplified command bar.
Use ExplorerPatcher to restore the Windows 10 ribbon menu.
Installing ExplorerPatcher
- Visit the official GitHub page:
https://github.com/valinet/ExplorerPatcher - Download
ep_setup.exefrom the Releases page - Run the downloaded file
- Installation proceeds automatically
- File Explorer restarts automatically
Enabling the Ribbon Menu
- Type
epin Windows Search - Run “Properties (ExplorerPatcher)”
- Select “File Explorer” from the left menu
- Under “Control Interface,” select “Windows 10 Ribbon”
- Click “Restart File Explorer” at the bottom
Additional Settings: Changing Taskbar Position
If you’ve installed ExplorerPatcher, you can move the taskbar to the top or side of your screen.
- Run ExplorerPatcher Properties
- Select “Taskbar” from the left menu
- Choose “Windows 10 (ExplorerPatcher)” for “Taskbar Style”
- Select your desired position under “Taskbar Location” (Top, Bottom, Left, Right)
- Click “Restart File Explorer”
This enables changing the taskbar position, which is otherwise impossible by default in Windows 11.
6. Remove the Home Button from File Explorer
Remove the Home button located in the left navigation pane of Windows 11 File Explorer.
Registry Editing Method
Enable HubMode
- Press
Win + R→ Runregedit - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer - Locate the
HubModevalue (create it if it doesn’t exist) - Double-click to set the value to
1- Data type: DWORD (32-bit)
Delete the NameSpace Key
- Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace - Locate the
{f874310e-b6b7-47dc-bc84-b9e6b38f5903}key - Delete that key
Hide (Alternative)
To hide the key without deleting it:
- Select the
{f874310e-b6b7-47dc-bc84-b9e6b38f5903}key - In the right pane, create a new DWORD (32-bit) value:
- Name:
HiddenByDefault - Value:
1
- Name:
- Restart File Explorer
Note
This registry path is under HKEY_LOCAL_MACHINE, so administrator privileges are required.
You must run the Registry Editor with administrator privileges.
7. Remove Gallery from Explorer
Remove the Gallery folder from navigation.
Current User Settings
- Press
Win + R→ Runregedit - Navigate to the following path:
HKEY_CURRENT_USER\Software\Classes\CLSID - Locate the
{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}key (create it if it doesn’t exist) - In the right pane, create a new DWORD (32-bit) value:
- Name:
System.IsPinnedToNameSpaceTree - Value:
0
- Name:
For All Users
- Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace - Delete the
{e88865ea-0e1c-4e20-9aa6-edcd0212c87c}key
Hide via Policy
- Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum - If the
NonEnumkey does not exist, create it - In the right pane, create a new DWORD (32-bit) value:
- Name:
{e88865ea-0e1c-4e20-9aa6-edcd0212c87c} - Value:
1
- Name:
- Restart File Explorer
Reverting All Changes
If you wish to revert the modified settings to their original state, follow the steps below.
Restoring Registry Values
-
Taskbar-related restoration:
- Delete the
TaskbarAlvalue or change it to1 - Delete the
TaskbarGlomLevelvalue
- Delete the
-
Right-click menu restoration:
- Delete the entire
HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}key
- Delete the entire
-
Home button restoration:
- Change the
HubModevalue to0 - Regenerate the
{f874310e-b6b7-47dc-bc84-b9e6b38f5903}key in NameSpace or change theHiddenByDefaultvalue to0
- Change the
-
Gallery restoration:
- Change the
System.IsPinnedToNameSpaceTreevalue to1 - Recreate the deleted NameSpace key
- Delete the NonEnum policy value
- Change the
Program Removal
-
Removing Open-Shell:
- Settings → Apps → Installed apps
- Find “Open-Shell” and remove it
-
Removing ExplorerPatcher:
- Run ExplorerPatcher Properties
- Click “Remove” or “Uninstall” at the bottom of the left menu
- Or remove it via Settings → Apps
Restarting File Explorer will return it to the default Windows 11 state.
My Thoughts
It’s natural to feel uncomfortable with the changed interface when transitioning to Windows 11.
Familiar environments feel comfortable, and adapting to new ways takes time.
You can restore your system to a familiar look using the methods introduced in this article.
But sometimes, embracing new changes isn’t a bad idea either.
You might discover unexpectedly convenient features while using Windows 11’s new functionalities.
People often say:
Those who speak of the future are young, while those who only speak of the past are old.
I wonder if, as we age, we become more set on clinging to what we know.
Sticking to what you’re used to is fine.
But sometimes, embracing new changes is okay too.
Which choice will you make?