When I click right mouse button in Windows Explorer I get an option to create a new Folder, Shortcut, Text Document, Microsoft Word Document etc.. I would like to add Intellij IDEA file-based project into this menu, so I can right click and rapidly create new projects in many folders. IDEA's project consist of 3 files and 1 empty folder :
src
project.iml
project.ipr
project.iws
I have already copied these into C:\Windows\ShellNew. I've created add-ipr.reg with
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.ipr\ShellNew]
"NullFile"=""
What's next?