.NET Framework 3.5 installation error: 0x800F0950

Anonymous
2017-12-14T20:14:23+00:00

Hello, I get this error: .NET Framework 3.5 installation error: 0x800F0950

I'm running an HP, Windows 10 home.. Okey i had this situation.. At the beginning i tried to reset my windows cause i wanted to, It didn't work so i installed a new windows 10 home, Then after i while i noticed that every wasn't running correctly, Then after i while i wanted to download .NET Framework 3.5, But that i got this error above, Someone help me please, In need !

Moved from Windows / Windows 10 / Windows update, recovery, & backup

Windows for home | Windows 10 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2017-12-14T20:18:23+00:00

Open Notepad then copy in this code

@echo off

Title .NET Framework 3.5 Offline Installer

for %%I in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%I:\sources\install.wim" set setupdrv=%%I

if defined setupdrv (

echo Found drive %setupdrv%

echo Installing .NET Framework 3.5...

Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess

echo.

echo .NET Framework 3.5 should be installed

echo.

) else (

echo No installation media found!

echo Insert DVD or USB flash drive and run this file once again.

echo.

)

pause

Save the file as netfx.cmd

Right click it and choose Run as administrator.

The file will install .NET Framework 3.5 automatically after finding the drive letter of your Windows 10 installation media.

If media not found insert Win10 Usb or Dvd drive and run as administrator again.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2018-09-17T17:26:57+00:00

Hi,

This worked for me... You need to put Installation Media in your DVD drive, Flash Drive or elsewhere... I used a Flash Drive...

Enter this into Command Prompt (Admin) or PowerShell (Admin)…

Dism /online /enable-

feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

Change D: to drive letter the installation media is on...

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

84 additional answers

