Group Policy to create Software shortcut

Eaven HUANG 2,126 Reputation points
2022-05-05T09:35:03.623+00:00

Dear experts,

I need to create software shortcut for all user desktop. The software has been installed on the computers but it didn't create shortcut on desktop.
How can I do that? I can see the shortcut was placed under %programdata%\Microsoft\Windows\Start Menu\Programs\

Please don't share the link how to create shortcut for URL, I need to create shortcut for the software installed on local computer.
Thanks a lot!

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,747 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,356 Reputation points
    2022-05-06T05:22:39.16+00:00

    Hello @Eaven HUANG

    Just remember that You can only push shortcuts to the desktop using the Group Policy Management Console on a Windows domain. You can't create desktop shortcuts using the local Group Policy Editor on a Windows system that isn't on a domain.

    Press "Windows-R," type "Gpmc.msc" into the Run and press "Enter."
    Click "Yes" to the User Account Control prompt if one appears.
    Right-click the group policy object you want to modify and click "Edit."
    Navigate to the Computer Configuration\Preferences\Windows Settings\Shortcuts folder in the left pane of the Group Policy Editor window.
    Right-click the Shortcuts folder, click "New" and click "Shortcut."
    Click the "Action" box and click "Create."
    Type a name for the shortcut into the Name field.
    Click the "Target Type" box and click "File System Object" if it's a shortcut to a file, "URL" if it's a Web link or "Shell Object" if it's another type of shortcut, such as a shortcut to a printer or computer.
    Click the "Location" box and click "All Users Desktop."
    Type the destination for the shortcut into the "Target Path," "Target URL" or "Target Object" box. A different box appears depending on which target type you selected. For example, type "C:\Example.exe"
    Click the "..." button to the right of "Icon File Path," browse to an icon file for the shortcut and double-click it.
    Click "OK."

    Hope this helps with your query!

    ---------
    --If the reply is helpful, please Upvote and Accept as answer--

    2 people found this answer helpful.
    0 comments No comments