Hello everyone!
I’ll start with a TL;DR.
I have a PC with a Windows 11 installation that has corrupted files. Initially I thought this isn’t a big deal, but quickly ran into a snag. Most solutions want to connect to Microsoft Update in order to do the repair. What (I think) is broken are the services related to networking. In other words, I have no Internet access.
Have tried to use DISM in order to repair the files as SFC does not work. Regardless of what I try, DISM also errors out. If I type DISM /online /cleanup-image /restorehealth /source:WIM:E:\sources\install.wim:6 /limitaccess it errors with 0x800f0950. I did verify the packaging format, install media location and index number in the image is correct. Commands were run with elevated privileges.
Are there other methods I can repair the system files with, that doesn’t require Internet access? Am I perhaps approaching the problem with the wrong tools? I am unfamiliar with modern Windows tools and practices.
Here are some more background information:
The computer was put together with new hardware and installed a fresh Windows 11 Pro about one month ago. Have spent many hours customizing and configuring the system to something I’m comfortable with. A few days ago I experienced a crash. The computer froze and rebooted. No error screen appeared. When it came back up, it appeared normal, but were no longer connected to the network.
Troubleshooting this, I noticed it reported a 100 Mbit connection when it should be 2.5 Gbit. The built-in troubleshooter insisted an incompatible static IP is configured, but it is clearly configured for DHCP. Tried different cables and other easy solutions, but eventually found that pin 8 was shorted to the cable shield. I rectified this and found there still was no Internet connection, but at least it recognize there is a 2.5 Gbit link now.
Still puzzled by this, I noticed Windows Firewall complained that it is turned off. I found this strange, as I left those bits of the system configuration as default. Tried to turn it back on, but were greeted with a hexadecimal error code. Doing some other checks, I concluded that everything is configured as it should, but still doesn’t work.
Suspecting that perhaps the system files are damaged, especially those related to the networking part, I ran SFC /scannow as it was the first recommended step when searching around. It recognized there are problems, but could not repair them. Doing some more reading, I learned that if that is the case then DISM is needed to do the repairs needed for SFC to work.
Have tried running DISM with both the image used a month ago, and a new download from Microsoft, but both give the 0x800f0950 error. I even did a checksum verification and found both ISO images to be identical.
I’m including the CBS log file generated, in case it can give someone more knowledgeable some clues. If it is necessary to repeat some steps in order to document the output better, I’m happy to do so. It is very possible I have completely misunderstood something and am currently looking for a red herring with inappropriate tools.
CBS.zip (359.9 KB)
