Enable hidden File Explorer features with ViVeTool

Last update: 30/04/2026
Author Isaac
  • ViVeTool allows you to activate hidden and experimental features of Windows 11 by reversibly modifying their internal Feature IDs.
  • The File Explorer is one of the most benefited components, with new interfaces, tabs, gallery, and AI integration.
  • Its use involves risks of instability, so it is recommended to apply it in test environments and with prior backups.
  • Developers and testers use ViVeTool to anticipate Windows 11 changes and validate compatibility and performance of their applications.

Hidden File Explorer features with ViVeTool

There are two types of Windows users: those who are content with the default settings and those who enjoy tinkering with every corner of the system. If you're one of those who can't resist tweaking advanced settings, you'll be interested to know that Windows 11 hides a lot of secret features that aren't immediately obvious, but that can significantly change your daily experience with File Explorer and other components, such as learning to show hidden files and folders.

Microsoft tests many of these new features in the background for months, but keeps them dormant while it decides which users to gradually reveal them to. The good news is that there's a tool, ViVeTool, that acts as a kind of remote control to activate these hidden switches. With just a few commands you can unlock experimental features from File Explorer, the Start menu, the taskbar, or even notifications, provided you accept certain risks and take the necessary precautions (see the Unlocking and using ViVeTool).

What is ViVeTool and why is it so important in Windows 11?

ViVeTool is an open-source command-line utility Designed to manipulate the system of internal functions that Microsoft includes in Windows 10 and, especially, in Windows 11. It has no graphical interface or wizard: it runs from the Command Prompt or PowerShell, and was created by developers known in the community such as Albacore and Rafael Rivera, and guides explain how use ViVeTool and StagingTool.

While tools like PowerToys or Sysinternals add external functions "on top" of the system, ViVeTool works directly with the Windows feature management infrastructureThis is known as the Feature Store or Feature Flags system. This means it doesn't install anything extraneous; it simply tells Windows which internal features should be displayed as active in your installation. If you prefer, you can also... edit the Windows 11 registry to access some options.

Each experimental feature that Microsoft introduces to Windows is represented by a Feature ID, a unique numerical identifierViVeTool communicates with the internal APIs that manage these IDs and their associated variants, called Feature Variants. By changing these values, Windows interprets that certain features are ready for use and activates them, even if the official rollout hasn't yet reached your PC; you can find steps to activate experimental functions with ViVeTool.

This approach has one key advantage: Most changes are reversibleIf something doesn't convince you or causes errors, you can run an equivalent command to disable that same ID or restore it to its original state, without needing to reinstall the entire operating system; there are also tutorials that explain how. disable hidden features in case of problems.

How the hidden features system works in Windows

Behind most of the new features in Windows 11 is a mechanism called Controlled Feature Rollout (CFR)Instead of launching a new feature to everyone at once, Microsoft integrates it into the system and then decides what percentage of users will see it, managing that rollout gradually from its servers and, in other cases, through methods such as enable or disable hidden features using regedit.

In practice, this means your PC may already have the code needed to display a new File Explorer design, a revamped Start menu, or a new widgets panel, but the switch is turned off. Sometimes just a 5% of Insider users It initially receives a specific function, and the rest is left wanting for weeks or months.

  How to search for files with the same extension in Windows 11

ViVeTool takes advantage of this system by changing the value of those Feature IDs in the Feature Store. When you run a command like vivetool /enable /id:XXXXXXXWhat you're doing is telling the system that this feature should be treated as if it has already been approved for your team and your update channel.

Technically, ViVeTool interacts with the same internal APIs that Microsoft uses for its tests, so It does not resort to strange hacks or random registry modifications.However, it is still an advanced tool, and improper use can cause instability, especially if you activate many IDs at once without checking their compatibility with your build.

Installing ViVeTool step by step on Windows 11

Before you start activating hidden features of File Explorer and other parts of Windows, you need to have ViVeTool properly downloaded and in a convenient location. There is no traditional installer; it's simply an executable file in a ZIP archive. which you must unzip and then call from the console.

The general procedure is as follows: access the official ViVeTool repository on GitHub and download the latest available version, usually identified as IntelAmd.zip or similar. Once you have the file on your computer, extract it to an easy-to-remember folder, for example C:\ViVeTool or inside your Downloads folder with a recognizable name.

Then open the Command Prompt (cmd) with administrator privilegesYou can search for "cmd" in the Start menu, right-click it, and select Run as administrator. Then, navigate to the folder where you extracted ViVeTool using the cd command, for example: cd C:\ViVeTool or cd followed by the full path where you saved it.

When you're on the right path, simply type vivetool and press Enter. If everything goes well, you'll see a list of available parameters and commands on the screen—something like the tool's built-in "manual." At that point, ViVeTool will be ready to start working with your system's hidden features.

Basic use of ViVeTool: activating, deactivating and resetting functions

The operating scheme of ViVeTool is quite straightforward: it is based on a few commands to which a Numeric ID that represents a specific functionTo activate an experimental feature, the most common format is:

vivetool /enable /id:XXXXXXXXX

Where XXXXXXXX is Feature ID. After running the command, the best course of action is reboot the system so that Windows reloads the interface and affected components, allowing you to check if the new features appear.

If instead of activating a function you want to deactivate it, the general command is the same but with the modifier changed: vivetool /disable /id:XXXXXXXXThis is used to disable a feature that was active, either experimentally through ViVeTool or because your Insider channel received it and you want to remove it for some reason.

In some cases, instead of disabling a function, it is advisable to use the parameter /reset, which returns that Feature ID to its original state according to what Microsoft has configured for your build:

vivetool /reset /id:XXXXXXXXX

This option is especially useful when you have touched several related IDs or applied bulk commands and want restore default behavior without explicitly forcing an on or offIf you notice problems after making changes, it's usually a good idea to reset the IDs you remember touching and restart.

Hidden File Explorer features with ViVeTool

One of the areas where ViVeTool is most interesting is in the Windows 11 File ExplorerThis is a component that Microsoft has been reviewing for some time in terms of design and functionality. Many of these improvements first go through Insider channels like Beta or Canary, and are also released with parts disabled using these hidden Feature IDs.

  Complete Guide to Dev Home: Troubleshooting and Business Support

Recent builds have introduced a Tabbed file explorerAn integrated photo gallery, shared content views, and various cosmetic tweaks based on Fluent Design are included. Some of these features are enabled for many users, but others remain hidden even in test builds.

For example, in build 22635.3640 of the Windows 11 Beta channel, a File explorer updated with a new interface and a much more accessible "Shared" section. By default, this new version is not displayed on most devices, but it can be enabled using ViVeTool with a specific ID.

According to leaks from specialized users who analyze each build, to see this revamped interface in that Beta build, simply navigate to the ViVeTool folder with administrator privileges and run the command: vivetool /enable /id:45130483After restarting, the Explorer adopts the updated design, with redesigned visuals and adjustments to the home page that improve quick access to files and shared resources.

There are also other IDs that affect both Explorer and Windows AI integration, as well as gallery functions. Commands like these have been seen in more recent Windows 11 builds. vivetool /enable /id:54792954,55345819 to activate AI-based actions within the Explorer itself, as well as an ID associated with the Gallery, for example 36390579which adds a specific view for organizing photos and videos.

Other interesting experimental features you can activate

ViVeTool is not limited to File Explorer: it also allows you to unlock new designs for the Start menu, taskbar, widgets panel, and the task manager itselfThe community often shares lists of IDs that Microsoft uses in each build to gradually activate these new features.

Among the examples that have been seen working in recent builds (such as 26100 or later) are IDs for the redesigned Copilot panelThis includes options for a more customizable Start menu, a modernized task manager interface, or a Gallery integrated into Explorer. All of these are activated similarly, only changing the ID number.

