Outlook 2010 Previewer not working for Word or Excel: 'This file cannot be previewed because there is no previewer installed for it'??
Problem:
Outlook 2010 Previewer not working for Word or Excel: 'This file cannot be previewed because there is no previewer installed for it'??
Solution:
Open-- Run-- Type-- Notepad
Copy and Paste The Content listed blow.
Open the file in Elevated Mode Or Open it As Administrator
See the Magic.
Dim objComCatalog
Set objComCatalog = CreateObject("COMAdmin.COMAdminCatalog")
objComCatalog.RestoreREGDB "C:\Windows\Registration\R000000000001.clb"
MsgBox "Backup Restored!"
Set objComCatalog = Nothing
This resolved for me.
Outlook 2010 Previewer not working for Word or Excel: 'This file cannot be previewed because there is no previewer installed for it'??
Solution:
Open-- Run-- Type-- Notepad
Copy and Paste The Content listed blow.
Open the file in Elevated Mode Or Open it As Administrator
See the Magic.
Dim objComCatalog
Set objComCatalog = CreateObject("COMAdmin.COMAdminCatalog")
objComCatalog.RestoreREGDB "C:\Windows\Registration\R000000000001.clb"
MsgBox "Backup Restored!"
Set objComCatalog = Nothing
This resolved for me.
Comments
Post a Comment
Please feel free to add your suggestions.