Can anyone determine how or what makes the install.wim file corrupt? There have been a few times I've had to restore or do an inplace upgrade to fix it. The dism commands says it's repairable but how did it become corrupt in the first place? Does anyone run regular dism commands to maintain their computers and do checks?
I use the sfc /scannow command to check system integrity after installation and repair corrupted files if there are any. Code: PowerShell 7.3.3 PS C:\Users\DFA> sfc /scannow Starting scan on system. This process will take some time. Initiating the verification phase of the system scan. 100% check completed. Windows Resource Protection found no violation of integrity. PS C:\Users\DFA> If this is what you mean.
i use this Repair-WindowsImage -Online -RestoreHealth Even though they fixed the audio drop out when running storage, my volume 2 times when to full on its own, i nearly crapped my pants, i have a 1000watt system hooked to this thing
This command Repair-WindowsImage -Online -RestoreHealth gives me an error Code: PS C:\Users\DFA> Repair-WindowsImage -Online -RestoreHealth Repair-WindowsImage: Class not registered PS C:\Users\DFA>
Ran it under Powershell 7.... G:\ is the mounted ISO built from UUPDump of my current build Code: F:\Downloads>pwsh -Command Repair-WindowsImage -Online -RestoreHealth -Source "WIM:G:\sources\install.wim:1" -LimitAccess Path : Online : True ImageHealthState : Healthy RestartNeeded : False F:\Downloads>
[42922989] (SearchBoxCustomThemeMode) Priority : Service (4) State : Enabled (2) Type : Experiment (1) [42922989] (SearchBoxCustomThemeMode) Priority : ImageDefault (0) State : Disabled (1) Type : Override (0)