• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

error 0x800706D9

Joined
Jul 22, 2021
Messages
6 (0.00/day)
Location
Russia
Installation fails with this error.
error .jpg
 
What's the translation of the error message?
 
error: There are no more endpoints available from the endpoint mapper. (Exception from HRESULT: 0x800706D9)
 
Do you have internet access? Rebuilding the driver signature requires internet, so that it can contact a timestamping server for the digital signature
 
Of course. I have internet access. it is possible that it is blocking this. But I don't have a firewall or antivirus.
 
Can you try without the rebuild signature option? This would confirm that the problem is indeed with rebuild signature and not one of the other options
 
Yes! Without the rebuild signature option, the driver is installed and running ок.
 
wsb.jpg

I have used this program and other things to disable and block telemetry. Probably this does not allow signing the driver :( But I do not want to reinstall Windows until version 11 is released.
 
This does not block NVIDIA's telemetry
 
Seems to be related to the KeyIso service being disabled. Try running this command and trying again:

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\KeyIso" /v "Start" /t REG_DWORD /d "3" /f
 
Seems to be related to the KeyIso service being disabled. Try running this command and trying again:

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\KeyIso" /v "Start" /t REG_DWORD /d "3" /f
Yes! Everything was installed and works fine. Thanks a lot )*
 
Back
Top