Jump to content

add shortcut to quick launch bar for all users


Recommended Posts

hello all,

how can i add shortcut to quick launch bar for ALL USERS instead of current user only?

i have tried "Documents and Settings\All Users\Application Data\Microsoft\Internet Explorer\Quick Launch" but it does not works.

any idea? thx!

Link to comment
Share on other sites


i do it in the default user profile with a batch file ...

md "%systemdrive%\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch"
move /y "%programfiles%\*.*" "%systemdrive%\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch\"

the %programfiles% dir just happens to be where i have the *.lnk files stored.

of course, you'd have to do this before your user is created.

I also use this to add icons to the start menu etc ....

The default profile is the basis for the creation of new accnts/profiles

Shark

Edited by Shark007
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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