[SOLVED] Net Framework 3.5 cant modify and random shutdown

Thanks, please try the following:

Install Update with DISM

  1. Download the update MSU here: windows11.0-kb5039895-x64-ndp481_8b8d33530a05e1423c96f91e14d2780ecb7a54cb.msu
  2. Copy the .msu file to a convenient location (such as %userprofile%\Desktop).
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd %userprofile%\Desktop
    replace %userprofile%\Desktop with your path if different

    expand windows11.0-kb5039895-x64-ndp481_8b8d33530a05e1423c96f91e14d2780ecb7a54cb.msu -f:* %userprofile%\Desktop

    DISM /Online /Add-Package /PackagePath:%userprofile%\Desktop\Windows11.0-KB5039895-x64-NDP481.cab

  6. You should receive the message:
    The operation completed successfully.
    Make sure to allow the computer to restart if prompted.
  7. If you receive any other message:
    Post a screenshot of the Command Prompt window.
    Zip and attach the file(s) from %systemroot%\Logs\CBS
 
I do as follow, run the DISM and error show: 0x80073701
Its go to 100% but got error :poop: :

Code:
Processando 1 de 1 - Adicionando pacote Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9256.3
[==========================100.0%==========================]
Erro - Package_for_DotNetRollup_481 Erro: 0x80073701
Erro: 14081
O conjunto referido não pôde ser encontrado.
O arquivo de log do DISM pode ser localizado em C:\WINDOWS\Logs\DISM\dism.log

in attached the LOG.
 

Attachments

Okay, I was hoping that might replace the .manifest files for you, but let's just install a big chunk since they're probably all missing anyway.
 

Attachments

now the Framework uninstall without error!
I reinstall and run Windows Update.

I monitoring if the system dont shutdown anymore...

thanks for help
 
No problem, glad it's resolved now, it looks like you were missing close to all of the .manifest files for that update.
 
Back
Top