[Tip] Disable Dark Modern Context Menu and Restore Classic Context Menu in Windows 10 Taskbar

UPDATE 3 (May 27, 2016): A new version of the program is available for download which also restores classic context menu for WIN+X Menu along with Taskbar context menu and “Show Desktop” menu.

UPDATE 2: The program has been updated to also restore classic context menu for “Show/Peek at Desktop” menu.

UPDATE 1: A new version of the program is available for download which comes with improved functionality and an extra option in Taskbar context menu to toggle between dark modern context menu and classic context menu quickly and easily.

Advertisement

When Microsoft released Windows 10 operating system to public, the company announced about the new “Windows as a Service” model under which Microsoft will no longer release any new version of Windows OS but they’ll keep updating the new Windows 10 with new features and keep fixing bugs and issues. That’s why Microsoft is running Windows Insiders program in which people are testing upcoming Windows 10 builds and helping Microsoft in fixing issues and adding new features.

Following this model, Microsoft is regularly releasing new Windows 10 feature updates to public. These new Windows 10 versions come with many new features and fixes such as return of colorized titlebars, new personalization options in Settings app, updated modern (metro) apps and lots of UI changes.

Among all GUI changes, one change is very annoying specially for Desktop users. Microsoft replaced the classic context menu (right-click menu) of Taskbar, WIN+X Menu and Show Desktop icon with a modern (immersive) context menu which is dark in color and shows options with huge gap between them. It doesn’t look good and takes lots of space of screen as shown in following screenshot:

Dark_Taskbar_Context_Menu_Windows_10.png

This dark and modern context menu might be suitable for touch-enabled devices such as tablets but its not acceptable on Desktops. That’s why today in this topic, we are going to share a small tweak which will disable this new dark and huge modern context menu in Windows 10 Taskbar, WIN+X Menu and Show Desktop icon and will bring back the good ol’ classic context menu as shown in following screenshot:

Classic_Taskbar_Context_Menu_Windows_10.png

If you also want to get rid of the dark and huge so called modern context menu in Windows 10 Taskbar, following steps will help you:

Advertisement

STEP 1:

There is no Registry tweak or setting to disable this new dark context menu of Taskbar. Its hardcoded into Windows Shell, that’s why we’ll take help of a small batch file which will automatically inject a DLL file in Windows shell to disable the dark context menu of Taskbar and will replace it with the classic context menu.

[A big thanks to our reader “ReimuHakurei” for creating these files and sharing with us]

So first of all download the required batch script and files from following link:

Download Windows 10 Taskbar Context Menu Tweaker

STEP 2:

After downloading the ZIP file, extract it using a file archive utility such as 7-Zip and you’ll get 2 folders:

  • 32-bit (x86)
  • 64-bit (x64)

If you are using Windows 10 64-bit edition, use the files present in 64-bit (x64) folder. If you are using Windows 10 32-bit edition, use the files present in 32-bit (x86) folder. You can know which Windows 10 edition are you using with the help of System Properties. Press WIN+X keys together to launch Win+X Menu and select System option. It’ll open System Properties window. Now check “System Type” information present under “System” section. It’ll let you know whether you are using 32-bit edition or 64-bit edition.

STEP 3:

Open the appropriate folder suitable for your Windows 10 edition and run Load.bat file. It’ll immediately disable dark context menu and will bring back classic and small context menu in Windows 10 Taskbar.

You can also toggle between dark modern context menu and classic context menu any time by selecting or deselecting “Use immersive menu” option present in Taskbar context menu.

PS:

In future, if you want to restore the default dark modern context menu in Taskbar, you can run Release.bat file which will restore default modern context menu in Taskbar.

BONUS TIP:

This tool comes with 2 useful Registry tweaks which can be used to customize the appearance of Taskbar context menu. With the help of these Registry tweaks you can:

  • Show icons in Taskbar context menu
  • Add your name or any other desired text string in Taskbar context menu

If you want to learn and use these Registry tweaks, check out following tutorial:

Registry Tweaks for Customizing Windows 10 Taskbar Context Menu

NOTE:

This tweak will only work for current session. If you restart your computer or restart Windows Explorer, you’ll need to re-run the BAT file. To overcome this issue, you can add a shortcut of BAT file in Windows startup. To add the program shortcut to startup, do as following:

Copy and paste following path in RUN dialog box and press Enter:

Start Menu\Programs\Startup

It’ll open Startup folder which usually contains program shortcuts which are set to automatically start with Windows. Now paste BAT file shortcut here and you are done.

Thanks again to our reader “ReimuHakurei” for sharing this tweak…

Also Check:

