When you switch your notebook to an XP system, click My Computer or some other time, sometimes you'll be prompted for the following error:
---------------------------
IExplore.exe-Application Error
---------------------------
"0x00000001" Memory referenced by the "0x00a1bdb3" directive. The memory cannot be "read".
To terminate your program, click OK.
To debug your program, click Cancel.
---------------------------
OK cancel
---------------------------
Workaround:
1, create a new TXT document on the desktop, modify the document format for bat.
2, right key edit, in the bat file copy the following two words:
For%1 in (%windir%\system32\*.dll) do regsvr32.exe/s%1
For%i in (%windir%\system32\*.ocx) do regsvr32.exe/s%i
Save, and close the bat file.
3, double click Bat file, Fix!
This column more highlights: http://www.bianceng.cnhttp://www.bianceng.cn/OS/skills/