The error "the operation cannot be completed due to insufficient storage space" is reported by IE (including the causes)
Posted on xiaocao reading (7686) Comments (8) EDIT favorite category of the online excerpt: study notes, Microsoft technology, software use, script favorites, work troubles
1. When I open "about" of IE, an error will be reported: a large number of customers complained recently that the IE Report "insufficient storage space, unable to complete this operation" was reported during script running. All users with this problem cannot access the "Help -- about" page of IE and report the same error.
2. In the window opened with showmodaldialog, the browser version (navigator. useragent) is obtained.
The error "the operation cannot be completed due to insufficient storage space" leads to poor performance of other scripts after the page, which has very serious consequences for the business system.
Test script:
<Button onclick = test ()> test </button>
<SCRIPT>
Function Test (){
Showmodaldialog ("javascript: Alert (navigator. useragent );");
}
</SCRIPT>
The real reason is that the contents in the Registry have been modified. Check the items in the registry. The Registry is located in two places:
HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Internet Settings/5.0/User Agent
And
HKEY_CURRENT_USER/software/Microsoft/Windows/CurrentVersion/Internet Settings/5.0/User Agent
On my machine, I found that my HKEY_CURRENT_USER/software/Microsoft/Windows/CurrentVersion/Internet Settings/user agent/post platform had a string whose key value was changed to embeddedwb 14.52 from: http://www.bsalsa.com/embeddedwb 14.52 is because the key name is too long, so the result of the JavaScript to get an error, check the two locations of the key name has such a situation, after modification, restart the machine to solve the problem.
Reference: http://www.winhelponline.com/articles/35/1/Windows-Update-page-says-Thank-you-for-your-interest-in-obtaining-updates-from-our-site.html
The original understanding is as follows:
There are also a lot of dog friends who have found this problem, just uninstall kugoo2007, so it is confirmed that kugoo2007 causes ie problems.
Solution:
Http://service.kugoo.com/Display.asp? Id = 96640 follow this reply (this is disabled)
Currently known solutions. (I have not tried it yet. It is too troublesome)
It is certain that the Registry is modified by the kugoo2007 or kugoo mini player, making IE6 unable to read system information normally. The solution is as follows:
(1) download and install IE7 of Windows XP;
(2) After the installation is complete, restart the system and run IE7;
(3) Enable tools> Internet Options> advanced> restore settings to complete the most thorough restoration.
After completing the preceding operations, uninstall IE7 and restart the system. IE6 returns to normal.
It is said that this patch can be fixed.
Http://support.microsoft.com/kb/945007
Download: http://www.microsoft.com/downloads/details.aspx? Familyid = 3f8ba2aa-ed73-4764-a56d-9515a9c500de & displaylang = en
I tried, but I couldn't solve it. I have to wait for the new kugoo version to see if there is any solution. I have installed kugoo 4.024. Or not.
I can install IE 8 normally, but I can't use the bank of China's online banking. I can delete IE8 and then install IE7. Then I can go to the advanced level and reset all. It will be normal. Haha