Post

How to disable the new item icon in SharePoint / MOSS

Whenever a new item is added to a list, a small icon shows up that says that this item is new.

If you want to disable this, or change how many days this should be displayed, you can do this from stsadm using this command:

1
stsadm.exe -o setproperty -pn days-to-show-new-icon -pv 0 -url [Your Virtual Server's URL]

Source: Microsoft KB 825510

This post is licensed under CC BY 4.0 by the author.