ViVeTool is an open-source command line utility to access hidden features of Windows 11. It offers a simple system to be able to activate the features of functions. In this article, we will guide you on how to use ViVeTool on Windows 11.

Available Commands in ViVeTool

Below is the list of command-line arguments that can be used with ViVeTool.

How to use ViVeTool on Windows 11: Copy paste the command in command prompt 5

  1. /enable This enables a feature. You will need a feature ID to enable a particular feature
  2. /disable Disables a feature
  3. /appupdate Checks for the new version of this tool
  4. /export Exports custom feature configuration
  5. /fullreset Removes all custom feature configurations which is helpful to undo all features enabled/disabled by you, etc.
  6. /query Lists all the existing feature configuration(s). You can check the feature ID of each feature present in the Windows Feature Store, the State of a feature ID (Enabled, Disabled, or Default), ID priority (Service or User), and Type (Experiment or Override)
  7. /addsub Adds a feature usage subscription
  8. /notifyusage Fires a feature usage subscription
  9. /reset Removes custom configurations for a specific feature enabled by you
  10. /delsub Removes a feature usage subscription
  11. /import Imports custom feature configurations

How to use ViVeTool on Windows 11?

ViVeTool is designed for programmers and users to activate the experimental features. To use this tool, you first need to setup the ViVeTool in Windows 11 and make sure you have the updated version of Windows 11.

Follow the below steps:

1. Download the latest version of ViVeTool from github.com. The file will be downloaded in ZIP file.

2. Extract the ZIP file into a folder.

Right-click on the ViVeTool application and select “Extract All..”

How to use ViVeTool on Windows 11: Extract the file

3. Prompt box will appear.

Here, you can choose the path where you want to extract the folders. (see the below image). Click on Extract.

How to use ViVeTool: Extract the file (1)

4. Open the Command prompt.

5. To enable the hidden feature, you need:

How to use ViVeTool on Windows 11: Example to enable the hidden feature

  • Path of the ViVeTool.exe application
  • ViVeTool.exe application
  • enable parameter
  • id parameter along with feature ID to enable or disable the particular feature.
C:\ViVeTool\ViVeTool.exe /enable /id:12345678

Enable or Disable Tabs in File Explorer

The Tabs feature in File Explorer comes with the first feature drop of Windows 11 Update Version 22H2.

To enable Tabs in File Explorer:

use ViVeTool on Windows 11 - command prompt

 

ViVeTool.exe /enable /id:37634385
ViVeTool.exe /enable /id:36354489

To disable Tabs in File Explorer:

use ViVeTool on Windows 11 - command prompt

 

ViVeTool.exe /disable /id:37634385
ViVeTool.exe /disable /id:36354489

Enable Full-Screen Widgets

By default, the Widgets open with half view mode in Windows 11. Here, ViVeTool helps you to enable Full-Screen Widgets.

Copy and paste the below command in Command Prompt:

ViVeTool.exe /enable /id:34300186

use ViVeTool on Windows 11 - command prompt

Enable new Widget Settings

The Widgets in Windows 11 supports new Widgets settings. It will:

  • On or Off Show Widgets on hover
  • Show Widgets rotation
  • Show notification badges or Show Widgets badging.

To enable the new Widget Settings:

1. Open the Command Prompt (Admin).

2. Copy and paste the below command:

ViVeTool.exe /enable /id:38652916

use ViVeTool on Windows 11 - command prompt

3. Now, open Widgets and click on the Settings icon.

4. New option for Widgets Settings are available.

After enabling Desktop Search bar you ca perform a web search query and the results are displayed using Bing Search in Edge browser. This command will enable a floating desktop Search bar.

To enable, copy and paste the below command:

ViVeTool.exe /enable /id:37969115

use ViVeTool on Windows 11 - command prompt

To disable, copy and paste the below command:

ViVeTool.exe /disable /id:37969115

Add the Task Manager option in the Taskbar context menu

If you have a newer version of Windows 11, you can add the Task Manager option in the taskbar context menu.

To enable this feature, copy and paste the below command:

ViVeTool.exe /enable /id:36860984

use ViVeTool on Windows 11 - command prompt

Enable the Search Bar in Task Manager

You can enable and use the Search Bar in Task Manager to search for background apps, processes, and services by PID, publisher, or name.

Copy and paste the below command to enable Search Bar:

ViVeTool.exe /enable /id:39420424

use ViVeTool on Windows 11 - command prompt

Add new Search Button in Taskbar

You can replace default Search icon with a new Search Button in Taskbar. ViVeTool helps you to change the search appearance with any of the following three variants:

  • Search with web button
  • Search button with “Search” label
  • Search icon that includes a magnifier and a globe inside.

To add new Search Button in Taskbar, copy and paste the below command:

ViVeTool.exe /enable /id:39263329 /variant:#

use ViVeTool on Windows 11 - command prompt

Use 1, 3 or 5 instead of # before executing the command.

That’s It!

Leave a Reply

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