Hi, can I upgrade from Windows RTM 26100.2033 to the beta channel? But the branch and build numbers are much lower, what would happen there?
Why would you want to do that? When it goes wrong then you want to go back again. When you do, make a full system backup before you start.
Hello! i have installed Windoiws 11 Enterprise LTSC 2024 (version 24H2, OS Build 26100.2033). After each CMD command : sfc /scannow or DISM /online /cleanup-image /restorehealth i receive the same information: "Verification 100% complete. Windows Resource Protection found corrupt files and successfully repaired them. For online repairs, details are included in the CBS log file located at windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline repairs, details are included in the log file provided by the /OFFLOGFILE flag.". What it could be the reason to not receive then this information? "Verification 100% complete. Windows Resource Protection did not find any integrity violations." With OS Build 26100.1742 it was ok Thank you !
When you want to see the stuff it found and repaired you can run this in an elevated cmd: Code: findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt" There will be a txt file on your desktop with the info.