Sort by: Oldest
  1. Anonymous
    2018-09-27T04:00:42+00:00

    Tried the DISM command in PS running with Administrator privileges on a FULLY UPDATED Windows 10 with v1803 install DVD located in Drive D.  I elected to type in the command line directly outside the .cmd file because the %setupdrv% did not resolve correctly.  Used the following commands :

    PS C:\Windows\system32> dism /online /get-featureinfo /featurename:NetFX3

    Deployment Image Servicing and Management tool

    Version: 10.0.17134.1

    Image Version: 10.0.17134.320

    Feature Information:

    Feature Name : NetFx3

    Display Name : .NET Framework 3.5 (includes .NET 2.0 and 3.0)

    Description : .NET Framework 3.5 (includes .NET 2.0 and 3.0)

    Restart Required : Possible

    State : Disabled with Payload Removed

    Custom Properties:

    FWLink : http://go.microsoft.com/fwlink/?LinkId=296822

    The operation completed successfully.

    PS C:\Windows\system32> dism /online /enable-feature /featurename:NetFX3 /Source:D:\sources\sxs /LimitAccess

    Deployment Image Servicing and Management tool

    Version: 10.0.17134.1

    Image Version: 10.0.17134.320

    Enabling feature(s)

    [==========================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.

    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

    PS C:\Windows\system32> dism /online /enable-feature /featurename:NetFX3 /Source:D:\sources\sxs

    Deployment Image Servicing and Management tool

    Version: 10.0.17134.1

    Image Version: 10.0.17134.320

    Enabling feature(s)

    [==========================100.0%==========================]

    Error: 0x800f0950

    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

    Still getting the either the 0x800f081f (with /LimitAccess switch) or 0x800F0950 (without /LimitAccess switch) error.

    Even tried to copy the contents of sxs directory to folder on C: drive - same results.  Tried with /All switch with same results.

    Also tried TechNet article Technet Article found at https://blogs.technet.microsoft.com/mniehaus/2015/08/31/adding-features-including-net-3-5-to-windows-10/ with similar results.

    I have included the DISM.log file contents below.

    Not sure why the log file contains the following lines in bold :

    Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered the option "featurename" with value "NetFX3" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered an unknown option "featurename" with value "NetFX3" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered the option "source" with value "D:\sources\sxs" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered an unknown option "source" with value "D:\sources\sxs" -

    Here are the full results from the DISM.log file pertaining to the attempt to install without /LimitAccess :

    2018-09-26 22:31:04, Info                  DISM   PID=8612 TID=6844 Scratch directory set to 'C:\Users\COMPUT~1\AppData\Local\Temp'. - CDISMManager::put_ScratchDir

    2018-09-26 22:31:04, Info                  DISM   PID=8612 TID=6844 DismCore.dll version: 10.0.17134.1 - CDISMManager::FinalConstruct

    2018-09-26 22:31:04, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log

    2018-09-26 22:31:04, Info                  DISM   PID=8612 TID=6844 Successfully loaded the ImageSession at "C:\Windows\system32\Dism" - CDISMManager::LoadLocalImageSession

    2018-09-26 22:31:04, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=8612 TID=6844 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=8612 TID=6844 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=8612 TID=6844 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log

    2018-09-26 22:31:04, Info                  DISM   DISM Manager: PID=8612 TID=6844 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE:

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE:

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.17134, Running architecture=amd64, Number of processors=8

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.17134.1

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Executing command line: "C:\Windows\system32\Dism.exe" /online /enable-feature /featurename:NetFX3 /Source:D:\sources\sxs

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=8612 TID=6844 Connecting to the provider located at C:\Windows\system32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Manager: PID=8612 TID=6844 physical location path: C:\ - CDISMManager::CreateImageSession

    2018-09-26 22:31:04, Info                  DISM   DISM Manager: PID=8612 TID=6844 Event name for current DISM session is Global{2C45D716-165C-4573-B46F-E33FAD050357} - CDISMManager::CheckSessionAndLock

    2018-09-26 22:31:04, Info                  DISM   DISM Manager: PID=8612 TID=6844 Create session event 0x1b8 for current DISM session and event name is Global{2C45D716-165C-4573-B46F-E33FAD050357}  - CDISMManager::CheckSessionAndLock

    2018-09-26 22:31:04, Info                  DISM   DISM Manager: PID=8612 TID=6844 Copying DISM from "C:\Windows\System32\Dism" - CDISMManager::CreateImageSessionFromLocation

    2018-09-26 22:31:04, Info                  DISM   DISM Manager: PID=8612 TID=6844 Successfully loaded the ImageSession at "C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E" - CDISMManager::LoadRemoteImageSession

    2018-09-26 22:31:04, Info                  DISM   DISM Image Session: PID=6636 TID=10164 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM OS Provider: PID=6636 TID=10164 Defaulting SystemPath to C:\ - CDISMOSServiceManager::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   DISM OS Provider: PID=6636 TID=10164 Defaulting Windows folder to C:\Windows - CDISMOSServiceManager::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   DISM OS Provider: PID=6636 TID=10164 Host OS verion is 10.0 - CDISMOSServiceManager::SetDllSearchPath

    2018-09-26 22:31:04, Warning               DISM   DISM OS Provider: PID=6636 TID=10164 Unable to set the DLL search path to the servicing stack folder. C:\Windows may not point to a valid Windows folder. - CDISMOSServiceManager::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger

    2018-09-26 22:31:04, Warning               DISM   DISM Provider Store: PID=6636 TID=10164 Failed to load the provider: C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect

    2018-09-26 22:31:04, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log

    2018-09-26 22:31:04, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log

    2018-09-26 22:31:04, Info                  DISM   DISM Manager: PID=8612 TID=6844 Image session successfully loaded from the temporary location: C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E - CDISMManager::CreateImageSession

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Target image information: OS Version=10.0.17134.320, Image architecture=amd64

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Image session version: 10.0.17134.1

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  CSI    00000001 Shim considered [l:125]'??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17134.281_none_eada712a1d8142be\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND

    2018-09-26 22:31:04, Info                  CSI    00000002 Shim considered [l:122]'??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17134.281_none_eada712a1d8142be\wcp.dll' : got STATUS_SUCCESS

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize

    2018-09-26 22:31:04, Info                  CSI    00000001 Shim considered [l:125]'??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17134.281_none_eada712a1d8142be\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND

    2018-09-26 22:31:04, Info                  CSI    00000002 Shim considered [l:122]'??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17134.281_none_eada712a1d8142be\wcp.dll' : got STATUS_SUCCESS

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 CBS is being initialized for online use. More information about CBS actions can be located at: %windir%\logs\cbs\cbs.log - CDISMPackageManager::Initialize

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Loaded servicing stack for online use only. - CDISMPackageManager::CreateCbsSession

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\MsiProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\IBSProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  CSI    00000001 Shim considered [l:125]'??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17134.281_none_eada712a1d8142be\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND

    2018-09-26 22:31:04, Info                  CSI    00000002 Shim considered [l:122]'??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17134.281_none_eada712a1d8142be\wcp.dll' : got STATUS_SUCCESS

    2018-09-26 22:31:04, Info                  DISM   DISM Driver Manager: PID=6636 TID=10164 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Warning               DISM   DISM Provider Store: PID=6636 TID=10164 Failed to load the provider: C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\EmbeddedProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\AppxProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\ProvProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\AssocProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\GenericProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\OfflineSetupProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\SysprepProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\TransmogProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Transmog Provider: PID=6636 TID=10164 Current image session is [ONLINE] - CTransmogManager::GetMode

    2018-09-26 22:31:04, Info                  DISM   DISM Transmog Provider: PID=6636 TID=10164 Audit Mode: [No] - CTransmogManager::Initialize

    2018-09-26 22:31:04, Info                  DISM   DISM Transmog Provider: PID=6636 TID=10164 GetProductType: ProductType = [WinNT] - CTransmogManager::GetProductType

    2018-09-26 22:31:04, Info                  DISM   DISM Transmog Provider: PID=6636 TID=10164 Product Type: [WinNT] - CTransmogManager::Initialize

    2018-09-26 22:31:04, Info                  DISM   DISM Transmog Provider: PID=6636 TID=10164 Product Type ServerNT : [No] - CTransmogManager::Initialize

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Connecting to the provider located at C:\Users\COMPUT~1\AppData\Local\Temp\929EC4B1-CFD0-4474-A272-C8044C0AD64E\SetupPlatformProvider.dll. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OSServices

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Package Manager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: MsiManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: MsiManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IntlManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: IntlManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IBSManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DriverManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DriverManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SmiManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: AppxManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: AppxManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: ProvManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: ProvManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: AssocManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: AssocManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OfflineSetupManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: OfflineSetupManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SysprepManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: SysprepManager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Edition Manager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Edition Manager.

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SetupPlatformManager

    2018-09-26 22:31:04, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: SetupPlatformManager.

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Processing the top level command token(enable-feature). - CPackageManagerCLIHandler::Private_ValidateCmdLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered the option "featurename" with value "NetFX3" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered an unknown option "featurename" with value "NetFX3" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered the option "source" with value "D:\sources\sxs" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Encountered an unknown option "source" with value "D:\sources\sxs" - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Initiating Changes on Package with values: 5, 7 - CDISMPackage::Internal_ChangePackageState

    2018-09-26 22:31:04, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 CBS session options=0x40100! - CDISMPackageManager::Internal_Finalize

    2018-09-26 22:31:05, Info                  DISM   DISM Package Manager: PID=6636 TID=7800  Error in operation: (null) (CBS HRESULT=0x800f0950) - CCbsConUIHandler::Error

    2018-09-26 22:31:05, Error                 DISM   DISM Package Manager: PID=6636 TID=10164 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800f0950)

    2018-09-26 22:31:05, Error                 DISM   DISM Package Manager: PID=6636 TID=10164 Failed processing package changes with session options - CDISMPackageManager::ProcessChangesWithOptions(hr:0x800f0950)

    2018-09-26 22:31:05, Error                 DISM   DISM Package Manager: PID=6636 TID=10164 Failed ProcessChanges. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x800f0950)

    2018-09-26 22:31:05, Error                 DISM   DISM Package Manager: PID=6636 TID=10164 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0950)

    2018-09-26 22:31:05, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine

    2018-09-26 22:31:05, Error                 DISM   DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F0950

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Found the PE Provider.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Package Manager: PID=6636 TID=10164 Finalizing CBS core. - CDISMPackageManager::Finalize

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finalizing the servicing provider(IBSManager) - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Disconnecting Provider: IBSManager - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=6636 TID=10164 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider

    2018-09-26 22:31:05, Info                  DISM   DISM Provider Store: PID=663

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-09-27T18:01:00+00:00

    Genius!!!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-09-29T04:48:02+00:00

    Hello, I get this error: .NET Framework 3.5 installation error: 0x800F0950

    I'm running an HP, Windows 10 home.. Okey i had this situation.. At the beginning i tried to reset my windows cause i wanted to, It didn't work so i installed a new windows 10 home, Then after i while i noticed that every wasn't running correctly, Then after i while i wanted to download .NET Framework 3.5, But that i got this error above, Someone help me please, In need !

    Moved from Windows / Windows 10 / Windows update, recovery, & backup

    Was this answer helpful?

    0 comments No comments