Jump to content

shut down


Recommended Posts

For no known reason I get a message that states. "You're about to be signed out" " Windows will shut down in less than a minute" The only option is "close"

 

Operating system:Windows 8.1 (64 bit)

System root: C:Windows

Available physical memory: 12239 MB

CPU: Intel® Core i7-4790 CPU @ 3.60GHz

Drive Info:

C: 919.48 GB

J: 931.51 GB

Internet Explorer: 11.0

Link to comment
Share on other sites

I'm not using any software to shutdown/reboot. I have used multiple tools to check for a virus or malware. I don't believe that is the issue. I'm going to delete any programs I've installed in the last 60 days to see if that corrects the issue.

Link to comment
Share on other sites

Right-click start, click command prompt (admin), launch:

dism /online /cleanup-image /checkhealth
It should last few seconds, then report the final result here.

After it, launch:

sfc /scannow
It should last 15-50 minutes.

If the final result is different from Windows Resource Protection did not find any integrity violations and Windows Resource Protection found corrupt files and successfully repaired them. Details are included in the CBS.Log %WinDir%\Logs\CBS\CBS.log, launch this command:

copy %SYSTEMROOT%\logs\cbs\cbs.log %userprofile%\desktop\cbs.txt && findstr /c:"[SR]" %userprofile%\desktop\cbs.txt > %userprofile%\desktop\SR.txt
After it, you should find two files on your desktop: cbs.txt and SR.txt.

Post here the sr.txt .

If the command won't work, try these, one after the other (one by one):

copy %SYSTEMROOT%\logs\cbs\cbs.log %userprofile%\desktop\cbs.txt
findstr /c:"[SR]" %userprofile%\desktop\cbs.txt > %userprofile%\desktop\SR.txt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...