How to solve the problem that the memory cannot be red in win10

WBOY
Release: 2023-12-24 19:53:20
forward
715 people have browsed it

When we use computers in daily work and study, in some cases, the system may prompt that the memory cannot be red when operating applications. So for this kind of problem, the editor thinks it may be because there is some kind of problem with our computer, and the reading of the file becomes read-only and cannot be modified. You can try to enter the editor of your computer to perform related repair operations. Let’s take a look at the specific steps to see how the editor did it~

How to solve the problem that the memory cannot be red in win10

How to solve the problem that the memory cannot be red in win10

How to solve the problem that the memory cannot be red in win10

1. If the hardware reason can be eliminated (the memory module is incompatible, replace the memory. Is the graphics card driver installed correctly or has it been maliciously overwritten?) See below:

2. System or other software Caused by the problem, the following methods can be used to deal with it:

1. If there is a problem with the system itself, install the official patch in a timely manner and reinstall the system if necessary.

2. Virus problem: anti-virus.

3. Anti-virus software conflicts with other software: uninstall the problematic software.

3. The browser prompts that the memory cannot be read or written:

1. Run → regedit → enter the registry, and go to →

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Explorer\ShellExecuteHooks

There is a normal key value {AEB6717E-7E19-11d0-97EE-00C04FD91972} at this location, delete the others.

How to solve the problem that the memory cannot be red in win10

2. Open the CMD window and enter the following command:

for %i in (%windir%\system32\*.dll) do regsvr32 .exe /s %i Enter

for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i Enter

3. Two lines respectively After the operation is completed, restart the machine.

4. If the above method cannot solve the problem, you can only use the last resort:

1. Completely register the dll: Open "Run" and enter → cmd → Enter

2. Then copy the following line of characters into the black cmd box, press Enter, wait for all the dll files to be registered, and then close them.

To prevent input errors, you can copy this command, and then click the mouse after the command prompt Right click → Paste → Enter and wait patiently until the screen stops scrolling.

(The following is the code to be run):

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1

3. Restart the machine after completion.

More memory related issues:

>>>The memory cannot be written. What does it mean and how to solve it

The above is the detailed content of How to solve the problem that the memory cannot be red in win10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:somode.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!