Windows Server 2008: Attempt to Install Telnet Client Failed with Error Code 0x80070643. Fatal Error During Installation

Windows Server 2008: Attempt to Install Telnet Client Failed with Error Code 0x80070643. Fatal Error During Installation

Applies to: Windows Server 2008, Windows Server 2008 R2

You receive error code "0x80070643" when you try to install Telnet client or Telnet Server on Windows Server 2008 or Windows Server 2008 R2.

It may sound weird but the root cause was,  Windows Server had not been activated properly in my case; though I could see "Windows is activated", it wasn't actually.

You would likely to get this error when Servers were activated through KMS. Here is the fix which worked for me and hopefully that would work in your case as well !


Follow the steps below. 

In case of Windows Server 2008 R2 , run the below mentioned commands sequentially one by one from elevated cmd.

icacls %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform /grant "BUILTIN\Administrators:(OI)(CI)(F)" "NT AUTHORITY\SYSTEM:(OI)(CI)(F)" "NT Service\sppsvc:(OI)(CI)(R,W,D)" "NETWORK SERVICE:(OI)(CI)(F)"

net stop sppsvc && net start sppsvc

pkgmgr /iu:"TelnetClient"   


In case of Windows Server 2008, run the below mentioned commands sequentially one by one from elevated cmd.

icacls %windir%\serviceprofiles\networkservice\appdata\roaming\microsoft\softwarelicensing /grant "BUILTIN\Administrators:(OI)(CI)(F)" "NT AUTHORITY\SYSTEM:(OI)(CI)(F)" "NT Service\slsvc:(OI)(CI)(R,W,D)" 

net stop slsvc && net start slsvc


pkgmgr /iu:"TelnetClient"  


Once you execute above commands, you should see Telnet Client installed on the server ! Hope that helps.


Leave a Comment
  • Please add 8 and 8 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Ed Price - MSFT edited Revision 7. Comment: Title casing

  • Santosh Bhandarkar edited Revision 3. Comment: Tags Update

  • Santosh Bhandarkar edited Revision 1. Comment: Applies to section added

Page 1 of 1 (3 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Thanks !

  • Santosh Bhandarkar edited Revision 1. Comment: Applies to section added

  • Santosh Bhandarkar edited Revision 3. Comment: Tags Update

  • Excellent!!! Thanks very much for your help!!!

  • Ed Price - MSFT edited Revision 7. Comment: Title casing

  • Thanks a lot!! It works!

Page 1 of 1 (6 items)