In windows XP, you can add a shortcut to the start menu or desktop for all users by copying/moving the shortcut to

C:\Documents and Settings\All Users[Desktop|Start Menu]

I know same is the case in Windows 7 with a slightly different path (C:\Users\Public). However I'm still trying to find out how to add a 'shortcut' for all users. There is no C:\Users\Public\Taskbar.

Any ideas? Or is it just not available as a feature?

link|improve this question
You could use a login script to pin things. – Zoredache Mar 15 '10 at 23:13
Any specific examples that you might have? Would they be VB scripts or regular BATCH files? Just wondering. – Archit Baweja Apr 29 '10 at 13:32
feedback

2 Answers

Items pinned for the current user are located here: "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar"

There's no Public/All Users AppData anymore, so I don't think there's anyplace you can put it for 'all users' that already exist.

It does appear that you can add them to the Default user's profile, which would at least add them for any user profiles created after the pin entries are made("C:\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar").

HTH

link|improve this answer
Thanks techie007. That seems to do it. – Archit Baweja Mar 17 '10 at 15:01
feedback

I still haven't found a way to change the default taskbar programs for all users but you can add and delete items from all users default start menu by navigating to C:\ProgramData\Microsoft\Windows\Start Menu\ you can change items on here like in Windows XP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.