Wednesday, October 27, 2010

How to Recover Core component from any corruption in Outlook

You can use MFCMAPI tool. Just click on this and click ok.


Go to Session and click open profile, and then click on corrupted profile and check where problem is,

Then see where is Property is showing with Boolean and uncheck it.


After that your Outlook properties’ will be default.

Friday, October 1, 2010

How to remove Error number: 0x8DDD0003

Just use following steps
Start/Run ==> regedit.exe

Under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer



delete the value "NoWindowsUpdate" if it exist.

Under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Windows Update

delete the value "DisableWindowsUpdateAccess" if it exist.

Under the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Windows Update

delete the value "DisableWindowsUpdateAccess" if it exist.

If the above values were not found:

Do a registry search (in regedit.exe, be sure to have "My Computer" selected when starting
each search)) for registry values with name

NoWindowsUpdate

and
DisableWindowsUpdateAccess

and delete if found.

PXE Issue after SCCM CB 1806 upgrade

Recently i had upgraded my SCCM environment 1806 and after upgrade suddenly all PXE servers stopped working. While initiating the PXE ...