Right-Click | New - what's the reg value to create file in Notepad

G

Guest

Dear All,

I'm looking to add "Notepad text file" to my Right-Click | New menu. I
already have a couple of other file-types in there so managed to find what I
presume is the right place to create the registry key, in
HKCU/Software/Microsoft/Windows/CurrentVersion/Explorer/Discardable/PostSetup/ShellNew

All I really need to know is what's the correct Binary Value for a Key to
create a blank txt file in Notepad? I haven't even the foggiest idea how to
even begin to match or map Binary values with Windows commands!
 
R

Ramesh, MS-MVP

Matt,

Get the .TXT fle association fix from here:
http://www.dougknox.com/xp/file_assoc.htm

The "New Text Document" entry will be added automatically under the New menu
(shellnew). OTOH, if you want to do it manually, see the following page:

Add items to the New menu (aka ShellNew entries):
http://windowsxp.mvps.org/shellnewadd.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Dear All,

I'm looking to add "Notepad text file" to my Right-Click | New menu. I
already have a couple of other file-types in there so managed to find what I
presume is the right place to create the registry key, in
HKCU/Software/Microsoft/Windows/CurrentVersion/Explorer/Discardable/PostSetup/ShellNew

All I really need to know is what's the correct Binary Value for a Key to
create a blank txt file in Notepad? I haven't even the foggiest idea how to
even begin to match or map Binary values with Windows commands!
 
B

Black Baptist

=?Utf-8?B?TWF0dCBWb2xhdGlsZQ==?= rambled on in
microsoft.public.windowsxp.customize:
Dear All,

I'm looking to add "Notepad text file" to my Right-Click | New menu. I
already have a couple of other file-types in there so managed to find
what I presume is the right place to create the registry key, in
HKCU/Software/Microsoft/Windows/CurrentVersion/Explorer/Discardable/PostS
etup/ShellNew

All I really need to know is what's the correct Binary Value for a Key
to create a blank txt file in Notepad? I haven't even the foggiest idea
how to even begin to match or map Binary values with Windows commands!

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\Shell\Notepad\Command]
@="C:\\Windows\\Notepad.exe %1"
remove %1 to get a blank
 
N

NewScience

Try using Windows TweakUI Template option.

Black Baptist said:
=?Utf-8?B?TWF0dCBWb2xhdGlsZQ==?= rambled on in
microsoft.public.windowsxp.customize:
Dear All,

I'm looking to add "Notepad text file" to my Right-Click | New menu. I
already have a couple of other file-types in there so managed to find
what I presume is the right place to create the registry key, in
HKCU/Software/Microsoft/Windows/CurrentVersion/Explorer/Discardable/PostS
etup/ShellNew

All I really need to know is what's the correct Binary Value for a Key
to create a blank txt file in Notepad? I haven't even the foggiest idea
how to even begin to match or map Binary values with Windows commands!

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\Shell\Notepad\Command]
@="C:\\Windows\\Notepad.exe %1"
remove %1 to get a blank
 
B

Black Baptist

=?Utf-8?B?TWF0dCBWb2xhdGlsZQ==?= rambled on in
microsoft.public.windowsxp.customize:
Dear All,

I'm looking to add "Notepad text file" to my Right-Click | New menu. I
already have a couple of other file-types in there so managed to find
what I presume is the right place to create the registry key, in
HKCU/Software/Microsoft/Windows/CurrentVersion/Explorer/Discardable/PostS
etup/ShellNew

All I really need to know is what's the correct Binary Value for a Key
to create a blank txt file in Notepad? I haven't even the foggiest idea
how to even begin to match or map Binary values with Windows commands!

Under the right click new, Notepad txt document should already be there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top