Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Word Pad (RTF) file in Conext Menu New

Reply
Thread Tools Display Modes

Word Pad (RTF) file in Conext Menu New

 
 
wallaby
Guest
Posts: n/a

 
      08-05-2008
How do I add an additional item into the Context Menu New list
I want to add one for RTF files that will invoke Word Pad.
I had it under XP, but I can't remember how it did it now.


 
Reply With Quote
 
 
 
 
Mark L. Ferguson
Guest
Posts: n/a

 
      08-05-2008
Adding and removing ShellNew entries in Windows Vista:
http://www.winhelponline.com/article...ows-Vista.html

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

--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales...help_en-us.htm
Use the "Ratings" feature. It helps the new users.
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson

"wallaby" <> wrote in message
news:0EF0BE4E-14B1-45F8-B702-...
> How do I add an additional item into the Context Menu New list
> I want to add one for RTF files that will invoke Word Pad.
> I had it under XP, but I can't remember how it did it now.
>
>

 
Reply With Quote
 
wallaby
Guest
Posts: n/a

 
      08-05-2008
Thanks Mark

Would have used Tweak UI on XP, TweakUI wont even install on my VistaBox let
alone run.

I've done more hacks on Vista in a week than I did on XP in 5 years. To the
extent that I've created a public\hacks directory for the ..reg & .patch
files. Now now I have to do another hack in order to made it easy to
document the other hacks.

Might see of one of the free tweakers does it, if I find one I'll let you
know - I think XP-SetPro might, but it's not available on this VistaBox.

------------

"Mark L. Ferguson" <> wrote in
message news:62487480-2DE6-4522-AAFF-...
> Adding and removing ShellNew entries in Windows Vista:
> http://www.winhelponline.com/article...ows-Vista.html
>
> (and in XP) Add items to the New menu (aka ShellNew entries):
> http://windowsxp.mvps.org/shellnewadd.htm
>
> --
> Please use the Communities guidelines when posting.
> http://www.microsoft.com/wn3/locales...help_en-us.htm
> Use the "Ratings" feature. It helps the new users.
> Mark L. Ferguson MS-MVP
> https://mvp.support.microsoft.com/profile/Mark.Ferguson
>
> "wallaby" <> wrote in message
> news:0EF0BE4E-14B1-45F8-B702-...
>> How do I add an additional item into the Context Menu New list
>> I want to add one for RTF files that will invoke Word Pad.
>> I had it under XP, but I can't remember how it did it now.
>>
>>


 
Reply With Quote
 
Paul Montgomery
Guest
Posts: n/a

 
      08-05-2008
On Tue, 5 Aug 2008 13:11:40 +1000, "wallaby" <> wrote:

>Thanks Mark
>
>Would have used Tweak UI on XP, TweakUI wont even install on my VistaBox let
>alone run.


The URL he provided tells you how to run it on Vista. It works.


>I've done more hacks on Vista in a week than I did on XP in 5 years. To the
>extent that I've created a public\hacks directory for the ..reg & .patch
>files. Now now I have to do another hack in order to made it easy to
>document the other hacks.
>
>Might see of one of the free tweakers does it, if I find one I'll let you
>know - I think XP-SetPro might, but it's not available on this VistaBox.
>
>------------
>
>"Mark L. Ferguson" <> wrote in
>message news:62487480-2DE6-4522-AAFF-...
>> Adding and removing ShellNew entries in Windows Vista:
>> http://www.winhelponline.com/article...ows-Vista.html
>>

 
Reply With Quote
 
Ramesh, MS-MVP
Guest
Posts: n/a

 
      08-05-2008
Copy the following to Notepad, save the file with .reg extension.
Double-click to run the REG file. This adds a "Rich Text Document" to the
New menu.

---
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.rtf]
@="rtffile"

[HKEY_CLASSES_ROOT\.rtf\OpenWithList\WordPad.exe]
@=""

[HKEY_CLASSES_ROOT\.rtf\ShellNew]
"Data"="{\\rtf1}"

---


--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog: http://www.winhelponline.com/blog
Windows® Troubleshooting: http://www.winhelponline.com


