Re: reSTART swapping icons for custom??
reStart only changes the icon path @ HKLM\Security\Shell\StartInfo\Start. If You want to change the icon for the shortcut you need the lnk file.
ex.
This is a shortcut for an app to toggle bluetooth that I cabbed up-
40#"\Program Files\ToggleBT\togglebth.exe"?\windows\shellres.19 2.dll,-13909
The '?\windows\shellres.192.dll,-13909' part is what points to the icon. Icons have to be in a dll file. If you want custom icons you can take any dll file, edit it with ResHacker (freeware-search xda), rename it something like my.dll, and point lnk files to it.
|