Can not update MP3 ID3v2 tags since installing Windows 8


Recommended Posts

e.g. in Winamp, if I try to update an ID3v2 tag, I get:

"Cannot save metadata: Error opening file."

This was never an issue in XP, Vista, 7 etc.

I also can't alter the registry in any way. That isn't what I want solving here, but I presume it's related.

Any ideas?

EDIT: Just checked, Windows Explorer also won't let me edit the file information. I could in Windows 7.

Disabling UAC in Windows 8 doesn't in fact fully disables UAC :D.

You need to set this key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA to 0 and reboot. Note that after this metro apps won't work anymore (they need this option set to 1).

' timestamp='1357483567' post='595436226']

Disabling UAC in Windows 8 doesn't in fact fully disables UAC :D.

You need to set this key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA to 0 and reboot. Note that after this metro apps won't work anymore (they need this option set to 1).

That solved it!

Thank you :)

God, Windows 8 is awful. Can't even change MP3 tag data.

Running JRiver MediaCenter on my W8 laptop, no issues here with mp3's whatsoever.

I even still can see and upload music to my iPod Classic.

So... there must be something else going on there....

Strange behavior from Windows 8, did you by any chance run an upgrade from 7 to 8, or did a fresh clean install?

Fresh :)

Running JRiver MediaCenter on my W8 laptop, no issues here with mp3's whatsoever.

I even still can see and upload music to my iPod Classic.

So... there must be something else going on there....

Hardly. It's a clean install.

EDIT: Just checked, Windows Explorer also won't let me edit the file information. I could in Windows 7.

Its because you always relied on UAC being disabled. You should fix your directory security rights rather than fully disabling UAC. Odds are your actual problem is that your user doesn't actually have full access to the directory holding your media. If you rely on the Administrators group to gain access to folders, UAC elevation is required before the group grants any rights to its members.

To fix your directory access level: Get properties on the root folder of your media directory, go to the security tab, and add ?everyone? granting ?full control?. If you reset inheritance at the same time it should resolve the problem. You can also disable security inheritance on this folder if it?s not part of Windows so the only group is Everyone.

Security rights changes like this will exist beyond one install of Windows, and can move with the folder, but will not survive being merged with another folder or if the folder is duplicated through Explorer. If you have a drive dedicated to data storage, you can grant Everyone full control at the drive level instead.

  • Like 2

Disabling UAC is not the correct solution (albeit, some here tend to think otherwise). Make sure that the folder containing your files has the correct permissions for your user account. This will need to be done every time you format. I tend to simply add the music folder (located on a different partition) to my library and that seems to automatically set the correct permissions + makes the folder searchable.

Disabling UAC is not the correct solution (albeit, some here tend to think otherwise). Make sure that the folder containing your files has the correct permissions for your user account. This will need to be done every time you format. I tend to simply add the music folder (located on a different partition) to my library and that seems to automatically set the correct permissions + makes the folder searchable.

Effort. It's my PC, I want full control over it from the start :)

"Effort. It's my PC, I want full control over it from the start"

UAC does not take control away from you - Clearly you do not understand UAC if your disabling it. If you are admin you still have just as much rights with UAC on. Its just that the processes you start don't have the admin token enabled unless you elevate that task to have it.

This is just plain common sense - why does your browser need to have the admin token to surf the internet? This means if something exploits that process it has rights to anything on the system. With UAC the process is started as just normal user, if you need that process to do something with admin rights it needs to be elevated to that token - simple as that!!

There is not loss of control over you system -- Your still an admin.. The 2 posts above that tell you to correct your permissions on your folders is the correct one!

You never mentioned in you utorrent thread that you have dicked with your system to the extent of disabling UAC.. That could have something to do with your issue with utorrent as well.

I would suggest you enable UAC and correct whatever ntfs permissions you have misconfigured to allow the access you want. This would correct both this issue as well as your registry issue - simple elevation is all that is required to have FULL control over your registry when UAC is enabled.

post-14624-0-09282800-1357564316.png

