Windows – Prevent applications from adding to start screen on install

shortcutsstart-screenwindows 8

On a Windows 8 machine, after installing Visual Studio, Office, SQL Server, VLC etc… the start screen is a mass clutter of unneeded shortcuts such as readme, shortcuts to homepages, various tools etc…
Is there a setting, or something, which prevents setup from adding all the new application shortcuts to the start screen? I still want them listed in the All Apps so I can search, and add the applications I need.

Best Answer

No you cannot as it is the program itself who determines what gets installed in the "start menu". Just as on previous versions of windows, you have no influence over this as it is all legacy code.

I do have a suggestion however but it is not perfect.

go to your start menu folder: C:\ProgramData\Microsoft\Windows\Start Menu and change the permissions of it so that the system can no longer write to the folder. That way nothing will get added. Have not tried this but should work. The negative point is that NO icons will be added, so not even the one for your app.

If this is not a solution, you can always just manage your start screen in that same folder.

Related Question