Start Menu Tile section | New Icons not appearing

Santhosh B S 106 Reputation points
2023-08-21T08:48:43.29+00:00

HI All,

I need few new web shortcuts in start menu but its not appearing.

we copied relevant files under "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\start shortcuts"

We have an xml file which will help us to organize the shortcuts like, column and row and category (Web URL, Office, like groups. )

User's image

We use SCCM to push the package. Please help

Microsoft System Center | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 22,231 Reputation points
    2023-08-22T07:40:29.4533333+00:00

    Hi,

    It seems like you're facing an issue with new icons not appearing in the Start Menu tile section after copying relevant files to the specified directory. Here are a few troubleshooting steps you can try to resolve the problem:

    1. Check File Path and Permissions: Double-check that you have copied the shortcut files to the correct directory: "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\start shortcuts". Ensure that you have the necessary permissions to write to this directory.
    2. Check XML Configuration: Since you mentioned using an XML file for organizing the shortcuts, ensure that the XML file is correctly structured and references the correct paths. If there's an issue with the XML file, it might prevent the icons from appearing.

    Please manually test the XML file by running the following command in an elevated PowerShell window:

    Import-StartLayout –LayoutPath <path><file name>.xml –MountPath %systemdrive%
    

    How to Import, Export Start Menu layout in Windows 11/10 using PowerShell


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.