Jonathan Allen Asked: 2009-11-06 16:17:35 +0800 CST2009-11-06 16:17:35 +0800 CST 2009-11-06 16:17:35 +0800 CST How do I add items to Windows Explorer New menu? 772 How do I add items to Windows Explorer right-click context menu called New? windows-explorer 2 Answers Voted John Gardeniers 2009-11-06T16:29:18+08:002009-11-06T16:29:18+08:00 On Windows XP it appears they are registry entries. On my machine it's all listed under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew Jonathan Allen 2009-11-06T16:44:22+08:002009-11-06T16:44:22+08:00 Sample using ".sql" files. Start -> Run %userprofile%\Templates Copy NewProc.sql Edit the registry [HKEY_CLASSES_ROOT.sql\ShellNew] Value Name = FileName Value Data = NewProc.sql Seems kinda kludgy and to only support one new item per file type, so I'm on the lookout for a better answer.
On Windows XP it appears they are registry entries. On my machine it's all listed under
Sample using ".sql" files.
[HKEY_CLASSES_ROOT.sql\ShellNew] Value Name = FileName Value Data = NewProc.sql
Seems kinda kludgy and to only support one new item per file type, so I'm on the lookout for a better answer.