Microsoft Knowledge Base Email Alertz

This article describes how to set a registry key to remove the New Tag that is displayed when you create a new entry; for example, Announcements, Events, and so on.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 287523 - Last Review: June 11, 2002 - Revision: 1.0

STS: How to Set the Cutoff Property for New Item Display Tag

This article was previously published under Q287523
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986  (http://kbalertz.com/Feedback.aspx?kbNumber=256986/EN-US/ ) Description of the Microsoft Windows Registry

On This Page

SUMMARY

This article describes how to set a registry key to remove the New Tag that is displayed when you create a new entry, for example, Announcements, Events, and so on.

MORE INFORMATION

Method 1: Add a Registry Key

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
  1. Click Start and then click Run.
  2. In the Open box, type Regedit, and then click OK.
  3. Go to the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\Ports\Port /LM/W3SVC/5:
  4. Right-click Port, point to New, and then click String.
  5. Name the string NewItemDisplayCutoff.
  6. Set Value = 0 or 1.
NOTE: You can set the global property by using the All Ports key.

Method 2: Use the Command Line Owsadm.exe

You can also use the Owsadm.exe command line to set the property value. To do this, follow these steps:
  1. Click Start, point to Run, and then type cmd in the Open box. Click OK.
  2. Change the directory to %\program files\common files\microsoft shared\web server extensions\50\bin.
  3. Type the following:
    owsadm.exe -o setproperty -pn NewItemDisplayCutoff -pv # -p 80 or /lm/w3svc/5
    
    -pn = property name
    -pv = property value
    # = value 0 or 1
    0=don't display anything
    1= until midnight
    
    -p = port
    -p /lm/w3svc/5
    -p 80
    -p 80 -m www.microsoft.com
    							
  4. Open the Windows registry again, and verify that the NewItemDisplayCutoff key is in place:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\Ports (or \Port, depending on which value you used with -p)
The NewItemDisplayCutoff value specifies whole days only. For example, if NewItemDisplayCutoff is set to 1, and you create an item today at 5 PM, the item is considered new until today at midnight.

For additional information about the Owsadm.exe utility, click the article number below to view the article in the Microsoft Knowledge Base:
272945  (http://kbalertz.com/Feedback.aspx?kbNumber=272945/EN-US/ ) STS: Using SharePoint Team Services Command-Line Utility

APPLIES TO
  • Microsoft SharePoint Team Services
Keywords: 
kbhowto KB287523
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate