Einzelnen Beitrag anzeigen

Benutzerbild von Dalai
Dalai

Registriert seit: 9. Apr 2006
1.680 Beiträge
 
Delphi 5 Professional
 
#4

AW: Kann .NET 3.5 nicht aktivieren Fehlercode: 0x800F081F

  Alt 19. Jan 2018, 21:03
Eigentlich findet man zu dem Fehlercode sehr schnell etwas, unter anderem einen Thread im MS-Forum, der auf einen KB-Artikel verweist, in dem man für Win10 folgendes lesen kann:
Code:
To fix the error codes for Windows 10, follow these steps:

1. Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed.
2. Configure the Group Policy as in Method 2, but also follow these steps:
2.a Mount the ISO image that's created in step 1.
2.b Point the "Alternate source file path" to the ISO sources\sxs folder from the ISO.
2.c Run the gpupdate /force command.
2.d Add the .Net framework feature.
Das Rummfummeln an Gruppenrichtlinien etc. empfinde ich als übertrieben, weil man .NET 3.x bei Win8.x mit folgendem Befehl installieren kann:
Code:
dism.exe /online /enable-feature /featurename:netfx3 /all /source:X:\sources\sxs /limitaccess
wobei der Pfad X:\sources\sxs hier auf das Quellverzeichnis des (gemounteten) ISOs verweist. Bei Win10 dürfte das genauso funktionieren.

Kurz und knapp: ISO, DVD oder Stick von einem Win10-Installationsmedium haben oder besorgen und dann mit DISM den Kram nachinstallieren.

Grüße
Dalai
  Mit Zitat antworten Zitat