Adding Items to the "New" Context Menu

Written by Barry Dysert (last updated October 21, 2019)

If you right-click on an open area of the Desktop, you'll see a Context menu that includes the "New" menu item. By hovering your mouse over "New," a submenu appears, allowing you to create various items (e.g., a Microsoft Word document, a text document, etc.). (See Figure 1.)

Figure 1. The Desktop's 'New' menu before changes.

It's possible to add your own document types to the "New" menu if you don't mind editing the Registry.

As an example, let's say that I have an application that processes PNG files that have a special file extension of ".bdd". I therefore want to be able to right-click the Desktop and create a new .bdd file.

To do this, click the Start button, type "regedit" (without the quotes), and press Enter. This launches the Registry Editor. (See Figure 2.)

Figure 2. The Windows Registry Editor.

In the Registry Editor, navigate to HKEY_CLASSES_ROOT and create a new key named .bdd. Set the value of its (Default) to be Bdd.Document. Create a sub-key to .bdd named ShellNew. In ShellNew create two string items named ~NullFile and NullFile. They should be empty.

Navigate again to HKEY_CLASSES_ROOT and create a new key named Bdd.Document. Set the value of its (Default) to be JPEG File. Create a sub-key under Bdd.Document named DefaultIcon and set the value of its (Default) to be the file name of the icon you want to appear in the New menu. Exit the Registry Editor.

You may need to reboot or at least restart Explorer, but after you do, you'll have a new item listed in the Desktop's New menu. (See Figure 3.)

Figure 3. The Desktop's 'New' menu after changes.

 This tip (5836) applies to Windows 7, 8, and 10.

Author Bio

Barry Dysert

Barry has been a computer professional for over 35 years, working in different positions such as technical team leader, project manager, and software developer. He is currently a software engineer with an emphasis on developing custom applications under Microsoft Windows. When not working with Windows or writing Tips, Barry is an amateur writer. His first non-fiction book is titled "A Chronological Commentary of Revelation." ...

MORE FROM BARRY

Understanding Virtual Memory

Computers can address far more locations than may exist in physical memory. The key to this feature is the use of virtual ...

Discover More

Breaking a Network Drive Mapping Association

Windows makes it easy to break the association between a network drive and its assigned letter. This tip explains how.

Discover More

Searching From within File Explorer

Searching from within File Explorer is a quick and easy way to find files and even content within files. This tip shows ...

Discover More
More WindowsTips

Getting Started with the Xbox Game Bar

Xbox Game Bar is more than just for use in the Xbox ecosystem. What settings correlate to using Xbox Game Bar? Read on to ...

Discover More

Grouping Tiles on the Start Screen

The Start screen can serve as your launching pad for whatever programs you desire. You can move tiles around on the Start ...

Discover More

Understanding Windows Firewall

There are a lot of malicious users on the Internet who are trying to break into other people's systems. One way to ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 8 - 5?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Newest Tips