Some more recent Windows 11 updates targeting the 25H2 branch have also introduced a New Home menu with a single-page design and without the recommendations feed, a battery icon with a clearer percentage indicator and differentiated colors, and specific improvements in the Explorer related to AI and quick access.

In these cases, the command pattern remains the same, for example: vivetool /enable /id:47205210 for the new Start menu design, vivetool /enable /id:56328729 For the advanced battery icon, or the previously mentioned 54792954 and 55345819 for AI actions within Explorer. These IDs may change with builds, so it's recommended to check them. Always confirm in specialized forums that correspond to your exact version.

Another area where ViVeTool is very useful is in the notifications and widgetsFeatures have been seen that allow you to group notifications by priority, filter background alerts, and improve widget presentation with more advanced options. Enabling these features offers an early glimpse into how Windows 11 will evolve in the coming months without having to wait for the official release.

Why Microsoft isn't promoting the use of ViVeTool (and what risks are involved)

The fact that this tool exists and works does not mean that Microsoft recommends it. The company It does not provide official support for changes made with ViVeTool and generally warns against the use of experimental functions outside of the intended channels and configurations.

From a technical point of view, activating unfinished functions can cause incompatibilities with installed applications, graphical interface failures, or occasional system crashesFor example, if during a system security update process (when Windows is modifying critical components) IDs related to the Explorer redesign are activated, errors could appear when opening windows or elements that are drawn incorrectly.

  How to view open network ports in Windows 11 and increase your security

Another common risk is the uncontrolled combination of multiple dependent Feature IDs. Each feature may require another to be active beforehand or a certain component package to be installed. If you activate a advanced widget panel without first enabling appropriate background process managementYou may encounter an empty widget, notifications that don't arrive, or interface errors.

Therefore, developers and advanced users often recommend that ViVeTool be used, whenever possible, in test machines or virtualized environmentsThis way, if something goes wrong or the system becomes unstable, it's easy to revert to the previous state by taking a snapshot or restoring a backup, without jeopardizing important work data.

In most cases, if a function activated with ViVeTool is misbehaving, simply note which IDs you have touched and run the command. vivetool /disable /id:XXXXXXXX or, better yet, vivetool /reset /id:XXXXXXXXX, followed by a restart. This almost always reverts to the standard behavior defined by Microsoft for your build.

ViVeTool as a tool for testers and developers

Beyond the curiosity of advanced users, ViVeTool is a a very valuable resource for software developers and testers They need to get ahead of the changes coming to Windows 11 to check compatibility and performance.

By activating new configuration interfaces, menus, or panels using IDs, it's possible to simulate environments similar to those Microsoft is testing internally. This allows for verification. How do third-party applications behave in response to redesigned menus, new control panels, or changes to the taskbar?without having to wait for those features to reach stable channels.

In some tests shared by the community, enabling certain experimental features has measured, for example, a reduction in the opening time of certain menus from 250 ms to around 180 ms, or a very small increase in RAM consumption (on the order of 30 to 50 MB). This confirms that many of these features already come with fairly advanced optimizations, ready for mass deployment when Microsoft deems it appropriate.

In addition, ViVeTool allows you to activate new notification configurations to test grouping and filtering algorithms, managing high volume of alerts per minute without cluttering the interface. These tests are especially relevant for those who develop applications that rely heavily on system notifications or integration with File Explorer.

In professional environments, being able to anticipate these changes is a clear advantage: Corporate applications, installers, and scripts can be customized before the new Windows 11 features are widely implemented in the organization, reducing incidents and saving technical support time.

Ultimately, ViVeTool has established itself as a key tool for "unlocking" features in Windows 11 without altering the system's core functionality, offering a kind of early glimpse into what Microsoft is developing. Used judiciously, with backups and a bit of patience, it becomes a valuable ally for maximizing the potential of File Explorer and other system components long before most users.

Windows 11 God Mode
Related articles:
How to enable God Mode in Windows 11 and get the most out of its hidden features