July 10, 200521 yr 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!
July 10, 200521 yr 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/profilesShark Edited July 10, 200521 yr by Shark007
Create an account or sign in to comment