February 08
Repair Windows Vista Sidebar
All of a sudden my Windows Vista’s Sidebar stopped working and while I don’t care much for the many “Shiny” Gadgets found on http://vista.gallery.microsoft.com/vista/SideBar.aspx , I find the CPU Meter and Network Meter gadgets.
I searched the web and non of the suggested solutions worked….EXCEPT “Solution 3” listed below…
Solution 1
- Click Start.
- Type Sidebar in Vista’s Start Menu Search bar and press Enter.
- Now you should be able to see the sidebar.
Solution 2
If this doesn’t work try this other trick:
- Click Start.
- Type Sidebar in Vista’s Start Menu Search bar and press Enter.
- Click Windows Sidebar Properties.
- Make sure that Start Sidebar when Windows starts is checked.
- Click OK.
Solutions 3
If this doesn’t work as well, try this last trick here:
- Click Start.
- Type CMD in the Start menu Search and press Enter.
- Click on the CMD icon and click on Run as Administrator.
- In the Command prompt copy and paste this piece of code and press Enter: regsvr32.exe atl.dll
- Copy and paste these codes too, one after another and press Enter after each of them:
- cd /d “%programfiles%\Windows Sidebar”
- sidebar.exe /regserver
- regsvr32.exe sbdrop.dll
- regsvr32 wlsrvc.dll
Source (Windows Sidebar doesn’t start in Windows Vista | Web Talk)
February 07
When I ran the Disk Cleanup wizard I accidentally checked “Hibernate Files” to be deleted. The next thing I know was that Hibernate Button was gone from Windows Vista power options and start menu.
This was easy to fix in Windows XP but needs a bit digging to fix in Windows Vista.
I ran the Command Prompt windows as Administrator and typed :
powercfg /hibernate on
If you have UAC enabled, follow these steps:
Click the Start button.
2. Select All Programs.
3. Select Accessories.
4. Right-click on Command Prompt.
5. Select Run as Administrator.
6. When the UAC prompt appears, click Continue.
7. Type powercfg /hibernate on and press Enter on your keyboard.
8. Close the Command Prompt window.
9. Reboot your PC.
Thanks to http://www.tech-recipes.com/rx/2106/vista_restore_hibernate_option/ for the tip!