2009/12/27

Error 0x800704b8 occurs when I do 'ipv6 install" on XP

I did 'ipv6 install' to use ipv6 on Windows XP; However, the ipv6 tell the following:

Failed to complete the action. Error 0x800704b8

This problem is solved by the following method:

  1. Do the command
    esentutl /p %windir%\security\Database\secedit.sdb
  2. Select OK on recovery
  3. Input 'ipv6 install' on the console
  4. Then, the ipv6 has been installed with success.

These may be caused by certain security software or network utility.

I found the solution at saychan71's blog.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...