"wallaby" <> wrote in message
news:EA4EB8B4-E501-49E1-9E88-...
> Thanks Mark
>
> Would have used Tweak UI on XP, TweakUI wont even install on my VistaBox
> let alone run.
>
> I've done more hacks on Vista in a week than I did on XP in 5 years. To
> the extent that I've created a public\hacks directory for the ..reg &
> .patch files. Now now I have to do another hack in order to made it easy
> to document the other hacks.
>
> Might see of one of the free tweakers does it, if I find one I'll let you
> know - I think XP-SetPro might, but it's not available on this VistaBox.
>
> ------------
>
> "Mark L. Ferguson" <> wrote in
> message news:62487480-2DE6-4522-AAFF-...
>> Adding and removing ShellNew entries in Windows Vista:
>> http://www.winhelponline.com/article...ows-Vista.html
>>
>> (and in XP) Add items to the New menu (aka ShellNew entries):
>> http://windowsxp.mvps.org/shellnewadd.htm
>>
>> --
>> Please use the Communities guidelines when posting.
>> http://www.microsoft.com/wn3/locales...help_en-us.htm
>> Use the "Ratings" feature. It helps the new users.
>> Mark L. Ferguson MS-MVP
>> https://mvp.support.microsoft.com/profile/Mark.Ferguson
>>
>> "wallaby" <> wrote in message
>> news:0EF0BE4E-14B1-45F8-B702-...
>>> How do I add an additional item into the Context Menu New list
>>> I want to add one for RTF files that will invoke Word Pad.
>>> I had it under XP, but I can't remember how it did it now.
>>>
>>>

>



 
Reply With Quote
 
wallaby
Guest
Posts: n/a

 
      08-05-2008
Muchas Apologia
I missed the checking of the "Compatability->PrivilegeLevel->Run this
program as administrator"
Thanks Paul, Sorry Mark


"Paul Montgomery" <> wrote in message
news:...
> On Tue, 5 Aug 2008 13:11:40 +1000, "wallaby" <> wrote:
>
>>Thanks Mark
>>
>>Would have used Tweak UI on XP, TweakUI wont even install on my VistaBox
>>let
>>alone run.

>
> The URL he provided tells you how to run it on Vista. It works.
>
>
>>I've done more hacks on Vista in a week than I did on XP in 5 years. To
>>the
>>extent that I've created a public\hacks directory for the ..reg & .patch
>>files. Now now I have to do another hack in order to made it easy to
>>document the other hacks.
>>
>>Might see of one of the free tweakers does it, if I find one I'll let you
>>know - I think XP-SetPro might, but it's not available on this VistaBox.
>>
>>------------
>>
>>"Mark L. Ferguson" <> wrote in
>>message news:62487480-2DE6-4522-AAFF-...
>>> Adding and removing ShellNew entries in Windows Vista:
>>> http://www.winhelponline.com/article...ows-Vista.html
>>>


 
Reply With Quote
 
wallaby
Guest
Posts: n/a

 
      08-05-2008
Thanks Ramesh - but after getting Paul's nudge I was able get TweakUI to
work, see my response to Paul.

"Ramesh, MS-MVP" <ramesh@unknownhost> wrote in message
news:...
> Copy the following to Notepad, save the file with .reg extension.
> Double-click to run the REG file. This adds a "Rich Text Document" to the
> New menu.
>
> ---
> Windows Registry Editor Version 5.00
>
> [HKEY_CLASSES_ROOT\.rtf]
> @="rtffile"
>
> [HKEY_CLASSES_ROOT\.rtf\OpenWithList\WordPad.exe]
> @=""
>
> [HKEY_CLASSES_ROOT\.rtf\ShellNew]
> "Data"="{\\rtf1}"
>
> ---
>
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> The Winhelponline Blog: http://www.winhelponline.com/blog
> Windows® Troubleshooting: http://www.winhelponline.com
>
>
> "wallaby" <> wrote in message
> news:EA4EB8B4-E501-49E1-9E88-...
>> Thanks Mark
>>
>> Would have used Tweak UI on XP, TweakUI wont even install on my VistaBox
>> let alone run.
>>
>> I've done more hacks on Vista in a week than I did on XP in 5 years. To
>> the extent that I've created a public\hacks directory for the ..reg &
>> .patch files. Now now I have to do another hack in order to made it
>> easy to document the other hacks.
>>
>> Might see of one of the free tweakers does it, if I find one I'll let you
>> know - I think XP-SetPro might, but it's not available on this VistaBox.
>>
>> ------------
>>
>> "Mark L. Ferguson" <> wrote in
>> message news:62487480-2DE6-4522-AAFF-...
>>> Adding and removing ShellNew entries in Windows Vista:
>>> http://www.winhelponline.com/article...ows-Vista.html
>>>
>>> (and in XP) Add items to the New menu (aka ShellNew entries):
>>> http://windowsxp.mvps.org/shellnewadd.htm
>>>
>>> --
>>> Please use the Communities guidelines when posting.
>>> http://www.microsoft.com/wn3/locales...help_en-us.htm
>>> Use the "Ratings" feature. It helps the new users.
>>> Mark L. Ferguson MS-MVP
>>> https://mvp.support.microsoft.com/profile/Mark.Ferguson
>>>
>>> "wallaby" <> wrote in message
>>> news:0EF0BE4E-14B1-45F8-B702-...
>>>> How do I add an additional item into the Context Menu New list
>>>> I want to add one for RTF files that will invoke Word Pad.
>>>> I had it under XP, but I can't remember how it did it now.
>>>>
>>>>

