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.
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.
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" <noone@xxxxxx> wrote in message
news:0EF0BE4E-14B1-45F8-B702-D45EF558ACB2@xxxxxx
> 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.
>
>
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" <MarkLFerguson@xxxxxx> wrote in
message news:62487480-2DE6-4522-AAFF-D0673A20D42F@xxxxxx
> 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" <noone@xxxxxx> wrote in message
> news:0EF0BE4E-14B1-45F8-B702-D45EF558ACB2@xxxxxx
>> 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.
>>
>>
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" <noone@xxxxxx> wrote in message
news:EA4EB8B4-E501-49E1-9E88-A564BAF1B804@xxxxxx
> 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" <MarkLFerguson@xxxxxx> wrote in
> message news:62487480-2DE6-4522-AAFF-D0673A20D42F@xxxxxx>
>> 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" <noone@xxxxxx> wrote in message
>> news:0EF0BE4E-14B1-45F8-B702-D45EF558ACB2@xxxxxx
>>> 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.
>>>
>>>
Thanks Ramesh - but after getting Paul's nudge I was able get TweakUI to
work, see my response to Paul.
"Ramesh, MS-MVP" <ramesh@xxxxxx> wrote in message
news:OaIKU7q9IHA.1204@xxxxxx
> 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" <noone@xxxxxx> wrote in message
> news:EA4EB8B4-E501-49E1-9E88-A564BAF1B804@xxxxxx>
>> 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" <MarkLFerguson@xxxxxx> wrote in
>> message news:62487480-2DE6-4522-AAFF-D0673A20D42F@xxxxxx>>
>>> 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" <noone@xxxxxx> wrote in message
>>> news:0EF0BE4E-14B1-45F8-B702-D45EF558ACB2@xxxxxx
>>>> 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.
>>>>
>>>>
>
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" <noone@xxxxxx> wrote in message
news:OPNdvOr9IHA.5756@xxxxxx
> Thanks Ramesh - but after getting Paul's nudge I was able get TweakUI to
> work, see my response to Paul.
>
> "Ramesh, MS-MVP" <ramesh@xxxxxx> wrote in message
> news:OaIKU7q9IHA.1204@xxxxxx
>> 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
"Ramesh, MS-MVP" <ramesh@xxxxxx> wrote in message
news:u4e%23aEs9IHA.4820@xxxxxxIs it wise to run TweakUI for XP on Vista? I assume that a few of the>
>> 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.
registry keys are in different places now, or some of the settings are not
relevant.
ss.
The "Templates" setting (in TweakUI) works fine in Windows Vista, as the
"ShellNew" registry location hasn't changed in Vista.
As for using TweakUI in Windows Vista to modify other settings, I don't
recommended it. You can see a warning attached in article
(http://www.winhelponline.com/article...ows-Vista.html).
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog
"Synapse Syndrome" <synapse@xxxxxx> wrote in message
news:uhe1wms9IHA.4492@xxxxxx
> "Ramesh, MS-MVP" <ramesh@xxxxxx> wrote in message
> news:u4e%23aEs9IHA.4820@xxxxxx>>>
>>> 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.
>
I can confirm that the first icon tweak does not work on Vista, strict
sorting on name seems to be the order of the day
TweakVi free seems to do much of what TweakUI did on XP, barring the New
tweak.
Perhaps not many people use New - I tend to decide on the name of something
and where it's going before I create it, I suspect most other folks do the
creating and then decide on its name and where its going.
--
wallaby
"Program testing can be used to show the presence of bugs, but never to show
their absence!" - Ed Dijkstra
"Ramesh, MS-MVP" <ramesh@xxxxxx> wrote in message
news:OFPT4Rt9IHA.3612@xxxxxx
> The "Templates" setting (in TweakUI) works fine in Windows Vista, as the
> "ShellNew" registry location hasn't changed in Vista.
>
> As for using TweakUI in Windows Vista to modify other settings, I don't
> recommended it. You can see a warning attached in article
> (http://www.winhelponline.com/article...ows-Vista.html).
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> The Winhelponline Blog http://www.winhelponline.com/blog
>
>
> "Synapse Syndrome" <synapse@xxxxxx> wrote in message
> news:uhe1wms9IHA.4492@xxxxxx>
>> "Ramesh, MS-MVP" <ramesh@xxxxxx> wrote in message
>> news:u4e%23aEs9IHA.4820@xxxxxx>>
>>>> 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.
>>
>
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Word menu items will not select | N1tech | Microsoft Office | 0 | 27 Aug 2009 |
| View limited file content based on key word; wordperfect and now word 2007 | Mert55 | Microsoft Office | 6 | 27 Aug 2009 |
| Pin Word Doc shortcut to Start Menu? | Ken Isaacson | Vista General | 6 | 25 Feb 2009 |
| How can I get a 2003 word doc file to open in Word in Vista? | llama mama | Vista General | 4 | 20 Feb 2008 |
| Creating Word document of Word 97-2003 file type on the New menu in Vista | MikroXP | Vista General | 5 | 19 Mar 2007 |