[DISCUSSION] Windows 11 Final Build 226x1/2/3/4/5 (PC) 22/3H2 [RETAiL/BETA/RP Channel - ni_release]

Discussion in 'Windows 11' started by Enthousiast, May 11, 2022.

  1. anansay

    anansay MDL Senior Member

    Jul 13, 2020
    261
    102
    10
    Have you reported it to Microsoft and other popular Microsoft Windows' forums?
     
  2. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,084
    4,363
    90
    not related to defender at all
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #9706 Enthousiast, Oct 9, 2024
    Last edited: Oct 10, 2024
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xploitmachine

    xploitmachine MDL Member

    Sep 15, 2023
    247
    163
    10
    Is it the MRT.exe in System32 folder that we run it manually? :confused:
     
  5. xploitmachine

    xploitmachine MDL Member

    Sep 15, 2023
    247
    163
    10
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    The arrow also works but i made a typo when shortening the link, fixed:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,991
    673
    60
    yes it can be run manually .....the tool is run the same time that its installed also
     
  8. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,991
    673
    60
    New file exporer is back after login today for beta channel
    upload_2024-10-10_17-37-3.png
     
  9. fverdoren

    fverdoren MDL Junior Member

    Feb 21, 2012
    68
    12
    0
    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?
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. fverdoren

    fverdoren MDL Junior Member

    Feb 21, 2012
    68
    12
    0
    ok ok thank you very much for your help and advice :good3:
     
  12. zmeul86

    zmeul86 MDL Member

    Jun 17, 2014
    195
    79
    10
    #9719 zmeul86, Oct 10, 2024
    Last edited: Oct 10, 2024
    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 !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...