4 réponses
Hello
Launch a PowerShell session in administrator mode
If you see an error like: 0x800f0831
Run the command
DISM /Online /Cleanup-Image /RestoreHealth
It's probably a Windows update issue.
Warning, if you are on a production server it’s important... Make sure to create a restore point first.
Likewise, in any case, it's a habit to have... If you work in a virtual environment, a snapshot is also useful..
--
Chouba, Moderator / My job is so secret that I don't even know what I'm doing.
Launch a PowerShell session in administrator mode
If you see an error like: 0x800f0831
Run the command
DISM /Online /Cleanup-Image /RestoreHealth
It's probably a Windows update issue.
Warning, if you are on a production server it’s important... Make sure to create a restore point first.
Likewise, in any case, it's a habit to have... If you work in a virtual environment, a snapshot is also useful..
--
Chouba, Moderator / My job is so secret that I don't even know what I'm doing.


Directly on the server