Hello Arboretum, welcome to Microsoft Q&A forum.
I understand your situation, and I'm sorry for your frustration. Don't worry though, many users wanted the same thing and have worked out fixes.
First method - Registry command:
Open Command Prompt as Administrator and run:
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
(change 1 to 0 if you want to revert)
Then restart your PC. After that, you can switch to Grid or List view from the "View" dropdown in Start Menu.
That said, from what other users have reported, this method might only remove the Category option itself—the Start Menu might still look oversized with blank spaces. In that case, you can try the ViVeTool to fully reverts to old Start Menu (it's only a portable tool and doesn't install on your computer).
Second method - ViVeTool:
- Download ViVeTool from https://github.com/thebookisclosed/ViVe/releases
- Extract it somewhere like
C:\ViVeTool - Open Command Prompt as Administrator
- Navigate to the folder:
cd C:\ViVeTool - Run:
vivetool /disable /id:47205210 - Restart your PC
This should bring back the compact old Start Menu with the separate All apps button.
Let me know how it goes!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.