Thursday, May 19, 2011

Remove the !NEW icon to newly added List Items - SharePoint 2010

I have a client that wants the New! icon to not be shown for newly created list items ....
i tried to look for a powershell script but ALAS .... back to old faithful  :)
So it was simple
just open a powershell window and type this
stsadm -o setproperty -pn days-to-show-new-icon -pv "VALUE" -url http://sitecollection/
where the  "VALUE" is the number to either extend as in 1 ...2 .. days or 0 to not show it at all.

here is the MSDN link
http://support.microsoft.com/default.aspx?scid=kb;en-us;825510&Product=spts

Regards
Bradley Chetty