Solve the error that the memory cannot be read or written

Source: Internet
Author: User

In many cases, when we are using a computer, a dialog box pops up, prompting that the *** memory cannot be read or written, etc, the solution here is to re-register all DLL files in the system and eliminate errors such as "memory cannot be read or written ".

Windows systems may suffer frequent damages, mainly because many applications often share the call of some DLL files. Once some applications are automatically uninstalled after use, the DLL files called by these applications are often deleted, so when other applications in Windows or the system call those shared DLL files again, errors will naturally occur! It may cause a variety of unknown problems, such as failure to open the secondary link, and frequent errors such as "memory cannot be read or written.

When the Windows system is abnormal due to the loss of system DLL files, we do not need to reinstall the operating system, you only need to re-register the lost DLL files to restore the system to normal operation.

How can I re-register all dll files? It's actually very easy!

(1) Start-run: enter cmd and press enter! Enter the "c: windowssystem32cmd.exe" Window

(2) directly enter: for % 1 in (% windir % system32 *. dll) do regsvr32.exe/s % 1 at the command prompt in the "c: windowssystem32cmd.exe" window.

Note: It is at the command prompt, not in the "run" box!

TIPS: You can directly copy and paste the preceding commands.

(3) Press enter!

Start to re-register all the DLL files in the system.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.