Not running as admin every time you run a process is not loss of control - its just common security practice.. Same thing with linux, do you login in with root and do everything as root. No you sudo the commands that need root access, or su to root do your thing and then switch back. This is all uac is, its sudo for the windows world.

  • Like 1

Sounds like permissions to me.

I know my documents and music folders had to be changed after I installed Windows 8 from fresh. This is indeed a Windows issue in that NTFS is doing its job correctly! UAC is there to prevent the end user, who doesn't know what they are doing, from making changes that can break the OS. Actually, this thread is a good example of why UAC even exists. As the above you should be fixing the issue not working around it.

"Effort. It's my PC, I want full control over it from the start"

UAC does not take control away from you - Clearly you do not understand UAC if your disabling it. If you are admin you still have just as much rights with UAC on. Its just that the processes you start don't have the admin token enabled unless you elevate that task to have it.

This is just plain common sense - why does your browser need to have the admin token to surf the internet? This means if something exploits that process it has rights to anything on the system. With UAC the process is started as just normal user, if you need that process to do something with admin rights it needs to be elevated to that token - simple as that!!

There is not loss of control over you system -- Your still an admin.. The 2 posts above that tell you to correct your permissions on your folders is the correct one!

You never mentioned in you utorrent thread that you have dicked with your system to the extent of disabling UAC.. That could have something to do with your issue with utorrent as well.

I would suggest you enable UAC and correct whatever ntfs permissions you have misconfigured to allow the access you want. This would correct both this issue as well as your registry issue - simple elevation is all that is required to have FULL control over your registry when UAC is enabled.

post-14624-0-09282800-1357564316.png

Not running as admin every time you run a process is not loss of control - its just common security practice.. Same thing with linux, do you login in with root and do everything as root. No you sudo the commands that need root access, or su to root do your thing and then switch back. This is all uac is, its sudo for the windows world.

Mis-configured? I just installed Windows! That is all! And disabling UAC would not affect the uTorrent issue and you know it!

You are the only member here in 11 years that winds me up. Just the way you talk down to people who you believe you're helping. I would even go as far as appreciating it if you would not try to "help" me in the future on here.

