Tuesday, 24 June 2014

Gadgets Not Displaying In Windows 7 : Problem Solved!



How to Fix Gadgets not Displaying Correctly in Windows 7?
Note:
If you have gadgets that are displaying on your Windows 7 desktop improperly as black, white, blank, or just messed up, then this will show you how to fix them.

You must be logged in as an administrator to be able to do this tutorial.
If you have a 3rd party firewall program installed, then also check to make sure that the gadgets are allowed in the firewall and are not being blocked in that program's exception settings.

Solution 1:

Automatically Using a BAT File Download
NOTE: This does the same thing as in OPTION TWO below, but automatically.

1. Click on the link below to download the file below.
Reset Gadgets.bat

http://www.mediafire.com/?zbcw34hax1wv5z6

2. Click on Save (if prompted), and save the .bat file to your desktop.

3. Right click on the downloaded .bat file and click on Run as administrator.

4. If prompted by UAC, then click on Yes.

5. You will see a command prompt flash open and close as the .bat file runs.

6. When finished, restart the computer to apply.

7. Check to see if the gadgets on your desktop are displaying correctly now. If not, then try uninstalling and reinstalling the still bad gadget, or do a System Restore using a restore point dated before the problem.

Solution 2:

Manually in a Elevated Command Prompt

NOTE: This does the same thing as in OPTION ONE above, but manually.
1. Open a elevated command prompt (right click - Run as administrator)

2. In the elevated command prompt, copy and paste each command below and press Enter one at a time. After each time your press Enter, you will need to click on OK before doing the next command.
net stop sidebar.exe
regsvr32 msxml3.dll
regsvr32 scrrun.dll
regsvr32 jscript.dll
regsvr32 atl.dll
Regsvr32 "%ProgramFiles%\Windows Sidebar\sbdrop.dll"
Regsvr32 "%ProgramFiles%\Windows Sidebar\wlsrvc.dll"

reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones" /f
NOTE: This command will reset the security zones in Internet Explorer back to the default settings.
net start sidebar.exe
3. Restart the computer to apply.

4. Check to see if the gadgets on your desktop are displaying correctly now. If not, then try uninstalling and reinstalling the still bad gadget, or do a System Restore using a restore point dated before the problem.

No comments:

Post a Comment