I am modifying a context menu (HKCR\DesktopBackground\Shell) to add a command line to launch a UWP App.
The Added Registry Key (including the "Command" SubKey with the following string value: explorer.exe shell:AppsFolder\Full AppID) works successfully, however I wanted to Add a new string value for "Icon" but have been unable to identify where this is located.
NB. Using Run (Win+R) with the command line "shell:AppsFolder" displays each of the Apps in a Desktop Folder (from which a Desktop Shortcut with it's associated .ico file can be created) however there is no way I have found to identify the location of the source folder/files from the shortcut (they are greyed out) and thus where the icon file is stored.
The following poster <Get file icon for shortcut from UWP Win 10 application> appears to have posed a similar question but as yet has not received any replies :( :(
Can anybody suggest where it might be found??