Home > Article > System Tutorial > Win10 memory cannot be written. How to solve win10 memory cannot be written. Why?
Question: When the software or game pop-up window displays "Memory cannot be written", how to solve it? Quick explanation: This problem can be solved by accessing the DOS command interface and entering specific codes. Guidance: This article will introduce in detail the reasons for the "memory cannot be written" problem in Win10 system and the solution steps using the DOS command line. PHP editor Baicao will take you through the complete process of solving this problem.
The reason why win10 memory cannot be written
Method 1.
1. Press the shortcut key "WIN R" to pop up the run.
2. Enter cmd and click the OK button to enter the DOS command interface.
3. Enter at the command prompt: for %1 in (%windir%system32*, dll) do regsvr32, exe /s %1, after entering the code , hit the Enter key.
4. The system starts to re-register the dll file, which requires a short wait. After the re-registration of the dll file is completed, the problem that the memory cannot be read or written will be solved.
Method 2,
1. Press win r on the keyboard to open the run function of the computer, and enter regedit to enter the registry. Under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShellExecuteHooks, there should be only one normal key value "{AEB6717E-7E19-11d0-97EE-00C04FD91972}, just delete the others.
Method 3.
1. Press win r to open the run function on the computer, enter services, msc, and click OK
2. Find Windows in the services window. Management Instrumentation service, click "Stop", and then click OK. Function, enter repository to back up all files in the folder window (self-contained or USB disk), delete all files in the folder after backup. 4. Restart and shut down. Then open the service and expand "Windows Management Instrumentation", click "Enable", and run the normal service. Then you can use the software or run the game normally. If this method does not work, remember to restore the files deleted in the repository, otherwise it may affect the system.
The above is the detailed content of Win10 memory cannot be written. How to solve win10 memory cannot be written. Why?. For more information, please follow other related articles on the PHP Chinese website!