MS Outlook issue unable to open .vcs

Here is a simple steps how to resolved an outlook issue on calendar that user unable to open the calendar send by colleauge with an error message disable by administrator. To resolve the issue check the registry using the command prompt by typing  reg query "HKCUSoftwareMicrosoftOffice12.0OutlookOptionsWebCal" /v Disable If the value is set to disable 1 then you need to make it to 0 by typing the command  reg add "HKCUSoftwareMicrosoftOffice12.0OutlookOptionsWebCal" /v Disable /t REG_DWORD  /d 0x0 /f  the check again the value it it set to 0. Now try to restart the outlook and try to open the calendar. You should be able to open the .vcs extension.

Comments