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

    • Amazon may use OpenAI and Nova models after Anthropic reportedly raises costs by Karthik Mudaliar Amazon is reportedly considering to use OpenAI models and even its own Nova family of AI models after Anthropic raised the cost of using Claude inside Amazon services. According to a report from The Information, Amazon is weighing its options to reduce costs under a new arrangement with Anthropic. But back in April, Amazon said it would invest $5 billion more in Anthropic, with the possibility of adding up to another $20 billion if certain commercial milestones are met. That investment actually came on top of another $8 billion Amazon had already put into the Claude maker. Anthropic, meanwhile, committed to spend more than $100 billion over 10 years on AWS technologies, including Amazon’s Trainium chips. Amazon isn't just a customer of Anthropic but also one of the most important backers and cloud partners. This is why it makes it interesting that Amazon is considering other alternatives to handle its internal workloads. Although Amazon has been building its own options for a while now. Its Nova family of AI models was announced in late 2024 for Amazon Bedrock, with models aimed at text, image, and video tasks. Amazon pitched the model around cost and latency at that time. With that said, OpenAI has also become a more realistic option recently for AWS customers as well as for Amazon itself. Earlier this year, OpenAI brought its latest models and Codex coding agent to Amazon Bedrock, after changes to its previously more restrictive Microsoft cloud arrangement. This allowed AWS to serve even those customers who wanted other alternatives from Claude, without having to move workloads out of Amazon's cloud. Evaluating alternatives could also be due to commercial pressure and not necessarily a sign of a damaged partnership between Amazon and Anthropic. Whether or not Amazon is actually considering switching entirely to OpenAI's models or its own Nova models remains unknown at this moment.
    • Samsung introduces new AI classroom tools and interactive displays at ISTELive 2026 by Fiza Ali Samsung has announced several new education-focused software features and interactive displays for schools during ISTELive 2026, taking place in Orlando, Florida, from 28 June to 1 July. The focus of these updates is on making shared classroom displays easier to use for teachers while giving IT administrators more control over managing devices. One of the key additions is the Samsung Account Management Solution (AMS). In many schools, multiple teachers share the same interactive display throughout the day, which means signing in and setting everything up can become repetitive. With AMS, teachers can log in by scanning a QR code or tapping an NFC-enabled ID card. Once signed in, their personalised workspace, including wallpapers, bookmarks, app shortcuts, and files, can be instantly accessed through Home Personalisation. Samsung has also included a screen lock feature, allowing teachers to lock the display if they need to step away briefly. Furthermore, the company is also updating its Education Portal with new tools designed for school IT administrators. The portal will allow IT administrators to register teachers, enrol devices, and manage user access from a central dashboard. Administrators can also link NFC cards to teacher accounts, making sign-ins quicker across shared displays. Another addition is a Tags feature that lets schools organise displays by building or classroom. Those tags can also be used to send emergency notifications to selected Samsung Interactive Displays through compatible platforms such as InformaCast and Raptor. Moreover, the tech giant's AI Assistant is gaining several new features aimed at supporting everyday classroom tasks such as lesson planning and classroom engagement. One of the features is Circle to Search, which lets teachers circle text or images on the display to quickly find related information, videos, or web results without interrupting the lesson. The content can then be brought into Samsung Whiteboard. Another feature, Live Transcript, converts spoken lessons into real-time captions, which could be useful for students with hearing impairments or those in multilingual classrooms. The AI Assistant also introduces AI Summary and AI Quiz. The summary tool creates summaries of recorded lessons, while AI Quiz generates questions based on lesson content so teachers can quickly check how well students are following along. Teachers signed in through Samsung AMS can also return to their previous AI-generated lesson materials without logging in again. Alongside the software updates, Samsung has expanded its Android-based Interactive Display range with three new models: the WAF-S, WAFX-PS, and WAHX-M. The WAF-S and WAFX-PS ship with Android 16, bringing updates to security, accessibility, and overall usability while maintaining compatibility with Google's education services including Google Classroom and Google Drive through EDLA certification. Meanwhile, the new WAHX-M is the biggest addition to the lineup, introducing a 98-inch display for larger spaces such as lecture halls and conference rooms. It will also be available in 65-inch, 75-inch and 86-inch sizes. Samsung says the WAHX-M further includes on-device AI features such as voice commands, text-to-speech, and an AI calculator, alongside support for Samsung AMS and AI Assistant. Samsung AI Assistant has been available since April, while Samsung AMS and the updated Education Portal will begin rolling out in July.
    • It's been $24 (single) or $89 (4-pack) for many days on both Amazon and Walmart as far as I know. That isn't a big discount. If these end up like the 1st gen, the 4-pack will routinely get down around $80, give or take a dollar. I think they have even hit $69 at times.
    • Microsoft brings Claude to its own Azure infrastructure, powered by Nvidia GB300 Blackwell by Karthik Mudaliar Anthropic's Claude models are now generally available in Microsoft Foundry on Azure and are running on Nvidia's GB300 Blackwell Ultra systems. Nvidia wrote in its announcement that the models are hosted on Microsoft Azure and accelerated by GB300 Blackwell Ultra GPUs, with Quantum-X800 InfiniBand networking used to support larger agentic systems and specialized sub-agents that can operate across business domains. This is great for customers and enterprises that want to build autonomous and domain-specific AI agents using Claude without moving outside Microsoft’s cloud platform. Microsoft currently offers Claude models in Foundry in two forms: “Hosted on Azure,” which runs end-to-end on Azure infrastructure and is generally available, and “Hosted on Anthropic infrastructure,” which remains in preview. This separation is quite important for organizations that have procurement, compliance, data processing, or internal governance requirements tied to Azure. Anthropic currently has 11 Claude models listed in Microsoft Foundry, including Opus 4.8, Sonnet 4.6, and even the unavailable Mythos and Fable models. Billing is handled through Claude Consumption Units (CCUs). Microsoft says CCU is an invoicing unit for Claude models in Foundry, with token usage converted using Anthropic’s published per-model token rates. The usage is billed through Azure Marketplace just like models from other distributors and appears on the customer's Azure invoice, while eligible spend can count against a Microsoft Azure Consumption Commitment. For starters, GB300 NVL72 is a rack-scale, fully liquid-cooled system that combines 72 Blackwell Ultra GPUs and 36 Grace CPUs. Nvidia has listed 37TB of fast memory, 130TB/s of NVLink bandwidth, and FP4 Tensor Core performance of up to 1,440 petaflops with sparsity. The deal is also part of a three-way partnership between Microsoft, Nvidia, and Anthropic. Under the deal, Anthropic has committed to buying $30 billion in Azure compute capacity and contracting additional capacity up to one gigawatt. Nvidia and Microsoft also said they would invest up to $10 billion and $5 billion in Anthropic, respectively.
    • WhatsApp is getting usernames, and you can reserve your preferred one now by Fiza Ali Sharing your phone number isn't always something you want to do, especially with people you've just met. Whether it's someone from a class, a local community group, or a sports team chat, handing over your number can feel like giving away more personal information than necessary. That's exactly the problem WhatsApp is trying to solve with its upcoming usernames feature. The company has announced that users can now reserve a unique WhatsApp username ahead of the feature's wider rollout later this year. Once usernames become available, they'll let people connect without revealing their phone numbers. It's a change that makes a lot of sense for group chats. Right now, everyone in the group can see your phone number. With usernames enabled, that won't necessarily be the case when someone contacts you for the first time. WhatsApp says it's opening username reservations early because more than three billion people use the app, meaning plenty of people are likely to want the same usernames. Reserving one now gives users a better chance of securing the name they actually want before the feature launches more broadly. If your preferred username is already taken, WhatsApp will also offer a built-in username generator to suggest available alternatives. The feature isn't only aimed at individual users. Creators, businesses, and organisations will be able to claim the same username they already use on Instagram or Facebook, making it easier to keep a consistent identity across Meta's apps. Furthermore, privacy is a big part of how WhatsApp is introducing usernames. There won't be a public directory where people can browse or search for usernames. Instead, people will need to know your exact username before they can start a conversation with you. Additionally, users can also choose to enable a username key, which adds another layer of control by requiring people to enter that key before sending a message. Once the feature rolls out, people who choose to use a username will no longer have their phone number shown when messaging a person or business for the first time. If you want to reserve a username, make sure you're running the latest version of WhatsApp, then head to Settings > Account > Username. The tech giant says usernames will roll out gradually over the coming months, and users will receive an in-app notification when the feature becomes available in their country.
  • 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
      536
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      98
    5. 5
      macoman
      65
  • Tell a friend

    Love Neowin? Tell a friend!