Same and worse. My PC will start and work for a little bit, then restarts liker every 10 min. Not very happy
Hey man, same things been happening to me. How'd you fix it?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I am getting this error when I start the computer I am getting error
Metadata staging failed, result=0x80070490 for container '{564E4238-4832-4447-5633-5CB9010C3444}', DeviceSetupManager id 131.'
, please help
me with this error
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Same and worse. My PC will start and work for a little bit, then restarts liker every 10 min. Not very happy
Hey man, same things been happening to me. How'd you fix it?
I also have such lines in the Event View. What could be the reason for the errors? Question: can the error be due to the "Management Engine Interface" or "Intel Chipset Driver", and the updates that are associated with them. Or is it not related to this at all? By the way, I have two folders along this path - "Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata", there are two folders "Device Metadata" and "ActiveDownloads". "The ActiveDownloads folder is empty. And in "Device Metadata" there are lines that are in the screenshot.
ChatGPT The errors you're seeing in the Event Viewer could potentially be related to the "Management Engine Interface" or the "Intel Chipset Driver," especially if they involve hardware or device communication issues. Here are a few possibilities to consider:
To troubleshoot further, consider:
I posted earlier, i'm going to try to remove it,, I just noticed the exact name and model of lapdoggie you're using, and here is the answer i got back. Hope it's more definitive.
asus rog strix g16 giving following err :: Metadata staging failed, result=0x80070490 for container '{564E4238-4832-4447-5633-5CB9010C3444}', DeviceSetupManager id 131
ChatGPT
The error message you're encountering on your Asus ROG Strix G16—specifically "Metadata staging failed" with the result code 0x80070490—is often associated with issues in Windows, particularly with the Device Setup Manager. Here are some steps you can take to resolve this issue:
cmd, right-click, and choose Run as administrator). bashCopy codesfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
If the issue persists, you can try resetting the Windows Update components:
bashCopy codenet stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net stop dosvc
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
net start dosvc
Win + X and select Device Manager.Sometimes, user profile corruption can lead to issues:
If this error is linked to a specific application, try repairing or reinstalling that application.
Run a full system scan using Windows Defender or any trusted antivirus software to ensure that malware isn't causing the problem.
If this issue started recently, you might want to perform a system restore to a point before the issue began:
As a last resort, you might consider resetting Windows or performing a repair install, which keeps your files but reinstalls the OS.
If none of these steps resolve the issue, there may be a deeper underlying problem, and you might want to consider reaching out to Asus support or a professional technician.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
The joys of Windows OS :(
I once proved a point about the problem being the OS by booting the laptop from a Linux distro. After installing the drivers in Linux the external devices worked perfectly.