Check to see if cldflt.sys is running, and if it isn't, enable it.
-
Press the Windows key and browse to Windows System > Command Prompt. Right-click and select More then Run as administrator.
-
Type cd %systemroot%\system32\drivers and press Enter.
-
Type sc query cldflt and press Enter.
-
Look for a line in the results called State. If the state is not 4, change the state of cldflt.sys to automatically run.
-
To change the state, type sc config cldflt start=auto and press Enter. The dialog box should
display [SC] ChangeServiceConfig SUCCESS. -
Restart your computer.