Enabling restarting in Windows

3

When I use shutdown -r or shutdown /r my Windows computer doesn't restart. I think this command is disabled. How can I enable this command in the command prompt?

Eva

Posted 2010-06-22T15:42:11.143

Reputation:

Neither are valid: try 'shutdown /r' or 'shutdown /t 10' – stuartd – 2010-06-22T15:46:39.087

sorry that is a type wrong . (edit the post) sry a lot – None – 2010-06-22T15:50:16.893

Windows XP, Vista or 7 and which flavor (32-bit, 64-bit, Ultimate, etc)? – glenneroo – 2011-01-28T17:22:31.837

Answers

1

Run regedit (Start -> Run) and check these registry keys if NoClose is set:

  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer
  • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer

0 indicates shutdown is enabled.
1 indicates shutdown is disabled.

If the value is not there, you could try adding it and setting it to 0. You'll probably need to restart as well.

glenneroo

Posted 2010-06-22T15:42:11.143

Reputation: 1 800

0

I prefer SysInternals PSSHUTDOWN, has lots of options. http://technet.microsoft.com/en-us/sysinternals/bb842062

jtreser

Posted 2010-06-22T15:42:11.143

Reputation: 940