Tuesday, April 23, 2013

Fix Windows Shutdown and Startup problems

8:10 AM

The number one rule of a good technician is to check the logs before anything else. Logs means Windows Event Log to see if any errors or any clues are there. Otherwise what ever you  do would just be a shot in the dark - it may hit or it may miss. In my opinion troubleshooting is an art and it takes time to master it. But it’s satisfying and worth the effort!

Selective Startup in Windows 8

Back to the topic.  So I went through the Event Viewer, with no luck. I checked the Application Log, Security Log, System Log but found nothing related to the issue. So I though of using one of the classic troubleshooting steps I often use, and that is “Selective Startup”. For those who don’t know Selective Startup is a way where we disable all the non-Microsoft items from Startup and have a Clean Boot.

Open up Task Manager

  • Click on “More details” and click on “Startup” tab
  • Sort by Publisher. Disable the non-Microsoft startups. To disable right-click on the item and click on Disable
  • Make sure you don’t disable any other important applications like your motherboard chipset, Audio drivers, Display drivers, WiFi drivers, etc.
Now I powered off my computer, booted it and tested it. Still no luck.

Bootexecute autocheck

Then I researched a bit and found a registry key, whose value determines the startup & shutdown behavior I decided to try it out. Please take a registry backup before you  make any change. To take a backup:
  • Go to Modern UI screen and type in “Regedit” and press Enter
  • Then go to file –> Export –> Under Export range make sure you choose “All”
  • Then click on Save.

Now we are going make those registry changes:

  • Go to the following location
  • HKEY_LOCAL_MACHINE – > SYSTEM = > CurrentControlSet  – > Control – > SessionManager
  • Now on the right side pane you’ll find BootExecute
  • Right-click and click on Modify
  • Remove all the values from it and replace it with autocheck autochk * which is the default value.
  • Then click OK and exit the Registry Editor.
I rebooted the system and tested it again. It seemed to work fine.

The bootexecute autocheck autochk * value specifies the applications, services, and commands executed during startup. It may include additional commands after the autocheck autochk * value. But do not delete the default value, autocheck autochk *, from the value of BootExecute.

Note: If this tutorial worked for you (and it should work), please leave a comment below. Thanks.

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

 

© 2013 iFlasha. All rights resevered. Designed by Templateism

Back To Top