Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Can I Remove the Listings in the NEW Right-Click Context Menu?

Reply
 
Old 08-09-2007   #1 (permalink)
J. Danniel


 
 

Can I Remove the Listings in the NEW Right-Click Context Menu?

Hello, I'm using Vista Home Premium.

I was wondering if there is currently a way to remove all of the
listings in the NEW right-click context menu, except for FOLDER.

(For example, I have 19 listings, excluding FOLDER, with Briefcase
being the last one.)

If there is a way, what is the procedure? Does it require editing
registry keys? That's no problem, as long as I know which keys to
edit, and how.

With XP, the TweakUI power toy had such an option. There isn't such a
utility yet for Vista, is there? Is there an official ETA for a
Vista TweakUI yet?

Thank you!


My System SpecsSystem Spec
Old 08-09-2007   #2 (permalink)
Jon


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?


"J. Danniel" <jd5jd@prodigy.net> wrote in message
news:9mkmb3pllk5ia0osth5nbas51avemr70st@4ax.com...
> Hello, I'm using Vista Home Premium.
>
> I was wondering if there is currently a way to remove all of the
> listings in the NEW right-click context menu, except for FOLDER.
>
> (For example, I have 19 listings, excluding FOLDER, with Briefcase
> being the last one.)
>
> If there is a way, what is the procedure? Does it require editing
> registry keys? That's no problem, as long as I know which keys to
> edit, and how.
>
> With XP, the TweakUI power toy had such an option. There isn't such a
> utility yet for Vista, is there? Is there an official ETA for a
> Vista TweakUI yet?
>
> Thank you!
>


That's correct. They're registry keys. The same procedures works as with XP.

You basically remove the 'ShellNew' key for the particular extension under

HKEY_CLASSES_ROOT
which is the same as
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\

--
Jon


My System SpecsSystem Spec
Old 08-09-2007   #3 (permalink)
J. Danniel


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?

Hello.

Are you saying deleting one registry key will delete everything?
Or do you mean I have to do 19 key deletions?

Thank you.


>
>That's correct. They're registry keys. The same procedures works as with XP.
>
>You basically remove the 'ShellNew' key for the particular extension under
>
>HKEY_CLASSES_ROOT
>which is the same as
>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\


My System SpecsSystem Spec
Old 08-09-2007   #4 (permalink)
Jon


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?

One for each extension. They're independent entries.

--
Jon


"J. Danniel" <jd5jd@prodigy.net> wrote in message
news:uklmb3197v6rarv59icc7tptt6kfsdhj6d@4ax.com...
> Hello.
>
> Are you saying deleting one registry key will delete everything?
> Or do you mean I have to do 19 key deletions?
>
> Thank you.
>
>
>>
>>That's correct. They're registry keys. The same procedures works as with
>>XP.
>>
>>You basically remove the 'ShellNew' key for the particular extension under
>>
>>HKEY_CLASSES_ROOT
>>which is the same as
>>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\

>


My System SpecsSystem Spec
Old 08-09-2007   #5 (permalink)
J. Danniel


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?

I see that now. Far too many to sift through, to find the ones I need
removed.

Am I correct in assuming there's no way to streamline or automate this
procedure?

>One for each extension. They're independent entries.


My System SpecsSystem Spec
Old 08-09-2007   #6 (permalink)
Jon


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?


"J. Danniel" <jd5jd@prodigy.net> wrote in message
news:srqmb3tkhedlj78tnal16fm3nv6i6e67ss@4ax.com...
>I see that now. Far too many to sift through, to find the ones I need
> removed.
>
> Am I correct in assuming there's no way to streamline or automate this
> procedure?
>
>>One for each extension. They're independent entries.

>



It can be done easily via script. I use one here that prompts for an
extension and then deletes the relevant entries - and conversely another one
that adds relevant entries for programs that I want eg for quick creation of
batch files, VBscript files, Powershell scripts etc.

If you're familiar with any programming languages, then it's not too
difficult a task to achieve, although the adding is slightly more complex
than the deleting, since you need to add text entries too for the particular
entries (ie the actual text that you see when you right-click > New... )

--
Jon


My System SpecsSystem Spec
Old 08-09-2007   #7 (permalink)
DanS


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?

J. Danniel <jd5jd@prodigy.net> wrote in
news:srqmb3tkhedlj78tnal16fm3nv6i6e67ss@4ax.com:

> I see that now. Far too many to sift through, to find the ones I need
> removed.


Yes, it's soooooo hard to find the extensions when they are listed in
alphabetical order.


(yes, that is sarcastic)
My System SpecsSystem Spec
Old 08-09-2007   #8 (permalink)
J. Danniel


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?

Tell ya what...you come over and keep pressing the F3 key while I do
something a bit more constructive...like use Windows XP.

(yes, that is sarcastic also)



>Yes, it's soooooo hard to find the extensions when they are listed in
>alphabetical order.
>
>
>(yes, that is sarcastic)


My System SpecsSystem Spec
Old 08-09-2007   #9 (permalink)
J. Danniel


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?

By the way...just for the record....

I've been using these Microsoft Usenet newsgroups for years, and
you're the first person ever who's given me a wiseass answer.

I congratulate you.

With that said, I'm sure you'd like to have the last word.

Hopefully, it's herpes.



>> I see that now. Far too many to sift through, to find the ones I need
>> removed.

>
>Yes, it's soooooo hard to find the extensions when they are listed in
>alphabetical order.
>
>
>(yes, that is sarcastic)


My System SpecsSystem Spec
Old 08-09-2007   #10 (permalink)
David


 
 

Re: Can I Remove the Listings in the NEW Right-Click Context Menu?

J. Danniel wrote:
> By the way...just for the record....
>
> I've been using these Microsoft Usenet newsgroups for years, and
> you're the first person ever who's given me a wiseass answer.
>
> I congratulate you.
>
> With that said, I'm sure you'd like to have the last word.
>
> Hopefully, it's herpes.
>
>
>
>
>>> I see that now. Far too many to sift through, to find the ones I need
>>> removed.
>>>

>> Yes, it's soooooo hard to find the extensions when they are listed in
>> alphabetical order.
>>
>>
>> (yes, that is sarcastic)
>>

>
>

Ok, I'll jump in here with a few unwanted observations:
1. You crossposted.
2,. You were whining too much, thereby eliciting a light hearted, yet
sarcastic response.
3. You made too much of a big deal of that sarcasm (a form of humor to
some).
4. You got nasty.
5. You lied--if you have been posting for "years" online with your
attitude, I can guarantee that someone has gotten under your craw long
before today.

I see your type on line nearly every day, in many different forums and
NG's. I nearly always avoid responding to them, as they never seem to
care about spreading their ill will. They won't reform, and I have
absolutely ZERO expectation that you can see yourself as others see you.

Dave
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Right click context menu Vista General
context menu/right click Vista performance & maintenance
Context Menu Appears without right click Vista performance & maintenance
Can I Remove the Listings in the NEW Right-Click Context Menu? Vista file management
Right Click Context Menu Help Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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