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

    • Save up to 87% on ChatPlayground AI lifetime subscriptions by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save up to 87% on ChatPlayground AI: lifetime subscriptions. ChatPlayground AI puts the world’s top AI models in one powerful interface, letting you enter a single prompt and instantly compare outputs from multiple models to choose the perfect response for your needs. Boost productivity and creativity with access to the latest AI giants like GPT-4o, Claude Sonnet 4, Gemini 1.5 Flash, DeepSeek V3, and dozens more — all in one window. Whether you’re chatting, coding, generating images, or refining prompts, ChatPlayground AI equips you with advanced tools like prompt engineering, image/PDF chat, saved conversations, and AI image creation, plus priority support to keep your workflow seamless. Access the world’s best AI models Side-by-Side Comparisons: Enter one prompt & instantly view results from multiple AI models to find the best output for your needs 40+ AI Models: Includes GPT-4o, Claude Sonnet 4, Gemini 1.5 Flash, DeepSeek V3, Llama, Perplexity, and many more Multi-Function Platform: Access AI for chat, image generation & coding all within a single interface Web Browser Extension: Offers a Chrome extension to seamlessly integrate the platform into your browsing workflow Boost productivity with powerful features ChatPlayground Interface: Designed for seamless AI model comparison in one window Prompt Engineering: Refine & optimize your prompts for better, more accurate responses Chat with Images & PDFs: Upload visuals and documents to get context-aware answers Saved Chat History: Keep track of past conversations for reference & ongoing projects AI Image Generation: Create high-quality visuals powered by top AI image models Priority Customer Support: Get faster assistance whenever you need it What you'll get with the Unlimited Plan Includes unlimited messages/month Built for prompt engineers, startups, and teams who run experiments nonstop Includes priority access to new features and future models Good to know Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Desktop Max number of device(s): Unlimited Available to both NEW & Existing users Updates included A lifetime subscription to ChatPlayground AI (Unlimited Plan) normally costs $619, but you can pick it up for just $79 for a limited time - that represents a saving of $530 (87% off). Click the link below for more details, always check terms and specifications before making a purchase. Get this ChatPlayground AI (Unlimited) for $79 (was $619) There are also two other discounted plans to choose from. Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • 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
  • 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
      539
    2. 2
      +Edouard
      266
    3. 3
      PsYcHoKiLLa
      151
    4. 4
      Steven P.
      98
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!