SK[' timestamp=1357564919' post='595437946]

Sounds like permissions to me.

I know my documents and music folders had to be changed after I installed Windows 8 from fresh. This is indeed a Windows issue in that NTFS is doing its job correctly! UAC is there to prevent the end user, who doesn't know what they are doing, from making changes that can break the OS. Actually, this thread is a good example of why UAC even exists. As the above you should be fixing the issue not working around it.

When I tried to fix the permissions, Windows 8 wouldn't let me. This is a clean install of Windows 8, I haven't messed around with anything apart from (now) disabling UAC.

We shouldn't have to give ourselves permission to edit the tags. It's fine for us, as we're quite geeky, so we can find a way to fix it, but how does Microsoft expect non-computer literate users to ever be able to do it? I believe Windows will possibly configure the permissions if you use Libraries, but sometimes we don't want to use them!

NTFS will keep existing permissions on files if the disc existed in the previous version of Windows. I assume the files are located on a separate hard drive away from the OS? Taking ownership of the files will most likely resolve the issue without disabling UAC.

Budman can be quite straight with his answers but to be honest you'll find he's right. The guys giving you good advice and I too can see why he wants to put his foot down in that simply turning off UAC is not a suitable answer. TBH is no different from saying my AntiVirus won't let me open this file as it has a virus, turning off your AV would not be an answer.

SK[' timestamp=1357565940' post='595437978]

NTFS will keep existing permissions on files if the disc existed in the previous version of Windows. I assume the files are located on a separate hard drive away from the OS? Taking ownership of the files will most likely resolve the issue without disabling UAC.

Budman can be quite straight with his answers but to be honest you'll find he's right. The guys giving you good advice and I too can see why he wants to put his foot down in that simply turning off UAC is not a suitable answer. TBH is no different from saying my AntiVirus won't let me open this file as it has a virus, turning off your AV would not be an answer.

I respect his knowledge a lot. However, I trust myself 100%. I don't want any messages popping up asking if I want to run things, if I want to edit things etc.

I want complete control at all times.

so...... on a OSX or Linux pc you would always run as the uber-admin? Nice and quiet without any login screens to nag you when fiddling with the system innards?

UAC is there for a reason, mainly to keep people out of trouble. Disabling UAC isn't the right way to address certain permission issues.

The fact that you got away with it in W7 doesn't mean you keep running like this in W8.

And please don't use the ancient "It's my PC, I want full control over it from the start" discussion, I'ver heard that way too much in my admin days. Those people were the one popping up at the helpdesk with a regular interval ;-)

You're basically by-stepping the whole security system in Windows, but are complaining it isn't working for you.

Also, as people mentioned, turning off UAC will also disable the Metro apps. And for a good reason.....

rob

edit: woot, lots of comments while I was typing... So some overlap might occur ;-)

"I want complete control at all times."

Who says you don't?? If you are in the admin group, then your a freaking ADMIN - period and you have admin rights any time you actually NEED them!!

If you think UAC in any way shape or form is taking away anything from your ability to admin your machine, or access your machine then again you don't understand UAC!!

There is NO reason what so ever that every single process your account starts needs to have the admin token enabled - and anyone that knows anything about security will tell you that you don't run as admin unless your doing admin!

Think about it for 2 seconds - your browsing the web, does your browser need full local admin rights while doing that? What if get exploited?? It could make changes to your registry. What % of time do you think that your doing stuff on your computer that you actually need ADMIN?? To be honest its RARE!!!

UAC is a GOOD thing, it does not take anything away from your access - its just allows your admin access in a more secure manner. Without it you should login with a normal account. And then only login with admin account when your doing admin stuff!! UAC allows you to use 1 account and just elevate it to admin when so required.

  • Like 2

Effort.

By disabling that so-called "effort", you reduce the security of your machine. All web browsers run under an Administrator account now have full access to damage or change your OS, which is then made drastically worse if you install Oracle's Java.

Also, aspects of Internet Explorer's security require UAC be enabled to function, one such example is the UAC Virtualization Store (disk sandboxing). I'm not sure if it's still true since I don't disable UAC, but IE Protected Mode entirely required it and probably still does. Enhanced Protected Mode within IE10 probably also breaks with UAC disabled.

It's my PC, I want full control over it from the start

How in the world does UAC prevent you from having full control? I logon as a Limited User, I elevate only the bare minimum through "Run as Administrator" with my Administrator credentials. I de-elevate internet facing programs through "Run as Other User" like Internet Explorer and Skype to use an even lesser account that has no access to my data drives. I appear to have full control over everything, without ever logging in directly to a desktop as Administrator. I even use AppLocker to prevent all users from executing games from Steam's program directory except for one user explicitly intended to run Steam titles, because Steam is stupid when it comes to disk security and constantly grants everyone full control over its directories rather than requiring itself to use a system level service broker (Mind, I use AppLocker far more extensively, this is just one example).

Now I?m not saying anyone should do all that, nor am I saying UAC is perfect, but UAC prevents Administrators from doing nothing. Only ignorance over the way your operating system works limits control, and if control is important, the real solution is to disable ignorance.

Effort. It's my PC, I want full control over it from the start :)

Which you have even with UAC enabled.

Also, your install must have gone wrong along the way as i don;t have any of those problems on my system.

This topic is now closed to further replies.
  • Posts

    • I like Tidal, but it still does not control devices from the mobile/app and still no surround support. And yeah re: above comment I still get a lot of network errors and I am on a 4/4 Gbit Fiber connection.
    • Aren`t "security features" and "AI model that can see your screen" a tad diametric!
    • Samsung, Amazon extend 990 PRO 2TB NVMe SSD deal beyond Prime Day 2026 by Sayan Sen Recently, we had Amazon's Prime Day 2026 sales wherein there were several great deals including on SSDs. One of those discounted components was the Samsung 990 PRO SSD as the 2TB variant of it was selling for $370, a very good price after a long time. Although that deal was supposed to expire today, Amazon has now extended that sale further (purchase link under the specs table down below). The 990 PRO is a PCIe Gen4 NVMe SSD and still one of the fastest drives available today for under $400. Speaking of fast, sequential reads and writes are rated at 7450 MB/s and 6900 MB/s, respectively. The random throughputs for reads and writes are 1400K IOPS and 1550K IOPS, respectively. The 990 PRO is based on Samsung's 7th Gen V-NAND flash, and it too is TLC. It packs 2 gigs of LPDDR4 DRAM cache, which helps the random performance. The endurance rating for this is 1200 TBW (terabytes written), which should be sufficient for most users. The Samsung 990 PRO is compatible with the PlayStation 5, but if you are going to use the 990 PRO on a PC, check out the Samsung Magician app that lets you track your drive's health, update its firmware, customize various settings, and more. The technical specs of the Samsung 990 PRO 2TB are given in the table below: Specification Value Form Factor M.2 2280 Interface PCIe Gen 4.0 x4, NVMe 2.0 NAND Flash Samsung V-NAND TLC Controller Samsung In-house Controller Cache Memory Samsung 2GB Low Power DDR4 SDRAM Sequential Read Speed Up to 7,450 MB/s Sequential Write Speed Up to 6,900 MB/s Random Read (4KB, QD32) Up to 1,400,000 IOPS Random Write (4KB, QD32) Up to 1,550,000 IOPS Random Read (4KB, QD1) Up to 22,000 IOPS Random Write (4KB, QD1) Up to 80,000 IOPS Operating Temperature 0°C to 70°C Reliability (MTBF) 1.5 Million Hours Endurance 1,200 TBW (Total Bytes Written) Get it at the link below: Samsung 990 PRO SSD 2TB NVMe SSD (MZ-V9P2T0B/AM): $369.99 (Sold and Shipped by Amazon US) Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases
    • Glad im on the right boat. Tidal has lots of issues in terms of app and music mix, its worst than spot but its honest. Spot algo is very tendentious and they pess less to artists, so im comfortable with the tidal errors, for now.
    • Tidal won't monetize AI slop music, company says by David Uzondu Image via Tidal Tidal has announced an AI policy aimed at protecting artists and their crafts, as AI music generation tools continue to improve both in speed and quality. According to the music streaming platform, AI-generated music will be accepted, but these tracks will be held to a "higher standard" of content integrity. Next month, the company plans to auto-identify and tag these uploads. Listeners will spot a special icon next to content that algorithms flag as 100% AI-generated starting mid-July, and the platform hopes to expand this tag to partially generated songs as detection tech improves. Any AI music that exploits an artist's voice or likeness will be taken down, and Tidal will immediately block tracks associated with fraudulent activity, which includes artificial streaming and deceptive content that interferes with real creators. And finally, music that's 100% AI-generated will not be monetized. Tidal said there is "ongoing debate" about whether certain licensed synthetic models deserve payouts, so it's possible that this part will change in the future. Streaming platforms are absolutely getting flooded with AI-generated music because of how easy it is to pump out endless tracks every minute. To give you an idea of how "bad" it is, Deezer alone reported that synthetic uploads now make up about 44% of its daily intake, which translates to roughly 75,000 automated tracks hitting its servers every single day. Interestingly, Deezer found most people cannot tell the difference between human and machine creations, with an Ipsos study revealing that 97% of listeners failed to spot the AI-generated tracks. Spotify's CEO recently pushed back against listeners who call AI music "slop," urging people to stop using the term and instead embrace the creative potential of AI music. The Swedish platform partnered with Universal Music Group to test "legal and controlled" generative AI tools that let subscribers remix songs with AI.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      541
    2. 2
      +Edouard
      270
    3. 3
      PsYcHoKiLLa
      153
    4. 4
      Steven P.
      98
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!