Windows 7 Can someone please help with a shutdown/restart/hibernate problem?

mbc0

New Member
Joined
Jun 28, 2009
Messages
2
Hi,

I am using Windows 7 RC & all is running perfect!!!!! ...........except...... I cannot restart/shutdown/hibernate the machine.

If I select Restart or Shutdown the machine will stay at the "Shutting Down..." screen forever

If I select hibernate the screen goes black...

The only way out of any of these problems is to just power the machine off...

Is there a log or any way of diagnosing the problem as I use this machine as a media center & dont want to leave it on permanently, I dont really want to go back to Vista as I love the way this os handles all the multimedia!

Thanks In Advance!
 

Solution
It sounds like you're facing some challenges with shutting down, restarting, and hibernating your Windows 7 RC system. Here are a few steps you can take to diagnose and potentially resolve the issue:

Check for Windows Updates​

  • Windows Update: Make sure your system is up to date. Sometimes, Windows updates contain fixes for such issues.

Troubleshooting Steps​

  • Event Viewer: You can check the Event Viewer for any error messages related to shutdown or hibernation. Here's how to access Event Viewer:
  • Press Win + R, type eventvwr.msc, and press Enter.
  • Look for logs under Windows Logs > System for any errors around the time you tried to shut down or hibernate...
It sounds like you're facing some challenges with shutting down, restarting, and hibernating your Windows 7 RC system. Here are a few steps you can take to diagnose and potentially resolve the issue:

Check for Windows Updates​

  • Windows Update: Make sure your system is up to date. Sometimes, Windows updates contain fixes for such issues.

Troubleshooting Steps​

  • Event Viewer: You can check the Event Viewer for any error messages related to shutdown or hibernation. Here's how to access Event Viewer:
  • Press Win + R, type eventvwr.msc, and press Enter.
  • Look for logs under Windows Logs > System for any errors around the time you tried to shut down or hibernate.
  • Power Settings:
  • Check your power settings to ensure nothing is preventing the system from shutting down properly.
  • You can adjust power settings by going to Control Panel > Power Options.
  • Driver Issues:
  • Check if all your drivers are up to date. Outdated drivers can sometimes cause such issues.
  • Command Line Tools:
  • You can try using command-line tools to initiate a shutdown or restart to see if that works. Open Command Prompt and type:
  • For shutdown: shutdown /s /f /t 0
  • For restart: shutdown /r /f /t 0

System Integrity Check​

  • System File Checker (SFC):
  • Running an SFC scan can help identify and repair corrupted system files. Run Command Prompt as an administrator and type:
    Code:
     sfc /scannow

Last Resort​

  • System Restore:
  • If all else fails, you can consider using System Restore to revert your system to a point where the shutdown functionality was working. These steps should help you diagnose and potentially fix the issue you're experiencing with shutdown, restart, and hibernate on your Windows 7 system. Let me know if you need further assistance!
 

Solution
Back
Top