How To Add Experimental Features In Chrome Using Command Line Switches

This post will explain add experimental features chrome command line. Google Chrome and Microsoft Edge stable versions come with experimental features that are not enabled by default. Using Chrome://flags, experimental features can be enabled.

These experimental features improve the browsing experience. But since they are not fully tested, they are disabled by default. These features may one day be included in future stable releases‌ ‌of‌ ‌the‌ ‌browser.

How To Add Experimental Features In Chrome Using Command Line Switches

In this article, you can know about add experimental features chrome command line here are the details below;

Suppose you are a power user or a system administrator, and you want to enable some of the experimental features across multiple computers. In that case, you will need to use command-line switches. Unlike the Chrome://flags section, working with command-line switches is a little more difficult. Users need to know specific commands and how to execute them. You can also check windows 10 version 21h1 build 19043 899.

Here’s how to do it properly:

How to enable experimental features in Chrome (and Edge) using command line switches

  • Create a shortcut to Chrome on the Desktop.
  • Right-click on the Chrome shortcut and select Properties.
  • Go to the Target tab.
  • In the Target field, go to the end of the path and append –enable-features=featurename
  • Replace the feature name with the actual name of the feature.
  • To disable a feature, use –disable-features=featurename switch
  • Chrome enables experimental features.

To find the exact feature name, go to Chrome://flags. You will get a list of experimental features. You will get the feature name, a description, and a tag starting with # for each feature. The tag is the actual name that needs to be added to the feature name. The name needs to be entered without dashes. The full command line will be:

“C:\Program Files\Google\Chrome\Application\chrome.exe” –enable-features=ignoregpublocklist

Experimental features commands

Pressing OK on the Shortcut properties will trigger an administrative warning. Press Yes to continue.

You need to provide administrator permission.

To enable or disable multiple features, you can use the following command format:

“C:\Program Files\Google\Chrome\Application\chrome.exe” –enable-features=feature1, feature2, feature3

You can also create multiple Chrome shortcuts with different features enabled. This way, if you want to test different features separately, you can enable or disable them using the shortcut. Also check full throttle.

The same technique can be applied to Edge browser shortcuts and even Vivaldi and Opera shortcuts as they are also Chromium-based browsers. If you are a sysadmin, you can distribute this shortcut across your network to run Chrome with specific experimental features enabled or disabled

Must Read

Related news