This code says nothing if there is no other data. It would also be good to know when this code started appearing. What you did before that - installed something, removed something, updated something, and so on. One can only assume that something is wanted to start, but for some reason it fails. It may be some app, it may be some driver, some periferials, .... what ever. Remove all plugged devices, run cmd.exe as administrator and then sfc.exe /scannow repair all errors if needed, restart. Look what changes. If nothing changes, the first thing, please give us more info. If the scan ends and You see something like this: there were some errors but we can't repair... run this command, it shows scan log, also puts it on desktop. Code: @echo off findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >%userprofile%\Desktop\sfcdetails.txt Start notepad "%userprofile%\Desktop\sfcdetails.txt" exit