January 21, 200521 yr Hi,I've noticed that no shortcuts created in "C:\Documents and Settings\All Users\Start Menu\Programs" for the apps installed by archive SFX extract (Programs that don't need to be installed).Is there any how to set those shortcuts?TNXcoucou
January 21, 200521 yr Well you can use AutoIt to create shortcuts....tho I think there is some apps out there that make it even easier....I know its been discussed a few times in the unattended OS part of the forum. So perform a few searchs in that one.
January 21, 200521 yr I like using NirCmd, just add the nircmd.exe to the $OEM$\$$\system32 folder and create shortcuts via a cmd file.http://www.nirsoft.net/utils/nircmd.html
January 21, 200521 yr I add shortcuts inot my start men using this method http://unattended.msfn.org/xp/applications/mirc.htm
January 23, 200521 yr Author TNX all,I've had allways difficulties using AutoIT. Then i prefere using DigeratiPrime method... ihope.May you (DigeratiPrime) give me an example of creating the shortcut here bellow unattended with RunOnceEX.C:\Documents and Settings\All Users\Start Menu\Programs\SysInfo\AIDA32Regardscoucou
January 23, 200521 yr I've said many times the simplest way to have shortcuts imported to a new install, is to have your shortcuts in the same way you want themn to appear - and place them on your uA CD:$OEM$\$Docs\All Users\Start Menu\Programs\Similarly for desktop, and QuickLaunch, etc.
January 23, 200521 yr But how do you get them to appear in the order you want as oppsed to alphabetical without having to rename them with 01, 02 ,03.....
January 23, 200521 yr i'm sorry, its not clear here if there is a way to create a shortcut from file x in location y
January 23, 200521 yr search for shortcut.exe & typing shortcut /? @ cmdline will give u a syntax on how 2 do it , then just run a .bat/cmd/exe from your sfx 2 call shortcut.exe 2 install shortcuts
January 23, 200521 yr TNX all,I've had allways difficulties using AutoIT. Then i prefere using DigeratiPrime method... ihope.May you (DigeratiPrime) give me an example of creating the shortcut here bellow unattended with RunOnceEX.C:\Documents and Settings\All Users\Start Menu\Programs\SysInfo\AIDA32RegardscoucouSure no problem, where do you want to make the shortcut? I do this during cleanup.cmd, to create shorcuts to other NirSoft Utilities i add. Just have nircmd.exe in system32, i assume you know how to use runonceex.In this example I create 2 folders: Utilities (in Start Menu) and NirSoft Utilities (in Utilities), and add shorcuts to the programs in there.cmdow @ /HIDshutdown.exe -r -f -t 60 -c "Windows XP will now complete setup and restart in 1 minute..."net user aspnet /deleteset AUStart=%AllUsersProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserQL=%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launchset AUDesk=%AllUsersProfile%\DesktopREM :: Make New Folders ::MD "%AUStart%\Utilities"MD "%AUStart%\Utilities\NirSoft Utilities"REM :: Creating Shortcuts using NirCmd ::nircmd.exe shortcut "%ProgramFiles%\NirSoft Utilities\cports.exe" "~$folder.programs$\Utilities\NirSoft Utilities" "CurrPorts"
January 23, 200521 yr search for shortcut.exe & typing shortcut /? @ cmdline will give u a syntax on how 2 do it , then just run a .bat/cmd/exe from your sfx 2 call shortcut.exe 2 install shortcuts Ok I must be be really tired right now because I have no idea what you mean...is there a program shortcut.exe on my computer? I searched but didnt find one
January 23, 200521 yr search for shortcut.exe & typing shortcut /? @ cmdline will give u a syntax on how 2 do it , then just run a .bat/cmd/exe from your sfx 2 call shortcut.exe 2 install shortcuts Ok I must be be really tired right now because I have no idea what you mean...is there a program shortcut.exe on my computer? I searched but didnt find one i couldnt find it on my computer, do a google search and you'll find it
August 31, 200521 yr TNX all,I've had allways difficulties using AutoIT. Then i prefere using DigeratiPrime method... ihope.May you (DigeratiPrime) give me an example of creating the shortcut here bellow unattended with RunOnceEX.C:\Documents and Settings\All Users\Start Menu\Programs\SysInfo\AIDA32RegardscoucouSure no problem, where do you want to make the shortcut? I do this during cleanup.cmd, to create shorcuts to other NirSoft Utilities i add. Just have nircmd.exe in system32, i assume you know how to use runonceex.In this example I create 2 folders: Utilities (in Start Menu) and NirSoft Utilities (in Utilities), and add shorcuts to the programs in there.cmdow @ /HIDshutdown.exe -r -f -t 60 -c "Windows XP will now complete setup and restart in 1 minute..."net user aspnet /deleteset AUStart=%AllUsersProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserStart=%UserProfile%\Start Menu\Programsset UserQL=%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launchset AUDesk=%AllUsersProfile%\DesktopREM :: Make New Folders ::MD "%AUStart%\Utilities"MD "%AUStart%\Utilities\NirSoft Utilities"REM :: Creating Shortcuts using NirCmd ::nircmd.exe shortcut "%ProgramFiles%\NirSoft Utilities\cports.exe" "~$folder.programs$\Utilities\NirSoft Utilities" "CurrPorts"<{POST_SNAPBACK}>How can i create shortcuts of all that's in My Computer? i'd like to have shortcuts of the drives on the desktop. i've just been fiddling with nircmd right now and it's a nifty prog
August 31, 200521 yr I make the shortcut on a working machine and make an sfx of them with winrarAnd i can place the shortcuts where ever i want with it. Edited August 31, 200521 yr by muiz
Create an account or sign in to comment