Comprehensively solves memory writen or read Problems
This person and many friends often encounter a problem where the memory cannot be writen or read. Find the following methods.
As long as it is not caused by poor hardware, most of the problems can be solved using the method described in this article.
1.
Temporarily uninstall the framework
Cause: the framework is associated with a lot of software that has not been installed and has yet to be developed, and some dll may be useless for the moment.
Method:
Add/deleteProgramCheck whether the framework of Microsoft. NET has been installed. If it has been installed, temporarily uninstall it. Then reinstall it as needed.
2.
Clear redundant DLL
Purpose:
A. Redundant dll may cause a fault where the memory cannot be writen or read.
B. Redundant DLL does not return to its own location or association in the following process.
Method:
Use Windows optimization master to clear redundant DLL.
This step can solve many memory writen or read problems.
3.
Returns the DLL file to the correct location and association
Cause:
Most memory writen or read errors are caused by incorrect DLL file location and association.
Method 1: Click Start, Run, And Enter cmd
Click OK.
Enter for % 1 in (% WINDIR %/system32/*. ocx) Do regsvr32/S % 1 and press Enter,
Enter for % 1 in (% WINDIR %/system32/*. dll) Do regsvr32.exe/S % 1
Press enter,
Do not perform any operations until the screen is completely static, because at this time, each dll must return to its correct position Association.
Do not continue the following operations until the indicator stops shining.
Method 2:
Use the "software to solve the memory issue that cannot be read" to relocate the DLL file.
See the compressed file at the end of this article ..
4.
Delete useless related entries in the Registry
Run regedit,
Under HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Explorer/shellexecutehook,
Keep this normal key value only {AEB6717E-7E19-11d0-97EE-00C04FD91972 },
Delete all others.
5. Restart your computer.
Small software that solves the problem of memory cannot read: http://bbs.366tian.net/viewthread.php? Tid = 595241