[Tip] How to Use Multiple “Disable-Features” Parameters in Chrome and Edge Shortcuts

UPDATE: The method given in this article will work in both Google Chrome and Microsoft Edge web browsers.

We have shared many articles in past for Google Chrome and Microsoft Edge web browsers which include usage of two secret command-line parameters called “–disable-features” and “–enable-features”. These two parameters or flags can be used in Google Chrome to disable or enable certain features and functionality which is not possible using Chrome settings, chrome://flags page, etc such as removing toolbar buttons, etc.

Following are a few Chrome articles which utilize “–disable-features” parameter:

Advertisement

The “–disable-features” and “–enable-features” parameters are used by putting them in Google Chrome and Microsoft Edge shortcut’s properties. We add the parameter at the end of of the text string present in Target text box in shortcut’s properties window as shown in following screenshot:

Remove_Delete_Extensions_Menu_Button_Google_Chrome_Toolbar.png

What if you want to combine or add more than one “–disable-features” or “–enable-features” parameter in Chrome or Edge shortcut properties?

Recently an AskVG reader asked us following question:

What about if you already have an existing command entered? I already use the one disabling the godawful Global Media Controls button. Can I have both disabled or just one? Putting in a second parameter negates the first one. Hides the extension shortcut but brings back the media button whenever I play a video. I tried one space after Globalmediacontrols, and 2 spaces. Neither worked.

In this article, we’ll tell you how to use more than one “–disable-features” or “–enable-features” parameter in Google Chrome and Microsoft Edge shortcut properties.

Here we start:

Advertisement

For example, you want to put following 2 parameters together in Google Chrome shortcut’s properties:

--disable-features=GlobalMediaControls

--disable-features=ExtensionsToolbarMenu

If you’ll put both in default format one after one, it’ll not work. Only one “–disable-features” parameter will work.

To use both parameter and force them working, you’ll need to use following format:

--disable-features=GlobalMediaControls,ExtensionsToolbarMenu

OR

--disable-features=ExtensionsToolbarMenu,GlobalMediaControls

So the trick it, use “–disable-features=” parameter only once and add all desired values after the Equal (=) sign separated by comma. Remember there must be no space between values.

Same trick applies to “–enable-features” parameter.

That’s it.

Also Check:

[Tip] Disable New Tab Hover Pop-ups and Restore Classic Tab Tooltips in Google Chrome

[Tip] Always Show Full URLs (Including HTTPS and WWW) in Google Chrome Address bar

Published in: Google Chrome, Microsoft Edge

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. I used these switches.

    –disable-features=GlobalMediaControls <— This Works
    –disable-features=ExtensionsToolbarMenu <— this works for some of my chrome browsers.

    Below, This doesn't work for Extension ICON REMOVAL in my new version 92- Chrome Portable 32 bit (portableapps.com)
    The Extension ICON at the Top Right, isn't gone when I use both of these switches now. Looks like google has removed recognition.

    –disable-features=GlobalMediaControls,ExtensionsToolbarMenu
    –disable-features=ExtensionsToolbarMenu

  2. –disable-features=ExtensionsToolbarMenu
    Doesn’t work in Google Chrome 92.0.4515.107 (Official Build) (64-bit) (cohort: Stable)
    Any reason why?

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.