'ShellNew Regedit Key is doing nothing

I would like to add the "c" file in the "New File" button in the Resources Explorer by the System Register Editor: I followed a tutorial on how to add options to the "New File" button in the Resources Explorer, and I added a "NewFile" Value in the ".c>ShellNew" Key I just made, with the value Template.c, after creating an empty file in the folder Windows>ShellNew (The folder is correct since I have AutoHotkey installed and there is "Template.ahk").

This is the register structure:
│ ├─.c
│ │  ├OpenWithProgids
│ │  ├PersistentHandler
│ │  └ShellNew

And these are the Values in each Key:
OpenWithProgids:    (Default)   REG_SZ      (value not set)
PersistentHandler:  (Default)   REG_SZ      {5e941d80-bf96-11cd-b579-08002b30bfeb}
ShellNew:           (Default)   REG_SZ      (value not set)
                    FileName    REG_SZ      Template.c

My default handler for ".c" files is Notepad++.

I would like to know if the infos I provided are enough to solve the problem, and I am sorry if I have chosen the wrong platform to ask, I am new to coding, Register editing and Stack Overflow in general.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source