Click here

Earn Money with ClixSense!!!

Wednesday, May 4, 2011

Fixing Windows 7 Gadgets that is not showing properly

This is what helped me during the time that I encountered this problem, this is a very simple yet a hundred percent working trick that helped me fix the problem. Hope to help you with this simple trick. Just create a new text document anywhere in your computer and name it as reset_gadgets.bat then put this codes or commands:

taskkill /im sidebar.exe /f
regsvr32 /s msxml3.dll
regsvr32 /s scrrun.dll
regsvr32 /s jscript.dll
regsvr32 /s atl.dll
Regsvr32 /s "%ProgramFiles%\Windows Sidebar\sbdrop.dll"
Regsvr32 /s "%ProgramFiles%\Windows Sidebar\wlsrvc.dll"
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones" /f
"C:\Program Files\Windows Sidebar\sidebar.exe"

Save it and then run and voila!!! Your gadgets are now fixed. =)))

No comments:

Post a Comment