How To Enable / Disable Hidden Windows Features Using ViVeTool

ViVeTool is a popular utility that allows you to toggle experimental Windows features hidden in the system code but not yet officially enabled for all users. Since it modifies system configurations, it is strongly recommended to create a System Restore Point before making any changes.

Preparation

  • Download the latest release of ViVeTool from its official GitHub repository.
  • Extract the .zip file to a folder (for example, C:\ViVeTool).
  • Open Command Prompt or PowerShell as Administrator.
  • Navigate to the folder using the cd command:
    cd C:\ViVeTool

Basic Commands

To use ViVeTool, you need the specific Feature ID for the function you want to toggle. These IDs are usually discovered by enthusiasts and shared in tech communities.

  • Drop Tray IDs: 58989070, 45624564, 53397005, 48433719
    .\vivetool /enable /id:58989070,45624564,53397005,48433719
  • Window Preloading (File Explorer) ID: 58778013
    .\vivetool /enable /id:58778013
  • Xbox Mode (Console Experience) IDs: 58989070, 59765208
    .\vivetool /enable /id:58989070,59765208

Notes on Feature IDs

  • Some features require both a Bundle ID and a Specific Feature ID, depending on how Microsoft packages them.
  • Example: Bundle ID 58989070, Specific Feature ID 58778013 (Window Preloading).
  • You can list all features with:
    .\vivetool /query

Managing Features

  • Enable a Feature: .\vivetool /enable /id:58778013
  • Disable a Feature: .\vivetool /disable /id:58778013
  • Check Feature Status: .\vivetool /query /id:58778013

Note: In Command Prompt (CMD), run commands without the dot-slash prefix. In PowerShell, include .\ before the command.

Finalizing Changes

  • After running a command, you should see: Successfully set feature configuration.
  • Most changes require a System Restart to take effect.
  • If the feature does not appear after rebooting, confirm you are on the required Windows Build for that Feature ID.

Reset Options

  • Undo a Specific Change: .\vivetool /reset /id:58778013
  • Full Reset (Not Recommended): .\vivetool /fullreset
    This clears all experimental configurations, including official Microsoft A/B tests. Use only as a last resort.

By using ViVeTool responsibly, you can explore hidden Windows features before they are widely released. Always proceed with caution, create restore points, and restart your system to apply changes effectively.

Post a Comment

Previous Post Next Post

Contact Form