Sanjay Posted October 21, 2004 Posted October 21, 2004 Just as the title suggests, I would like to be able to make/copy some shortcuts in/to the 'Quick Launch' toolbar. I have already tried the '$OEM$\$DOCS\{USER}\Application Data\Microsoft\Internet Explorer\Quick Launch' method but it does not work. The files do get copied over to the particualar {USER} Documents and Settings folder but the problem is now Windows does nto use that name for the USER. Instead it makes a User by the name {USER-COMPUTER NAME}For eg.:Let's say I have a user by the name of Sanjay and my Computer Name = 'Visualtech', thus:'$OEM$\$DOCS\Sanjay\Application Data\Microsoft\Internet Explorer\Quick Launch', which insures that the shortcuts get copied over to that path. But the problem is that windows now does not use the name Sanjay as a user and instead uses Sanjay-Visualtech as the name for the user.Anyhow I am hoping someone can help me solve this problem. I have 5 users that I would like to make and would like to be able to copy shortcuts to the Quick Launch toolbar of all five. Shortcuts to stuff like 'Calculator, Notepad, Windows Media Player 10' etc.Thanks.
MHz Posted October 21, 2004 Posted October 21, 2004 '$OEM$\$DOCS\{USER}\Application Data\Microsoft\Internet Explorer\Quick Launch'You cannot use your name. {USER}You can choose between All Users or Default User only.
MCT Posted October 21, 2004 Posted October 21, 2004 i would suggest u make an SFX of the stuff & extract it 2 "%appdata%\microsoft\internet explorer\quick launch"
rx7tt Posted October 21, 2004 Posted October 21, 2004 I had the exact same problem...Try using the {default user} folder instead of your {user}. When new accounts are created the files will be copied to their profile. The only thing to keep in mind is if you are on a shared computer all new accounts you create will get a copy of those files.
Alpheratz13 Posted October 21, 2004 Posted October 21, 2004 MorningI have doing like this :$OEM$\$Docs\Default User\Application Data\Microsoft\Internet Explorer\Quick LaunchIt's works fine for me Irving
Sanjay Posted October 21, 2004 Author Posted October 21, 2004 Thanks for the help guys.@Alpheratz13It works perfectly.
Yzöwl Posted October 21, 2004 Posted October 21, 2004 Before the cleanup routine is called in runoncex.cmd, add the lines similar to the following:REG ADD %KEY%\045 /VE /D "Adding user defined shortcut" /fREG ADD %KEY%\005 /V 1 /D "rundll32 setupapi,InstallHinfSection Shortcuts 128 %systemdrive%\Apps\shortcut.inf" /fNow create a shortcut.inf file similar to this:[Version]Signature=$CHICAGO$[Shortcuts]UpdateInis=AddLink[AddLink];adds shortcut to Program Files\AVPersonal\AVWIN.EXE to the current users Quick Launch barsetup.ini, progman.groups,, ""group1="%16410%\Microsoft\Internet Explorer\Quick Launch\"""setup.ini, group1,,"""AVWIN"",""""""%16422%\AVPersonal\AVWIN.EXE"""""""Where %16410% = %USERPROFILE%\Application Data and %16422% = %ProgramFiles%.Hope this helps!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now