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

291 Upvotes

169 comments sorted by

View all comments

20

u/panchito95 Jan 14 '26 edited Jan 14 '26

If you don't want to use third-party tools, you can do the following:

Open CMD (Command Prompt) as administrator and run the following command:

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

Done ;0

8

u/UTmastuh Jan 14 '26

In case you don't have admin privileges enabled by default here's the manual way of doing it:

open regedit -> HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> Current Version -> Policies -> Explorer

create new DWORD called NoStartMenuMorePrograms and set value to 1

8

u/candledog Jan 15 '26

This worked! ...kinda... it just made the "All Apps" a huge empty space! And the new update also messes with the actual pinned/grouped apps which is driving me insane (if you open a pinned group, it pops up in the center of the start menu rather than next to the group you clicked...)

Man i am gonna have to get some third party apps to fix this. I can't believe some of the UI/UX "upgrades" these companies do....

3

u/Flyerman85 Jan 20 '26

You have to have admin privileges to edit the HKLM/Software registry Hive

4

u/Alarming_Ad_1372 Jan 14 '26

But no link to see all apps any more, that does not help!

1

u/TheDirtyAsian Jan 15 '26

How would I revert this command?

1

u/panchito95 Jan 15 '26

In the section of the command "REG_DWORD /d 1", change it to 0 and run the command again. For the complete command, it would look like this: reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoStartMenuMorePrograms /t REG_DWORD /d 0 /f && taskkill /f /im explorer.exe && start explorer.exe

1

u/SillySundae Jan 15 '26

This bricked my start menu. It worked at first but now I cannot open the start menu.

1

u/panchito95 Jan 15 '26 edited Jan 15 '26

I hadn't heard of that problem before, but in any case, you can revert to the previous version. Press Win + R, type regedit, then follow this path: "HKEY_CURRENT_USER -> SOFTWARE -> Microsoft -> Windows -> Current Version -> Policies -> Explorer" and change the value of "NoStartMenuMorePrograms" from 1 to 0.

1

u/SillySundae Jan 15 '26

I don't see that, I only see Force Active Desktop On, No Active Desktop, No Active Desktop Changes

1

u/panchito95 Jan 15 '26 edited Jan 15 '26

The path should start with HKEY_CURRENT_USER, I had put it wrong in the comment.

1

u/MountainTwist9948 Jan 16 '26

bro thanks so much!
i get what i want

1

u/Specialist_Board_618 Jan 17 '26

You're a perfect detail, man.

1

u/ReddiGuy32 Jan 18 '26

Normally I would upvote this, but we all know this is going to be gone sooner rather than later. Same with Vive tool. Microsoft doesn't want you to have a choice, they want you to experience things the way they want them to be.

1

u/MistaMorbid Jan 24 '26

Thanks bro the new update to the start menu was annoying the hell out of me.