Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    does shutdown -f take the same time?
    – soandos
    Commented Jun 13, 2011 at 17:56
  • Do you have anything like OffLine files?
    – sgmoore
    Commented Jun 13, 2011 at 18:56
  • soandos, yes. so does shutdown -f -r. sgmoore, no.
    – William C
    Commented Jun 13, 2011 at 19:03
  • 1
    Try doing it as another user. It may be a bad profile. Also, if you want to so that command, do shutdown -s -f -t 00 (s=shutdown, f=force so you don't have to end task on anything, t 00=do it immediately.
    – KCotreau
    Commented Jun 13, 2011 at 19:04
  • please, download and run "process explorer" (www.sysinternals.com) and see all processes running on your computer. right click on column header and check "command line" to see from where the processes are started. then use "save as" to save a txt file with all informations showed, open it, copy and paste that here and so we can see if the problem is a running process.
    – kokbira
    Commented Jun 15, 2011 at 11:40