Skip to content
Follow
Windows

Discover Hidden Features in Windows 11 Using ViVeTool

Richard
Written by
Richard
Feb 4, 2026 Updated Sep 15, 2026 3 min read
Discover Hidden Features in Windows 11 Using ViVeTool
Discover Hidden Features in Windows 11 Using ViVeTool

ViVeTool is a free command-line utility that lets you turn on experimental features hidden inside Windows 11 months before Microsoft releases them to the public. You run specific feature ID numbers in your terminal to unlock upcoming system changes early.

Advertisement

GeekRewind.com shows you how to download this tool from GitHub and use it safely on your PC.

⚡ Quick Answer

Use ViVeTool to enable experimental features in Windows 11. Download and extract ViVeTool, then open Command Prompt as administrator. Paste the tool’s path followed by the enable command and feature ID, then restart your PC.

Advertisement

What is ViVeTool?

ViVeTool is a simple program that lets you turn on or off hidden settings in Windows 11, letting you try out new features before they’re officially released.

How to Download and Use ViVeTool

  1. Download ViVeTool: Go to the ViVeTool GitHub page and download the latest version.
  2. Extract the files: After downloading , unzip the file. If you’re not sure how, check this guide on how to unzip files in Windows 11.
  3. Move the folder: Put the extracted ViVeTool folder somewhere easy to find, like your Desktop or Documents.
  4. Copy the tool’s path: Open the ViVeTool folder. Find ViVeTool.exe. Hold Shift and right-click it. Then choose Copy as path.
    Right-click ViVeTool.exe and select Copy as path
    Right-click ViVeTool.exe and select Copy as path

    To download and use ViVeTool on Windows 11, you need to grab the latest release from GitHub, extract the downloaded ZIP folder to a convenient location like your Desktop, and copy the folder path so you can run commands in Command Prompt or Windows Terminal.

  5. Open Command Prompt (Admin): %📂%SC0%% Press Win+X and select Windows Terminal (Admin) or Command Prompt (Admin). What happens when you do this? You get access to special admin powers that let you make system changes. If you want, you can also open Windows Terminal and switch to the Command Prompt tab.
  6. Paste the path and enter commands: In the Command Prompt window, right-click to paste the path you copied earlier. Then add commands to turn features on or off.

Commands to Use

ViVeTool commands for Windows 11 rely on Command Prompt or Windows Terminal to turn hidden features on and off using specific feature IDs. You use the /enable command followed by the feature ID to turn a feature on, or the /disable command to turn it back off.

"C:\FullPathToViVeTool.exe" /enable /id:<feature ID>

Advertisement

To disable a hidden feature, use this command:

"C:\FullPathToViVeTool.exe" /disable /id:<feature ID>

⚠️WarningReplace <feature ID> with the actual number for the feature you want to change.

ViVeTool allows users to turn on or turn off many Windows 11 features simultaneously. Users input feature identification numbers, or IDs, separating each ID with a comma. For instance, to activate three separate features, a user would list their IDs like `12345678, 98765432, 11223344`. This method speeds up the process of experimenting with new Windows 11 functionalities.

Advertisement

"C:\Users\GenericUser\Downloads\ViVeToolViVeTool.exe" /enable /id:42880174,44281626,45393399

Find Feature IDs

📝Good to KnowInside the folder you extracted, look for a file named FeatureDictionary.pfs.

Open it with Notepad to see a list of feature IDs you can enable or disable.

List of Windows 11 hidden features in ViVeTool
List of Windows 11 hidden features in ViVeTool

Final Step: Restart Your PC

After running the commands, restart your computer. What happens when you restart? Your system applies the changes you made.

Advertisement
ViVeTool successful command message
ViVeTool successful command message

Summary

ViVeTool offers a straightforward way to access and test hidden Windows 11 features early, making it a great tool for users who like to explore new options before everyone else.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to Enable or Disable Windows Copilot in Windows 11
Windows How to Enable or Disable Windows Copilot in Windows 11
How to Enable or Disable Windows Spotlight in Windows 11
Windows How to Enable or Disable Windows Spotlight in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal

2 Comments

Leave a Comment

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