With English Subtitles
"This would mean a direct conflict"
SLLR & WBN324 Talk Radio
Here --> https://linktr.ee/wbn324
Windows 10 & 11 repair sequence
Type these command lines in sequence. sfc scan may well find and fix the problem, but it doesn't, do the following command lines until it's fixed. You will need to restart to check if the fix has worked correctly.
Type cmd in the search box and you must run as administrator.
Type this first --> sfc /scannow
1. DISM /Online /Cleanup-Image /CheckHealth
2. DISM /Online /Cleanup-Image /ScanHealth
3. DISM /Online /Cleanup-Image /RestoreHealth
4. DISM /Online /Cleanup-Image /RestoreHealth /Source:repairSource\install.wim
Reset Windows 10 with a command line
1. systemreset -cleanpc
Run system restore from command prompt
1. rstrui.exe
Clear update memory
rmdir /s /q %windir%\SoftwareDistribution