Jump to content

Adding items to the new context menu.


Maelstorm

Recommended Posts

I went from Windows XP to Windows 10 a few years ago and I have gotten used to it.  Right now, I'm trying to add a php file template to show up on the New context menu when I click on the desktop.  I found a few way on the web, but I can't seem to get it to work.  I've been modifying the registry directly.  Here's what it currently looks like.

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.php]

[HKEY_CLASSES_ROOT\.php\OpenWithProgids]
"VSCode.php"=""

[HKEY_CLASSES_ROOT\.php\ShellNew]
"NullFile"="1"
"FileName"="%ProgramData%\\Microsoft\\Windows\\Templates\\template.php"

 

This latest incarnation was followed from here which did not work:

https://superuser.com/questions/1572416/populate-new-files-from-windows-context-menu

Any ideas on what I need to do?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...