1. Start-Run (enter regedit.exe)-OK or press Enter to open the registry editor
2. Find in the opened registry editor: HKEY_LOCAL_MACHINE, and expand: HKEY_LOCAL_MACHINE, find in the HKEY_LOCAL_MACHINE expansion key: SYSTEM, also expand: SYSTEM;

3. Find in the expanded item of SYSTEM: CurrentControlSet, expand: CurrentControlSet, find Control in the expanded item of CurrentControlSet and expand;

4. Find in the expanded items of Control: RegistrySizeLimit, if there is no RegistrySizeLimit item, right-click: Control, and left-click in the drop-down menu: New-DWORD (32-bit) value (D);

5. We named the new item: RegistrySizeLimit;

6. Left-click and double-click: RegistrySizeLimit, in the pop-up edit DWORD (32-bit) value window, when the base is: hexadecimal (H), enter in the numeric data (V) column: ffffffff;

7. Click again: base decimal (D), if there is 4294967295 in the numeric data column, click OK, if there is no value in the numeric data column, enter: 4294967295, then click: OK;

8. Go to the registry editor, we can see the DWORD (32-bit) value of RegistrySizeLimit: 0xffffffff (4294967295), exit the registry editor, and restart the computer;

9. After restarting the computer, start-run (input CMD)-OK or press Enter to open the administrator command window;

10. In the administrator command window, we enter SFC /SCANNOW and press Enter;

11. At this time, the system will automatically scan. The scanning process will take a few minutes. When the scanning progress reaches 100%, exit the administrator command window;
