0

Here's the link to the same question here on this site. I'm dreaming of Right click > New Text Document (Notepad)

But it seems no one willing to answer this. As this would be very helpful for me, I'm just asking the question again if someone kind enough to answer and make this possible.

Thank you so much!

1 Answers1

4

You can try these steps:

  • Open registry editor as administrator.

  • Navigate to the key HKEY_CLASSES_ROOT\Directory\Background\shell.

  • Now in the shell key, add a key named New Text Document.

  • Then in the new key, add another key named command.

  • Then in the command key, edit the Default value to cmd.exe /c notepad.exe "New Text Document.txt" & taskkill /im notepad.exe.

I have tested it and it is working.

wasif
  • 9,176