Solution:
Run this commands
REG ADD \"HKLM\\System\\CurrentControlSet\\Services\\CSC\\Parameters\" /v FormatDatabase /t REG_DWORD /d 1 /f
then reboot
or
- Click Start, type regedit
- Locate the following registry subkey, and then right-click it:
HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\CSC
- Point to New, and then click Key.
- Type Parameters in the box.
- Right-click Parameters, point to New, and then click DWORD (32-bit)Value.
- Type FormatDatabase, and then press Enter.
- Right-click FormatDatabase, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Exit Registry Editor, and then restart the computer.
|