Comments
Item

System Restore Calendar Missing

Published in Windows XP Tips by TweakXP Member with 5,408 views and 2 comments

If you open System Restore and try to choose a restore point but the calendar is missing, it's probably the Hypertext Markup Language Component associatiion (.htc) that is missing or corrupt.

Cut and paste everyting below into notepad, save it as a .reg file, and then double-click on it and let it put the information into the registry:

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.htc]
"Content Type"="text/x-component"
@="htcfile"

[HKEY_CLASSES_ROOT\MIME\Database\Content Type\text/x-component] 
"CLSID"="{3050f4f8-98b5-11cf-bb82-00aa00bdce0b}"
"Extensi on"=".htc"

HKEY_CLASSES_ROOT\CLSID\{3050f4f8-98b5-11cf-bb 82-00aa00bdce0b}]
@="Microsoft  Html Component"
   [HKEY_CLASSES_ROOT\CLSID\{3050f4f8-98b5-11cf-bb82-00aa00bdce0b}\InProcServer32] 
@="C:\\WINDOWS\\System32\\mshtml.dll"
"ThreadingModel"="A partment""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.htc]
"Content Type"="text/x-component"
@="htcfile
 
Free Computer Magazines and eBooks
 
Comments
nasreen
2 years ago
i have try this but calendar still not showing up.
vov
One year ago
it work!