<!–
–>
Although Microsoft has added a new setting to increase or decrease the number of items that appear in the Recommended section of the Start menu on Windows 11, you still don’t have an option to remove the feature.
However, it was just a matter of time until someone figured out a workaround to resolve this problem. On Reddit, User “hat Windows Guy” has created a batch file that disables the “Recommend” items section in the Start menu.
It’s not perfect since it only works on the latest preview build of Windows 11 in the Dev Channel, you will need to install the Debugging Tools for Windows to run the script, and restarting the computer will restore the original settings, but it’s a start until there is a permanent fix.
In this guide, you will learn the steps to run a custom script to remove the Recommended section in the Windows 11 Start menu.
Remove Recommended section in Start on Windows 11
To completely remove the Recommended section in the Start menu on Windows 11, use these steps:
-
Click the Download the Installer button to save the file on the computer.
-
Double-click the WindowsSDKSetup.exe.
-
Click the Next button.
-
Click the Next button again.
-
Click the Accept button.
-
Clear all the features.
.Windows_Software_Technology-Big-343 { display:inline-block; width: 300px; height: 600px; } @media(min-width: 500px) { .Windows_Software_Technology-Big-343 { width: 300px; height: 600px;} } -
Check the Debugging Tools for Windows option.
-
Click the Install button.
-
Click the Finish button.
-
Open Start.
-
Search for Notepad and click the top result to open the app.
-
Select and copy the latest version of the script from the Reddit post.
-
Paste the script into the text file.
-
Click the File menu and select the Save as option.
-
Confirm a name for the files with a .bat file extension – for example, remove-start-recommended.bat.
-
Select a folder location.
-
Click the Save button.
-
Double-click the newly created batch file.
Once you complete the steps, the Recommended section will no longer be available in the Start menu.
When using this script, restarting the computer will restore the original Start menu settings. However, you can overcome this limitation by creating a scheduled task that runs on startup to execute the script every time you sign in to your account.
Post a Comment