Hi Gopikrishna Kannan
No joy with the command you suggested:
PS C:\WINDOWS\system32> dism /online /get-capabilites
Deployment Image Servicing and Management tool
Version: 10.0.18351.1
Image Version: 10.0.18351.7
Error: 87
The get-capabilites option is unknown.
I am configured for Insider builds, but on the 'slow' ring. I'm not experiencing any network connectivity problems.
I also tried this:
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | ? Name -like '*DTrace*'
Name : Tools.DTrace.Platform~~~~0.0.1.0
State : NotPresent
PS C:\WINDOWS\system32> Get-WindowsCapability -Online -Name Tools.DTrace.Platform~~~~0.0.1.0
Name : Tools.DTrace.Platform~~~~0.0.1.0
State : NotPresent
DisplayName : DTrace/NT
Description : DTrace/NT enables the system support for DTrace.
DownloadSize : 51314
InstallSize : 135889
In the DISM.log file, at the time I was trying to install DTrace, and it was failing, I see the following lines:
2019-03-12 18:04:22, Warning DISM DISM Provider Store: PID=14740 TID=12060 Failed to load the provider: C:\Windows\System32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2019-03-12 18:04:22, Warning DISM DISM Provider Store: PID=14740 TID=12060 Failed to load the provider: C:\Windows\System32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
[14740] [0x8007007b] FIOReadFileIntoBuffer:(1381): The filename, directory name, or volume label syntax is incorrect.
[14740] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
[14740] [0xc142011c] WIMGetMountedImageHandle:(2897)
[14740] [0x8007007b] FIOReadFileIntoBuffer:(1381): The filename, directory name, or volume label syntax is incorrect.
[14740] [0xc142011c] UnmarshallImageHandleFromDirectory:(641)
[14740] [0xc142011c] WIMGetMountedImageHandle:(2897)
2019-03-12 18:04:22, Warning DISM DISM Provider Store: PID=5656 TID=6812 Failed to load the provider: C:\Users\NWS~1.HEX\AppData\Local\Temp\F77F284C-E59D-42F7-B17C-0B809136900A\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2019-03-12 18:04:45, Error DISM DISM Package Manager: PID=5656 TID=6812 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f0954)
2019-03-12 18:04:45, Error DISM DISM Package Manager: PID=5656 TID=6812 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x800f0954)
2019-03-12 18:04:45, Error DISM API: PID=14740 TID=12060 Failed to install capability. - CAddCapabilityCommandObject::InternalExecute(hr:0x800f0954)
2019-03-12 18:04:45, Error DISM API: PID=14740 TID=12060 InternalExecute failed - CBaseCommandObject::Execute(hr:0x800f0954)
2019-03-12 18:04:45, Error DISM API: PID=14740 TID=10572 CAddCapabilityCommandObject internal execution failed - DismAddCapabilityInternal(hr:0x800f0954)