How to enable the latest features in Microsoft Edge Canary

Martin Brinkmann
May 31, 2023
Microsoft Edge
|
1

Whenever Microsoft releases new features in development versions of its Microsoft Edge web browser, it is enabling the features only for part of the userbase. It can sometimes take months before a particular feature is enabled on a specific version of Microsoft Edge; this can be very frustrating for users who want to test a feature.

There is a new tool in town, called MSEdgeFeatures, which helps Edge Canary users unlock these features. It may remind Windows 11 users of the excellent ViVeTool, which enables features on Windows 11 devices, but it works in a different way.

In fact, usage of the tool is much simpler, as it does not require IDs of features to enable them. All it takes is to run a single command in PowerShell to get the current list of features that may be enabled in Microsoft Edge Canary. The output that it returns can be added to a shortcut of Microsoft Edge, so that all the features are enabled in the browser when it is run. The PowerShell script does create a new shortcut for Edge that includes the features as well, making it even more straightforward to test them.

Here are the steps in detail:

  1. Close all Microsoft Edge Canary instances.
  2. Use the Windows-X shortcut to display the administrative menu and select Terminal from the available options.
  3. Copy (select all and right-click on the selection) and paste the following instruction into the interface and hit the Enter-key to run it: Invoke-RestMethod 'https://raw.githubusercontent.com/HotCakeX/MSEdgeFeatures/main/Shortcut.ps1' | Invoke-Expression
  4. Running the script creates a shortcut to Microsoft Edge Canary in the downloads folder on the system that contains the enable parameters already. You can also add these to an existing shortcut in the following way:
  5. Copy the output, starting with --enable to the Clipboard.
  6. Right-click on the Microsoft Edge Canary shortcut and select Properties. It may be found on the desktop. On the taskbar, it is necessary to right-click on the icon, and then again on Microsoft Edge when the context menu opens to get the Properties option.
  7. Add a space at the end of the target field and paste the copied parameters. The target field should look similar to this now: "C:\Users\marti\AppData\Local\Microsoft\Edge SxS\Application\msedge.exe" --enable-features=msEdgeAutofillBloomBypass,msEdgeAutoRefreshTokenDegraded,msEdgeAutoRefreshTokenUIR,msEdgeSkypeShareUI,msMigrateEdgeSettingsToWalletHub,msMigrateEdgeSettingsToWallethubT
  8. Select OK to complete the process.
  9. Start Microsoft Edge Canary.

The instructions enable all the features in the browser. You can modify the parameters by removing some from the instructions. The data is updated every 12 hours automatically on GitHub, and running the PowerShell script will always return up to date information about features as a consequence.

The GitHub repository of the project lists all added, existing and removed features for each Edge version that it has scanned. Just dive into the Edge Canary directory there and open one of the versions listed on the page that opens.

Closing Words

MSEdgeFeatures is an excellent option to unlock A-B tested features in Microsoft Edge Canary right away. It gives developers and other interested users direct access to these features.

Now You: do you run Microsoft Edge? (via Deskmodder)

Summary
Article Name
https://github.com/thebookisclosed/ViVe/releases
Description
Find out how to enable all experimental features that Microsoft is A-B testing in the latest Microsoft Edge Canary releases.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Previous Post: «
Next Post: «

Comments

  1. Peter1980 said on May 31, 2023 at 9:30 am
    Reply

    Nice. Thanks Martin.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.