Jump to content

Recommended Posts

Posted

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.


Posted
'$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.

Posted

i would suggest u make an SFX of the stuff & extract it 2 "%appdata%\microsoft\internet explorer\quick launch"

Posted

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.

Posted

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" /f
REG ADD %KEY%\005 /V 1 /D "rundll32 setupapi,InstallHinfSection Shortcuts 128 %systemdrive%\Apps\shortcut.inf" /f

Now 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 bar
setup.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!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...