Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista performance & maintenance

Vista - Fixing SP1 issues: Hibernation error; restoring Default Search function

Reply
 
Old 06-22-2008   #1 (permalink)


Vista Ultimate X64 SP2
 
 

Fixing SP1 issues: Hibernation error; restoring Default Search function

Right Click Search:

SP1 removes the default right click Search feature from Vista. Right click Search functions can be reset. Re-enabling the default Windows right click Search option at Start button, Folders, and Drives.

Click Start>type regedit
Step12
delete the "LegacyDisable" value under the following registry keys:
Step23
HKEY_CLASSES_ROOT\Directory\shell\find
Step34
HKEY_CLASSES_ROOT\CompressedFolder\shell\find
Step45
HKEY_CLASSES_ROOT\Drive\shell\find

Hibernation:

Hibernation feature does not work after Installation of Vista SP1. When attempting to resume from hibernation you recieve the following error message:
"System was shutdown unexpectedly"
This issue occurs when the Boot Configuration Data (BCD) store contains incorrect information for the "Resume from Hibernate" entry. To fix perform the following steps:

Click Start>All programs>Accessories
right click Command Prompt>Run as Administrator Step1
At Command prompt type:

bcdedit -enum all
Step23
locate following entry.(this is what you will copy in the following steps)

Resume from Hibernate
---------------------
identifier {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Step34
{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}

note- the x's above will replace letters or numbers on your
identifier string.
Step45
Use your mouse pointer and place it over the identifier string, right click, and select Mark, highlight the entire indentifier string and then hit Enter.

(this enables you to drag your pointer over the string and copy it. Important! To copy highlighted string you must hit Enter key! otherwise you will have to repeat process and mark string again)
Step56
At flashing cursor on Command Prompt type the following:

bcdedit /deletevalue
Step67
Hit the space bar then right click and paste indentifier string.
shoud look like this:

bcdedit /deletevalue {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Step78
Hit the space bar again, and type inherit. Should look like this:

bcdedit /deletevalue {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
inherit
Step89
Press enter. If done correctly (with proper spacing) a sucessful message will be displayed at Command Prompt.

Type exit and press enter to close command Prompt. Hibernation should function properly.

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Restoring from hibernation hangs if the floppy device is activatedbut not present Vista General
Fixing the search feature in Windows Vista Vista General
Lost Hibernation Function Vista file management
Restoring/fixing file? Vista file management
restoring Hibernation Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46