>>

>
>


 
Reply With Quote
 
Paul Montgomery
Guest
Posts: n/a

 
      08-05-2008
On Tue, 5 Aug 2008 14:24:28 +1000, "wallaby" <> wrote:

>Muchas Apologia
>I missed the checking of the "Compatability->PrivilegeLevel->Run this
>program as administrator"
>Thanks Paul, Sorry Mark


We all are guilty of reading too fast every now and then. Glad it
worked for you.


>"Paul Montgomery" <> wrote in message
>news:.. .
>> On Tue, 5 Aug 2008 13:11:40 +1000, "wallaby" <> wrote:
>>
>>>Thanks Mark
>>>
>>>Would have used Tweak UI on XP, TweakUI wont even install on my VistaBox
>>>let
>>>alone run.

>>
>> The URL he provided tells you how to run it on Vista. It works.
>>
>>
>>>I've done more hacks on Vista in a week than I did on XP in 5 years. To
>>>the
>>>extent that I've created a public\hacks directory for the ..reg & .patch
>>>files. Now now I have to do another hack in order to made it easy to
>>>document the other hacks.
>>>
>>>Might see of one of the free tweakers does it, if I find one I'll let you
>>>know - I think XP-SetPro might, but it's not available on this VistaBox.
>>>
>>>------------
>>>
>>>"Mark L. Ferguson" <> wrote in
>>>message news:62487480-2DE6-4522-AAFF-...
>>>> Adding and removing ShellNew entries in Windows Vista:
>>>> http://www.winhelponline.com/article...ows-Vista.html
>>>>

 
Reply With Quote
 
Ramesh, MS-MVP
Guest
Posts: n/a

 
      08-05-2008
Thanks for the update, wallaby.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog: http://www.winhelponline.com/blog
Windows® Troubleshooting: http://www.winhelponline.com


"wallaby" <> wrote in message
news:...
> Thanks Ramesh - but after getting Paul's nudge I was able get TweakUI to
> work, see my response to Paul.
>
> "Ramesh, MS-MVP" <ramesh@unknownhost> wrote in message
> news:...
>> Copy the following to Notepad, save the file with .reg extension.
>> Double-click to run the REG file. This adds a "Rich Text Document" to the
>> New menu.
>>
>> ---
>> Windows Registry Editor Version 5.00
>>
>> [HKEY_CLASSES_ROOT\.rtf]
>> @="rtffile"
>>
>> [HKEY_CLASSES_ROOT\.rtf\OpenWithList\WordPad.exe]
>> @=""
>>
>> [HKEY_CLASSES_ROOT\.rtf\ShellNew]
>> "Data"="{\\rtf1}"
>>
>> ---
>>
>>
>> --
>> Regards,
>>
>> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
>> The Winhelponline Blog: http://www.winhelponline.com/blog
>> Windows® Troubleshooting: http://www.winhelponline.com



 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      08-05-2008
"Ramesh, MS-MVP" <ramesh@unknownhost> wrote in message
news:u4e%...
>> Thanks Ramesh - but after getting Paul's nudge I was able get TweakUI to
>> work, see my response to Paul.

>
> Thanks for the update, wallaby.


Is it wise to run TweakUI for XP on Vista? I assume that a few of the
registry keys are in different places now, or some of the settings are not
relevant.

ss.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening Word 2007 from the start menu the_jerrymobile Windows Vista General Discussion 4 07-22-2008 04:52 AM
Lost MS Word Icon from Start Menu...help? SteveO Windows Vista File Management 5 03-22-2008 11:11 AM
How can I get a 2003 word doc file to open in Word in Vista? llama mama Windows Vista General Discussion 5 02-21-2008 05:58 PM
Taking a works file to a word file?? arfry Windows Vista General Discussion 8 02-07-2008 09:23 PM
Creating Word document of Word 97-2003 file type on the New menu in Vista MikroXP Windows Vista General Discussion 7 03-19-2007 03:59 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59