# Re-Adding Mp3tag To Context Menu

**URL:** https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669
**Category:** General Discussion
**Created:** [March 26, 2007, 8:18pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669 "2007-03-26T20:18:33Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![Nighted](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/n/ce73a5/32.png) [@Nighted](https://community.mp3tag.de/u/Nighted)
#### Post date: [March 26, 2007, 8:18pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/1 "2007-03-26T20:18:33Z")

</div>

I'm using Mp3tag in a portable setup. So when I format my machine I can use it right away. The only thing I don't like doing is backing up a registry key to add Mp3tag back to the context menu everytime. It's easy yes, but then I have to find and add that key everytime.

Could there be a button added in the options to quickly do this in the future or even have it there to fix broken association?

Thanks!

---

<div class="post-metadata">

### Author: ![eusty](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/2acd7d/32.png) [@eusty](https://community.mp3tag.de/u/eusty)
#### Post date: [April 1, 2007, 2:21pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/2 "2007-04-01T14:21:40Z")

</div>

You could always make a batch file to be run on the command line.

```
REG ADD HKEY_CLASSES_ROOT\mp3file\shell\Mp3tag\Command
REG ADD HKEY_CLASSES_ROOT\mp3file\shell\Mp3tag\Command /ve /t REG_SZ /d "C:\Program Files\Mp3tag\Mp3tag.exe /fn:%1"

```

Steve

EDIT: adding /f will allow it to run without any confimation.

---

<div class="post-metadata">

### Author: ![JJ\_Johnson](https://community.mp3tag.de/user_avatar/community.mp3tag.de/jj_johnson/32/67_2.png) [@JJ\_Johnson](https://community.mp3tag.de/u/JJ_Johnson)
#### Post date: [April 11, 2007, 2:04am UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/3 "2007-04-11T02:04:11Z")

</div>

> [@Nighted](#):
>
> I'm using Mp3tag in a portable setup. So when I format my machine I can use it right away. The only thing I don't like doing is backing up a registry key to add Mp3tag back to the context menu everytime. It's easy yes, but then I have to find and add that key everytime.
> 
> Could there be a button added in the options to quickly do this in the future or even have it there to fix broken association?

Can't you just reinstall Mp3tag to accomplish this? I install the development builds all the time - it takes just a few seconds for the entire installation process - and the Explorer context menu options are given in the installation wizard.

---

<div class="post-metadata">

### Author: ![Nighted](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/n/ce73a5/32.png) [@Nighted](https://community.mp3tag.de/u/Nighted)
#### Post date: [April 11, 2007, 8:36am UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/4 "2007-04-11T08:36:17Z")

</div>

> [@JJ Johnson](#):
>
> Can't you just reinstall Mp3tag to accomplish this? I install the development builds all the time - it takes just a few seconds for the entire installation process - and the Explorer context menu options are given in the installation wizard.

Why would I reinstall it? That makes a null point of a portable install and preserving my settings.

Reinstalling would be a huge pain as I'd have to backup all my setting first and then replace them manually again.

I think I'll just stick with the registry key.

---

<div class="post-metadata">

### Author: ![JJ\_Johnson](https://community.mp3tag.de/user_avatar/community.mp3tag.de/jj_johnson/32/67_2.png) [@JJ\_Johnson](https://community.mp3tag.de/u/JJ_Johnson)
#### Post date: [April 11, 2007, 1:41pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/5 "2007-04-11T13:41:14Z")

</div>

> [@Nighted](#):
>
> Why would I reinstall it? That makes a null point of a portable install and preserving my settings.
> 
> Reinstalling would be a huge pain as I'd have to backup all my setting first and then replace them manually again.
> 
> I think I'll just stick with the registry key.

No, no, no. That's the point I was making. A reinstall _does_ retain your settings. Use your portable install, then take ten seconds to run through the Mp3tag install wizard, making sure you check off 'Explorer extensions' and you're done. You don't have to fiddle with the registry.

---

<div class="post-metadata">

### Author: ![Faalscholver](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/f/ce7236/32.png) [@Faalscholver](https://community.mp3tag.de/u/Faalscholver)
#### Post date: [May 31, 2012, 10:40am UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/6 "2012-05-31T10:40:05Z")

</div>

QUOTE (eusty @ Apr 1 2007, 17:21) \<{POST\_SNAPBACK}\>

You could always make a batch file to be run on the command line.

```
REG ADD HKEY_CLASSES_ROOT\mp3file\shell\Mp3tag\Command
REG ADD HKEY_CLASSES_ROOT\mp3file\shell\Mp3tag\Command /ve /t REG_SZ /d "C:\Program Files\Mp3tag\Mp3tag.exe /fn:%1"

```

Steve

EDIT: adding /f will allow it to run without any confimation.

This doesn't work for me under Win 7. Does anyone have another solution?

---

<div class="post-metadata">

### Author: ![JJ\_Johnson](https://community.mp3tag.de/user_avatar/community.mp3tag.de/jj_johnson/32/67_2.png) [@JJ\_Johnson](https://community.mp3tag.de/u/JJ_Johnson)
#### Post date: [May 31, 2012, 4:03pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/7 "2012-05-31T16:03:47Z")

</div>

> [@Faalscholver](#):
>
> This doesn't work for me under Win 7. Does anyone have another solution?

Again: reinstall. Unless, for some reason, this doesn't work on Windows 7.

---

<div class="post-metadata">

### Author: ![Faalscholver](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/f/ce7236/32.png) [@Faalscholver](https://community.mp3tag.de/u/Faalscholver)
#### Post date: [June 3, 2012, 12:22pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/8 "2012-06-03T12:22:43Z")

</div>

> [@JJ Johnson](#):
>
> Again: reinstall. Unless, for some reason, this doesn't work on Windows 7.

The program wasn't installed at all under Win 7. It was originally installed portable under win XP on another system.

---

<div class="post-metadata">

### Author: ![Faalscholver](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/f/ce7236/32.png) [@Faalscholver](https://community.mp3tag.de/u/Faalscholver)
#### Post date: [June 6, 2012, 9:54am UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/9 "2012-06-06T09:54:01Z")

</div>

Anyone?

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [June 6, 2012, 10:30am UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/10 "2012-06-06T10:30:45Z")

</div>

Look in these threads:  
[/t/9794/1](https://community.mp3tag.de/t/9794/1)  
[/t/10202/1](https://community.mp3tag.de/t/10202/1)

---

<div class="post-metadata">

### Author: ![Faalscholver](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/f/ce7236/32.png) [@Faalscholver](https://community.mp3tag.de/u/Faalscholver)
#### Post date: [June 6, 2012, 11:16am UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/11 "2012-06-06T11:16:44Z")

</div>

Thank you.

---

<div class="post-metadata">

### Author: ![Faalscholver](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/f/ce7236/32.png) [@Faalscholver](https://community.mp3tag.de/u/Faalscholver)
#### Post date: [June 6, 2012, 11:21am UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/12 "2012-06-06T11:21:32Z")

</div>

Well, the reg files don't help me since it needs mp3tag to be installed in in a specific folder and that kinda defies one of the purposes of a portable install. =(

Is there a way to edit what the folder should be?

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [June 6, 2012, 12:57pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/13 "2012-06-06T12:57:35Z")

</div>

Well open the reg files with a text editor and change the paths.

---

<div class="post-metadata">

### Author: ![Florian](https://community.mp3tag.de/user_avatar/community.mp3tag.de/florian/32/5759_2.png) [@Florian](https://community.mp3tag.de/u/Florian)
#### Post date: [July 24, 2024, 4:14pm UTC](https://community.mp3tag.de/t/re-adding-mp3tag-to-context-menu/4669/15 "2024-07-24T16:14:03Z")

</div>


