Group: microsoft.public.windowsxp.customize · Group Profile · Search for Trying to change an icon for a shortcut via vbs command in microsoft.public.windowsxp.customize
Author: booker
Date: Jul 22, 2008 14:08
I have the following vbs script running as a logon script. But everytime it runs, When the shortcut is created, it is created with...windows system icon file. When I open up a file via properties, ...Install-CoM-Applications.lnk") 'Name for Shortcut to add objURLShortcut.Targetpath = "http://localhost.../webportal/webportal.exe" 'Path to icon objURLShortcut.IconLocation = "C:\WINDOWS\system32\...
|