How to remove winamp completely?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I uninstalled winamp but when I right click menu bar still has these options:

Enqueue in Winamp
Add to Winamp's bookmark

How do I remove them from my menu?

Thanks.
 
The WinAmp related menu items would be available under here:

HKEY_CLASSES_ROOT\Directory\shell

Open Regedit.exe and navigate to the above location. Select the WinAmp.*
entries and remove them.

Close Regedit.

Manage the context-menu entries for files, folders, drives and Namespace
objects:
http://windowsxp.mvps.org/context_folders.htm

The entries are added at the file-class level.also. For example, to
re-associate the .mp3 files with WMP (which removes the WinAmp from the
right-click menu), run this command:

cmd /c assoc .mp3=mp3file

(Type this command in Start, Run dialog)

To learn more about ASSOC command, type "cmd /k assoc /?" in Run.
 
Hi,

Thanks for your reply.

I went to HKEY_CLASSES_ROOT\Directory\shell

But found nothing on winamp there. Do you know exactly where I can go to
delete winamp stuff on my menu?

Thanks again.
 
For which file-types the Winamp entries appear in the context-menu?
 
wmv and avi

I get the menu when I right click the files above.

Enqueue in Winamp
Add to Winamp's bookmark
 
For WMV, the two options can come from any of these locations (and from
other areas):

HKEY_CLASSES_ROOT\WMVFile\shell\
HKEY_CLASSES_ROOT\SystemFileAssociations\.wmv\shell\

The above assumes that .WMV's ProgID is WMVFile. You can verify it by typing
this in Start, Run:

cmd /k assoc .wmv

If the output is anything other than "WMVFile", then post back.
 
..wmv=Winamp3.File

Do I delete all of them?

Ramesh said:
For WMV, the two options can come from any of these locations (and from
other areas):

HKEY_CLASSES_ROOT\WMVFile\shell\
HKEY_CLASSES_ROOT\SystemFileAssociations\.wmv\shell\

The above assumes that .WMV's ProgID is WMVFile. You can verify it by typing
this in Start, Run:

cmd /k assoc .wmv

If the output is anything other than "WMVFile", then post back.
 
I found three files:

Winamp3.File
Winamp3.Playlist
Winamp3.SkinZip

Should I delete all of them?
 
Type in Start/Run:

cmd /k assoc .wmv=wmvfile

Associates .WMV with WMP, and thereby removes the Winamp menus. Delete
"Winamp3.File" later.
 
Its all good now thanks!!!!

Ramesh said:
Type in Start/Run:

cmd /k assoc .wmv=wmvfile

Associates .WMV with WMP, and thereby removes the Winamp menus. Delete
"Winamp3.File" later.
 

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

Back
Top