Wpis z mikrobloga

Windows 10, it just works!

Czysta instalacja wyżej wymienionego systemu. Z czym jest największy problem? Z aktywacją WBUDOWANEJ biblioteki .NET Framework 3.5 w system. Najpierw błąd 0x8007000D, który jakimś cudem zniknął, tylko po to, żeby w jego miejsce pojawił się następny czyli 0x800F0922. Wszystko co w internecie dostępne już zrobiłem, żeby nie było to tutaj przykładowe rzeczy, których próbowałem w konsoli:

Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Windows\system32>Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess

Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
Enabling feature(s)
[==========================100.0%==========================]
Error: 13
The data is invalid.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\Windows\system32>DISM.exe /Online /Cleanup-image /Restorehealth
Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see [http://go.microsoft.com/fwlink/?LinkId=243077.](http://go.microsoft.com/fwlink/?LinkId=243077.)
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\Windows\system32>DISM.exe /Online /Cleanup-image /Restorehealth /Source:G:\sources`

```Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.```

C:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.`

C:\Windows\system32>Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.15063.0
Image Version: 10.0.15063.0
Enabling feature(s)
[==========================100.0%==========================]
Error: 0x800f0922
DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

Ech, trzeba było kupić Maca tak jak mnie kusiło.

#windows #windows10 #techsupport
  • 13
@qbicone: @piotrulos: wytłumaczcie mi jakim cudem można mieć #!$%@? obraz systemu z oficjalnej dystrybucji MS? Pobrałem nawet dwa razy ten sam obraz i porównałem zawartość programem KDiff3, żeby mieć pewność, że pobrało się poprawnie. Tak czy siak, wydaje mi się, że kombinacja następujących komend naprawiła błąd:

DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
@meJKu 1) sfc /scannow

2) dism /online /cleanup-image /restorehealth
3) dism /online /add-package /packagepath:D:\sources\sxs\microsoft-windows-netfx3-ondemand-package.cab