Showing posts with label could. Show all posts
Showing posts with label could. Show all posts

Monday, September 26, 2016

Microsoft Outlook 2013 error message Cannot open the Outlook window The set of folders cannot be opened The information store could not be opened

Microsoft Outlook 2013 error message Cannot open the Outlook window The set of folders cannot be opened The information store could not be opened


Check Outlook compatibility mode:
Open: C/Program Files/Microsoft Office/Office 15/Outlook.exe.
64 bit system: C:/Program Files x86/Microsoft Office/Office 15/Outlook.exe.
Right click on Outlook.exe and click on Properties and then click on Compatibility tab.
Check if you have any check mark in any of the compatibility mode options.
Make sure you also click on the option "change settings for all users" tab at the bottom of the same screen and look for similar check boxes in the window.
If you see any check boxes in the compatibility mode options, uncheck all the boxes.
Apply
OK.
Try to open Outlook and check the result.

Source and other solutions: answers.microsoft.com

Available link for download

Read more »

Memperbaiki error Windows Installer Service could not be accessed dengan MUDAH

Memperbaiki error Windows Installer Service could not be accessed dengan MUDAH


Apakah Anda menginstal sebuah program pada Windows 7 yang menggunakan file MSI sebagai installer dan mendapatkan error "Windows Installer Service could not be accessed" . Jangan takut, ada solusi mudah untuk menyelesaikan masalah tersebut.

Pertama, Klik menu Start dan pilih Run.
Jika tidak seperti gambar di atas, langsung ketik aja di bawah All Programs ketik "Run".
Dalam kotak Run tersebut, ketik "cmd" tanpa tanda petik.
Ketikan jendela command prompt tebuka, silahkan ketik.
%windir%system32msiexec.exe /unregister
Ini unregisters file msiexec.exe di C: Windows system32.
CATATAN: Kami akan menunjukkan perintah untuk masuk untuk 32-bit Windows di akhir artikel.
  

Ketiklah perintah berikut.
%windir%system32msiexec.exe /regserver
Ini meregister ulang file msiexec.exe di C: Windows system32

Ketik berikut ini pada prompt dan tekan Enter.
%windir%syswow64msiexec.exe /unregister
Ini unregisters file msiexec.exe di direktori C: Windows SysWOW64.
Ketik berikut ini pada prompt dan tekan Enter.
%windir%syswow64msiexec.exe /regserver
Ini re-register file msiexec.exe di direktori C: Windows SysWOW64.
 Untuk menutup jendela Command Prompt, ketik "exit" (tanpa tanda kutip) pada prompt dan tekan Enter.
 
Reboot komputer Anda. Sekarang Anda sdapat menginstal program yang menggunakan file installer MSI .
Untuk memperbaiki masalah ini di 32-bit Windows, buka jendela Command Prompt seperti dijelaskan di atas.
Ketik perintah berikut , tekan ENTER setelahnya:
msiexec /unregister
msiexec /regserver
Keluar jendela Command Prompt dan reboot komputer Anda untuk menyelesaikan perbaikan.

Available link for download

Read more »