sylar60000
Member
- Jul 5, 2024
- 15
Note: This is a different device
Troubleshooting done:
I have a script that automates all troubleshooting on this url
Additional resources for Windows Update - Windows Client
Action taken:
- run sfc /scannow
- run DISM.exe /online /cleanup-image /restorehealth
- Method on installing the .msu:
expand -f:* "windows8-rt-kb5031442-x64_8640559abcd2c9eb5e6e329cb2765f854c7b255c.msu" C:\Temp\
dism.exe /online /add-package /packagepath:"Windows8-RT-KB5031442-x64.cab" /quiet /norestart /logpath:"C:\Temp\dism.log"
- Also tried to just run the .msu
- both are failing
Troubleshooting done:
I have a script that automates all troubleshooting on this url
Additional resources for Windows Update - Windows Client
Action taken:
- run sfc /scannow
- run DISM.exe /online /cleanup-image /restorehealth
- Method on installing the .msu:
expand -f:* "windows8-rt-kb5031442-x64_8640559abcd2c9eb5e6e329cb2765f854c7b255c.msu" C:\Temp\
dism.exe /online /add-package /packagepath:"Windows8-RT-KB5031442-x64.cab" /quiet /norestart /logpath:"C:\Temp\dism.log"
- Also tried to just run the .msu
- both are failing