How to use ViveTool to enable experimental hidden features on Windows 11

This is how you enable experimental features on Windows 11 builds from the Windows Insider Program.

Windows 11 ViveTool commands
Windows 11 ViveTool commands

On preview builds of Windows 11 available through the Beta, Dev, and Canary Channels of the Windows Insider Program, you can use the ViveTool to enable experimental new features, and in this guide, you will learn how.

As part of the development process, Microsoft regularly rolls out builds of Windows 11 with early previews of new features and changes that may ship in a future moment update, feature update, or in the next version of the operating system. However, preview builds may also contain other features the company is working on, but they are disabled by default as they may not yet be ready for testing, and this is when the ViveTool comes in handy.

ViveTool is a third-party tool created by Rafael Rivera and Lucas and available through GitHub that allows you to enable hidden features on Windows 11 Insider preview builds. The tool was designed primarily for Command Prompt, but there is a version with a user interface.

This guide will teach you the steps to get started with the ViveTool to enable or disable experimental features from Windows 11.

Install ViveTool on Windows 11

To install the ViveTool on Windows 11, use these steps:

  1. Open GitHub website.

  2. Download the ViveTool-vx.x.x.zip file on your computer.

    Download ViveTool

  3. Double-click the zip folder to open it with File Explorer.

  4. Click the Extract all button.

    Extract ViveTool files

  5. Click the Extract button.

  6. Copy the path to the folder.

Once you complete the steps, you can use the tool to enable or disable hidden features on Windows 11.

Enable hidden features on Windows 11 using ViveTool

To enable hidden (experimental) features on Windows 11 (previews), use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to navigate to the ViveTool folder and press Enter:

    cd c:\folder\path\ViveTool-v0.x.x

    In the command, remember to change the path to the folder with your path.

  4. Type the following command to enable a hidden feature on Windows 11 and press Enter:

    vivetool /enable /id:ENABLE-FEATURE-ID

    In the command, replace “ENABLE-FEATURE-ID” with the ID of the feature to enable. This is an example of how the command should read:

    vivetool /enable /id:41863571

    ViveTool enable feature

  5. Type the following command to enable multiple hidden features and press Enter:

    vivetool /enable /id:ENABLE-FEATURE-ID-1,ENABLE-FEATURE-ID-2

    In the command, make sure to specify the ID for each feature to enable and separate them with a comma (,). This is an example of how the command should read:

    vivetool /enable /id:41863571,42589465
  6. Restart the computer.

After you complete the steps, you should now be able to test the new feature on Windows 11. However, since these features are still in development, they may or may not work correctly. Sometimes, you would turn on a feature, and it could take some time before you can access it on your installation.

Disable hidden features on Windows 11 using ViveTool

To disable an experimental feature on Windows 11 with the ViveTool, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to navigate to the ViveTool folder and press Enter:

    cd c:\folder\path\ViveTool-v0.x.x

    In the command, remember to change the path to the folder with your path.

  4. Type the following command to disable a hidden feature and press Enter:

    vivetool /disable /id:DISABLE-FEATURE-ID

    In the command, replace “ENABLE-FEATURE-ID” with the ID of the feature to disable. This is an example of how the command should read:

    vivetool /disable /id:41863571

    ViveTool disable feature

  5. Type the following command to disable multiple hidden features and press Enter:

    vivetool /disable /id:DISABLE-FEATURE-ID-1,DISABLE-FEATURE-ID-2

    In the command, make sure to specify the ID for each feature to disable and separate them with a comma (,). This is an example of how the command should read:

    vivetool /disable /id:41863571,42589465
  6. Restart the computer.

Once you complete the steps, the experimental feature will disable on Windows 11. You can only use the ViveTool to disable features you enabled using the tool. You cannot disable existing features in the operating system.

Reset hidden features on Windows 11 using ViveTool

To reset all the custom configurations you enabled using the tool, use these steps:

  1. Open Start.

  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.

  3. Type the following command to navigate to the ViveTool folder and press Enter:

    cd c:\folder\path\ViveTool-v0.x.x

    In the command, remember to change the path to the folder with your path.

  4. Type the following command to remove all the custom configurations and press Enter:

    vivetool /fullreset

    ViveTool reset features

  5. Type “Y” and press Enter to confirm.

  6. Restart the computer.

After you complete the steps, all the experimental features that you enabled manually will be disabled on Windows 11. 

The ViveTool also offers additional options to perform different tasks. You can check all the available options using the vivetool /? command.

About the author

Mauro Huculak is a Windows expert and the Editor-in-Chief who started Pureinfotech in 2010 as an independent online publication. He is also been a Windows Central contributor for nearly a decade. Mauro has over 12 years of experience writing comprehensive guides and creating professional videos about Windows, software, and related technologies, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 20 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me.