Table of Contents >> Show >> Hide
- What the Windows 10 New Context Menu Actually Does
- Can You Add Photoshop the App to the New Menu?
- Before You Start: Quick Prep Checklist
- The Best Method: Add a Photoshop Document to the New Menu
- Optional: Use a .REG File Instead of Manual Editing
- Why a Template PSD Works Better Than NullFile
- What If PSD Files Are Not Associated with Photoshop?
- Bonus Tip: Add “Edit with Photoshop” to the Main Right-Click Menu
- Troubleshooting: If the Photoshop Item Does Not Appear
- Is This Safe?
- Real-World Experience: What This Tweak Feels Like in Daily Use
- Final Thoughts
If you spend half your day opening Photoshop just to make one fresh file, Windows 10 has a tiny quality-of-life trick with your name on it. With the right setup, you can add a Photoshop document to the New submenu in File Explorer or on the desktop, so a blank PSD is only a right-click away. It is one of those nerdy little tweaks that feels unnecessary right up until you use it every day and wonder why Windows didn’t ship that way in the first place.
There is one important catch, though: the Windows New menu is designed to create files, not launch full applications. So if you want to add Photoshop itself as a clickable app inside that submenu, Windows is not really built for that. What you can doand what works much betteris add a new Photoshop document option that creates a ready-to-edit PSD file. That is the practical solution, the clean solution, and honestly the solution that won’t make future-you mutter at the screen.
What the Windows 10 New Context Menu Actually Does
When you right-click inside a folder or on the desktop and choose New, Windows reads file-type information from the registry and decides which file formats should appear there. That is why you may already see options like Text Document, Bitmap Image, or Microsoft Word Document. Each one is powered by a file extension, a file association, and a small registry setup behind the scenes.
For Photoshop, the file type you care about is usually .psd. If you connect that extension to the ShellNew mechanism, Windows can create a new PSD from the right-click menu. In plain English, you are teaching File Explorer a new party trick.
Can You Add Photoshop the App to the New Menu?
Technically, the registry supports a few different methods for building a New menu item. But for Photoshop users, the best outcome is almost always adding a Photoshop document template, not the app launcher. Why? Because the New submenu is meant to create a new file that already has a valid structure. A Photoshop file is not a casual text file you can fake with good intentions and a shrug.
A real PSD has a defined file format and header. So while some guides on the web suggest using a NullFile value to create an empty file, that method is shaky for Photoshop. A zero-byte PSD is basically a sandwich made of hopes and air. It may appear, but it is not a real lunch. The safer approach is to create a valid blank PSD template and have Windows copy that file whenever you choose New > Photoshop Document.
Before You Start: Quick Prep Checklist
Before editing the registry, do these three things:
- Make sure Photoshop is installed and opens PSD files normally.
- Confirm that .psd is associated with Photoshop. If it is not, fix the file association in Settings > Apps > Default apps or by using Open with.
- Create a restore point or export the registry key you plan to edit. Registry changes are powerful, but they are also the digital equivalent of using a butter knife as a screwdriver: sometimes it works, but it is smart to be careful.
The Best Method: Add a Photoshop Document to the New Menu
Step 1: Create a Blank PSD Template
Open Photoshop and make a small blank file. You can use any dimensions you want, but a simple preset keeps things tidy. A common choice is:
- 1000 x 1000 pixels
- RGB color mode
- Transparent background
- 8-bit color
Save the file as something obvious like PhotoshopTemplate.psd. This file will be copied every time you use the New menu entry, so keep it simple and clean. Do not fill it with fifty mystery layers unless your goal is chaos.
Step 2: Store the Template in a Safe Location
You can place the template in a stable folder such as:
That location is traditional for template-based New menu items, but it may require administrator permission. If you would rather avoid that, you can store the PSD somewhere else as long as the registry points to the full path. For example:
The key rule is simple: do not move or rename the file later unless you also update the registry entry.
Step 3: Back Up the Registry
Press Win + R, type regedit, and press Enter. In Registry Editor, navigate to the key you plan to change, then use File > Export to back it up. If you prefer extra safety, create a Windows restore point first.
Step 4: Find the PSD File Type Key
In Registry Editor, go to:
On many PCs, adding a ShellNew key directly under .psd works just fine. On others, Windows may rely more heavily on the PSD file type’s ProgID. You can see that by checking the (Default) value of .psd. If that value points to something like a Photoshop-specific type name, you may need to create ShellNew under that related key if the first method does not stick.
Step 5: Create the ShellNew Key
Right-click .psd, choose New > Key, and name it:
Then click the new ShellNew key and create a new String Value named:
Double-click FileName and set its value data to the full path of your PSD template, such as:
If you stored the file somewhere else, use that path instead.
Step 6: Close Registry Editor and Refresh Explorer
Close Registry Editor. Then either:
- Restart Windows Explorer from Task Manager,
- Sign out and sign back in, or
- Restart the computer.
Now right-click on the desktop or inside a folder and choose New. If everything went well, you should see a new Photoshop-related item. The exact label depends on the file association and how Windows reads the PSD description, but it should function as a new PSD creator.
Optional: Use a .REG File Instead of Manual Editing
If you are comfortable with registry files, you can use a simple script. Save the following as add-photoshop-new-menu.reg, then double-click it:
Update the path if your template lives somewhere else. If the menu item still does not appear, check the default value of HKEY_CLASSES_ROOT.psd and try creating ShellNew under the corresponding ProgID key instead.
Why a Template PSD Works Better Than NullFile
This is the part most quick tutorials skip. Some file types behave nicely with a NullFile registry value, which tells Windows to create an empty file. That works well for simple formats like plain text. Photoshop files are different. A PSD is a structured format, not a glorified napkin note.
Using a real PSD template gives you several advantages:
- The new file is already a valid Photoshop document.
- You avoid opening a broken or unrecognized file.
- You can prebuild useful settings like resolution, color mode, guides, or a transparent background.
- You can standardize new files for work, blogging, social graphics, or print design.
In other words, the template approach is not just safer. It is smarter.
What If PSD Files Are Not Associated with Photoshop?
If Windows is treating PSD files like mysterious alien artifacts, fix the file association first. Right-click any PSD, choose Open with > Choose another app, select Photoshop, and make sure the option to always use that app is enabled. You can also go through Settings > Apps > Default apps and assign Photoshop to the PSD file extension there.
This step matters because the New menu displays file types based on associations and registered behavior. If Photoshop is installed but Windows still thinks a PSD belongs to something else, your shiny new menu tweak may not behave the way you expect.
Bonus Tip: Add “Edit with Photoshop” to the Main Right-Click Menu
If your real goal is not to create a new PSD but to open existing images in Photoshop faster, adding Photoshop to the main right-click context menu may be more useful than stuffing it into New. That tweak uses a different registry path and adds a custom command like Edit with Photoshop when you right-click files, folders, or the desktop background.
That is a separate customization, but it is worth mentioning because many people say “add Photoshop to the New menu” when what they actually want is “make Photoshop show up when I right-click stuff.” Same vibe, different registry lane.
Troubleshooting: If the Photoshop Item Does Not Appear
Check the Template Path
If the FileName value points to a file that no longer exists, Windows cannot copy it. Verify the path carefully. One missing character is enough to ruin the party.
Check the Key Location
If HKEY_CLASSES_ROOT.psdShellNew does not work on your machine, inspect the default value of .psd and try adding ShellNew under the referenced file type key instead.
Restart Explorer
Windows sometimes clings to old context menu data like it is emotionally attached. Restarting Explorer often forces the menu to refresh.
Verify the PSD Association
If Photoshop is not the default app for PSD files, fix that first. Menu visibility and file behavior are closely tied to the system’s file registration.
Watch for Permission Problems
If you stored the template inside a protected system folder, make sure the file is readable and was actually saved there. Administrative folders are not famous for their warm hospitality.
Is This Safe?
Yesif you make the change carefully. Editing the Windows registry is common for context-menu customization, but you should treat it with respect. Back up the key, keep a restore point handy, and change only the values you intend to change. The tweak itself is lightweight. The risk comes from sloppy editing, not from the idea of adding a PSD template.
Real-World Experience: What This Tweak Feels Like in Daily Use
Here is where this tweak goes from “neat little registry hack” to “why did I wait so long to do this?” In real use, adding Photoshop to the New context menu removes a bunch of tiny interruptions that normally pile up during the workday. You open a folder, realize you need a quick PSD, launch Photoshop, wait for it to load, create a new file, choose a preset, name it, save it, and finally get started. That whole routine is not exactly tragic, but it is the kind of friction that adds up if you do it ten or twenty times a day.
Once the tweak is in place, the workflow feels much smoother. Right-click, choose New, create the PSD, and open it. Done. It is especially helpful for people who make repetitive design assetsblog featured images, social graphics, thumbnails, product mockups, banner ads, or template-based web visuals. If your projects follow a predictable format, the PSD template becomes more than a shortcut. It becomes a starting line that is always ready.
Freelancers and content creators usually get the biggest benefit. Imagine you are writing a blog post and need three quick supporting graphics. Or maybe you are organizing client folders and want a blank PSD waiting in each one. Instead of bouncing in and out of Photoshop’s new-document dialog all afternoon, you create files straight from File Explorer. It feels less like “opening software” and more like “getting work done.” That is a surprisingly big difference.
There is also something satisfying about making Windows behave the way you want. Out of the box, Windows 10 gives you a right-click menu that is useful but generic. Once you customize it, the system starts feeling like a real workstation instead of a one-size-fits-all appliance. That is the charm of tweaks like this: they are small, but they make your machine feel more personal, more efficient, and a little less bossy.
Another nice side effect is consistency. If your template PSD already includes the right color mode, guides, dimensions, background setting, or naming convention, you reduce mistakes before they happen. That is huge for teams, bloggers, designers, marketers, and anyone who works fast. A template can quietly enforce standards without nagging you every five minutes. It is like having an organized coworker who never steals your yogurt from the office fridge.
Of course, the experience is not magical if you skip the setup details. A broken template path, the wrong registry key, or a bad Photoshop association can make the feature seem flaky. But once it is configured correctly, it is stable and genuinely convenient. It will not transform your career, write your captions, or make your coffee, but it will save you clicks, reduce context switching, and make Windows 10 feel a little smarter. And honestly, that is plenty.
Final Thoughts
If you want to add Photoshop to the New context menu option on Windows 10, the best approach is to add a Photoshop document template, not the app itself. That method aligns with how Windows is designed to create new files, and it avoids the common headaches that come from trying to force a zero-byte PSD into existence.
Create a clean PSD template, connect it with a ShellNew registry entry, refresh Explorer, and enjoy a faster workflow. It is a small tweak, but for designers, bloggers, photographers, and anyone who lives in folders all day, it is one of those rare Windows customizations that is both geeky and genuinely useful.