windows not shut down to allow computer to turn offi have have checked all windows. only i can turn off is manual botton.
shut down
Collapse
X
-
Tags: None
-
hi
you should make shure if this is a hardware or software fault
try to use command :
shutdown -f -r -t 0
this command should farocely shutdown your computerComment
-
It sounds as if there is some kind of background application running which is eating up your processes. You need to kill the processes.
Using the shutdown -f -r -t 0 will work just fine for the time being.
Also if you do not know how to kill processes and find out what application is doing this then i suggest for the time being that you create a desktop shortcut and type in the shutdown -f -r -t 0 command in. From then on when you click on that icon the computer should shut down.Comment
Comment