Published in: Software, Windows 10

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. ^^ The issue has been fixed in new version and also comes with a direct option to toggle between modern and classic context menu.

  2. I love recent update! We now just need to find a way to bring the classic look back to Win + X menu!

  3. Also, it’d be great if there’d an option to automatically inject the .DLL file after system startup.

  4. ReimuHakurei found my way here from ibmpad classictheme forum can you inject rightclick on startmenu and classic unthemed taskbar too please?
    it would fix classic mode on win10

  5. MDJ i automatically use it at startup. The trick is install classic shell and use the pre win7 menu now create a shortcut to the bat copy and paste it in startup folder and your good to go

  6. @powerplayer

    Yes, I’m aware of this, I’m using this method currently. However, it’d better to have no CMD window flashing at all. It’s probably possible to do by VBScripts or just by converting the .BAT file to an .EXE file. Even though it’s possible to bypass that original author could implement correct auto-startup function so users wouldn’t need to search for other ways.

  7. If you want to add this tweak to auto startup, try the following:
    1. Copy TaskBarMenuTweaker_x64.dll to C:\Windows\System32
    2. Press Win+R then type “regedit” to launch the registry editor
    3. Navigate to “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run”
    4. Create a string value with any name you like
    5. Set its value to “rundll32.exe TaskBarMenuTweaker_x64.dll,Inject”
    (Case sensitive!!! Inject not inject)

    This should work
    Make sure you have VC2015 runtime installed /w\

  8. Is it possible to do something similar for the taskbar icons and start menu (mostly power menu) context menus? The power menu was the default white one in previous builds but it’s now huge and black in the newer one.

  9. Please do this on the taskbar too i can not use taskbar with ibmpads classictheme.exe download here. on it screws up any update soon ReimuHakurei ?

  10. i mean please theme the entire taskbar to classic mode it would make ibmpad’s classictheme.exe usable with that

  11. ReimuHakurei : Can you make this taskbar

    windows 10 messes it up when i run classic theme program 😛

  12. ReimuHakurei

    If you want to add this tweak to auto startup, try the following:
    1. Copy TaskBarMenuTweaker_x64.dll to C:\Windows\System32
    2. Press Win+R then type “regedit” to launch the registry editor
    3. Navigate to “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run”
    4. Create a string value with any name you like
    5. Set its value to “rundll32.exe TaskBarMenuTweaker_x64.dll,Inject”
    (Case sensitive!!! Inject not inject)

    This should work
    Make sure you have VC2015 runtime installed /w\

    hey ReimuHakurei when you close the explorer.exe menu goes. only serves booting the system (closing session and shutting off).

  13. ReimuHakurei, just my two cents.
    I noticed the latest version has crashes that occur after a right click anywhere in notification area. It usually happens after a click on desktop, and may not happen right away, but after repeating the same actions (right click on notification area-click on desktop) a few times in a row, or sometime later. It happens in Anniversary update. Could you please look into it?

  14. ReimuHakurei you can bring back the taskbar classic clock on anniversary edition with a similar tweak?

  15. This doesn’t seem to work for me. It keeps saying that the specified module can’t be found when I run it as admin and it crashes explorer when I simply run it. I’ve installed the required Microsoft Visuals as well, but it still doesn’t work. I’m on Windows 10 RS1.

  16. Very nice i love it please add these features:
    1 Classic clock calendar (they removed the registry entry for classic clock in anniversary edition)
    2 classic wifi (like win7 wifi panel)
    3 classic taskbar (the grey taskbar)
    4 fix context menus for when classicthemea is on like rightclick under explorer window (because they get no text).

  17. OMG! So close to what I need.

    I need to restore the classic right-click menu for files that are right-clicked in File Explorer.

    The new “immersive menu” doesn’t respect the bold settings of Control Panel\All Control Panel Items\Display “Menus” in dropdown box.

  18. On a related note, is there a way to disable the dark menu of right-clicked taskbar icons (the jumplists)?

    I suspect this new, dark, ‘immersive menu’ is why they no-longer auto-arrange in alphabetical order when jumplist items are pinned, and why I can no longer drag-and-drop them into the correct alphabetical order.

  19. Well, you guys are really really want to disable this dark context menu mode.
    But I, to be honest, really really want all context menu in Windows to be dark.
    Is there any way to do that?

  20. After updating to the Creators Update the Taskbar Settings icon is changed to the wrong one, probably because its location in the DLL was changed. Is it possible to update the tool to fix this?

  21. ^^ Thanks for the feedback. I’ll try to contact the developer to update it.

  22. Will this be updated to remove all immersive context menus in Windows 10? (The registry trick to remove it from Explorer does not work in the Fall Creators update.)

  23. Actually, it seems like the update to the Fall Creators update deleted the registry key. However, I would like to see the old jump list (instead of the huge, dark one).

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.