Remove Powershell Pinned Item from taskbar for all users in 2008 R2 RDS server


im trying remove powershell pinned item taskbar on 2008 rds server. have setup mandatory porfile 2008 sp2 server (because cannot in r2 more), check default user pinned items folder, check registry powershell.exe, loaded ntuser.dat file default see if thing obious there, tried logon scripts suppose remove pinned items , posted on several forums. has 1 of simplest dumb things have ever worked on , , been week. how remove it?

p.s.
having user click un pinn not solution
yes have checked c:\users\default\appdata\roaming\microsoft\internet explorer\quick launch

hi jeramy,

the default pinned items created first time user logs in. modifying default user profile won’t here.

 

the easiest option is to set “remove pinned programs taskbar” disable taskbar pinned items altogether. default pinned items won’t show up, user won’t able pin else either.

 

if you don't want disable pinning altogether solution little more complicated. 1 option remove shortcuts “accessories\windows powershell\windows powershell.lnk” , “administrative tools\server manager.lnk” common start menu folder. these shortcuts copied create pinned items. if aren’t present can’t pinned. not supported option may work.


another option use istartmenupinnedlist::removefromlist in first run script remove pinned items. not sure how reliable due timing of when default items added compared when script run.

one other option use shell scripting invoke pin & unpin verbs on items:

http://blogs.technet.com/deploymentguys/archive/2009/04/08/pin-items-to-the-start-menu-or-windows-7-taskbar-via-script.aspx

 

this need done when user first logs in (since unpinning default items in default user profile won't affect each new user account), need timed after explorer sets default pinned items explained above.

hope 1 of these options work you!

~olga

 



Windows Server  >  Remote Desktop Services (Terminal Services)



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file