Support Forum
desktop shortcut - Printable Version

+- Support Forum (https://www.vitaligraf.de/mybb)
+-- Forum: Windows Unattended CD Creator (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=9)
+--- Forum: English (https://www.vitaligraf.de/mybb/forumdisplay.php?fid=7)
+--- Thread: desktop shortcut (/showthread.php?tid=243)



desktop shortcut - rafolb - 2006-10-27

hi
i want to add a desktop shortcut for some program
I like to add a shortcut like Windows Explorer...its possible ?

thanks


RE: desktop shortcut - Vitali - 2006-10-27

you need this tool:
http://www.windows-unattended.de/component/option,com_docman/Itemid,91/task,doc_details/gid,14/

copy it on CD in $OEM$\$1\system32
usage:
Code:
machlink -q:"%Programfiles%\AdAware6Pro\Ad-Aware.exe" -z:"%ALLUSERSPROFILE%\Desktop\Ad-Aware.lnk"



RE: desktop shortcut - rafolb - 2006-10-31

Vitali Wrote:you need this tool:
http://www.windows-unattended.de/component/option,com_docman/Itemid,91/task,doc_details/gid,14/

copy it on CD in $OEM$\$1\system32
usage:
Code:
machlink -q:"%Programfiles%\AdAware6Pro\Ad-Aware.exe" -z:"%ALLUSERSPROFILE%\Desktop\Ad-Aware.lnk"

ty Smile


RE: desktop shortcut - JosephRB - 2007-01-25

Vitali Wrote:you need this tool:
http://www.windows-unattended.de/component/option,com_docman/Itemid,91/task,doc_details/gid,14/

copy it on CD in $OEM$\$1\system32
usage:
Code:
machlink -q:"%Programfiles%\AdAware6Pro\Ad-Aware.exe" -z:"%ALLUSERSPROFILE%\Desktop\Ad-Aware.lnk"


Could he not copy the link file to the distribution & have RunOnce execute a .bat file to copy it to the desktop?


RE: desktop shortcut - Vitali - 2007-01-25

JosephRB Wrote:Could he not copy the link file to the distribution & have RunOnce execute a .bat file to copy it to the desktop?
Sorry, I don't understand your question Sad