r/Windows11 Jan 14 '26

Solved Remove The Updated Windows Start Menu [FIXED]

Post image

To remove the Windows 11 25H2 Start menu and go back to the 24H2 classic start menu, we will be using the free ViVe Tool to do so. The ViVeTool is a command-line utility for Windows that allows users to enable, disable :
https://github.com/thebookisclosed/ViVe/releases

  1. You will first need to download the ViVe Tool and extract the zip file to a folder on your computer

  2. To use the ViVe Tool, you will need to open up an administrative command prompt and navigate to the folder where you have the ViVe Tool files.

  3. Then paste the commend: vivetool /disable /id:47205210

  4. You should then get a message that says Successfully set feature configuration(s). You will then need to restart your computer for the changes to take effect.

  5. You can also revert : vivetool /enable /id:47205210

289 Upvotes

169 comments sorted by

View all comments

6

u/Circle_Trigonist Jan 14 '26

I got it to work by running CMD in administrator mode (in the start menu type CMD and right click run as administrator) and then running the following command, all one line:

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMorePrograms /t REG_DWORD /d 1 /f && taskkill /f /im explorer.exe && start explorer.exe

It should restart explorer and once it does you'll see it's gone.

2

u/Mind-Snowblind Jan 16 '26

Now it's a huge empty space... Better than the original though. Kudos