Slimdown10 – turn Windows 10 22H2 or LTSC 2021 into classic/legacy Windows

Discussion in 'Windows 10' started by Deleted member 190847, Feb 15, 2023.

Thread Status:
Not open for further replies.
  1. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    One or more files cannot be removed, otherwise it will cause a system error.

    I don't know which files these are.
     
  2. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #2382 sainfo, Mar 1, 2025
    Last edited: Mar 2, 2025
    I also don’t know which of the proposed files breaks the system. Therefore, I will continue to use a script that has already been tested and works fine.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    New test, without removing the files mentioned by @hkeller, but the error persists...
     

    Attached Files:

  4. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    In other words, I will continue with the script that has already been tested and is working...
     
  5. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    rem == delete BitLocker ==

    ECHO ============================================================
    ECHO Mount Image Registry
    ECHO ============================================================
    reg load HKLM\zDEFAULT mount\Windows\System32\config\default
    reg load HKLM\zNTUSER mount\Users\Default\ntuser.dat
    reg load HKLM\zSOFTWARE mount\Windows\System32\config\SOFTWARE
    reg load HKLM\zSYSTEM mount\Windows\System32\config\SYSTEM


    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\change-passphrase" /f
    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\change-pin" /f
    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\encrypt-bde" /f
    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\encrypt-bde-elev" /f
    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\manage-bde" /f
    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\resume-bde" /f
    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\resume-bde-elev" /f
    Reg.exe delete "HKLM\zDEFAULT\Drive\shell\unlock-bde" /f

    Reg.exe delete "HKLM\zNTUSER\Drive\shell\change-passphrase" /f
    Reg.exe delete "HKLM\zNTUSER\Drive\shell\change-pin" /f
    Reg.exe delete "HKLM\zNTUSER\Drive\shell\encrypt-bde" /f
    Reg.exe delete "HKLM\zNTUSER\Drive\shell\encrypt-bde-elev" /f
    Reg.exe delete "HKLM\zNTUSER\Drive\shell\manage-bde" /f
    Reg.exe delete "HKLM\zNTUSER\Drive\shell\resume-bde" /f
    Reg.exe delete "HKLM\zNTUSER\Drive\shell\resume-bde-elev" /f
    Reg.exe delete "HKLM\zNTUSER\Drive\shell\unlock-bde" /f


    ECHO =============================================================
    ECHO UnMounting Image Registry
    ECHO =============================================================
    Timeout /t 3 /NOBREAK >nul
    reg unload HKLM\zDEFAULT
    reg unload HKLM\zNTUSER
    reg unload HKLM\zSOFTWARE
    reg unload HKLM\zSYSTEM


    del /s /q "%~dp0Mount\Windows\System32\drivers\dumpfve.sys

    del /s /q "%~dp0Mount\Windows\system32\bdechangepin.exe
    del /s /q "%~dp0Mount\Windows\system32\BdeHdCfg.exe
    del /s /q "%~dp0Mount\Windows\system32\BdeHdCfgLib.dll
    del /s /q "%~dp0Mount\Windows\system32\bderepair.dll
    del /s /q "%~dp0Mount\Windows\system32\bdesvc.dll
    del /s /q "%~dp0Mount\Windows\system32\BdeSysprep.dll
    del /s /q "%~dp0Mount\Windows\system32\bdeui.dll
    del /s /q "%~dp0Mount\Windows\system32\BdeUISrv.exe
    del /s /q "%~dp0Mount\Windows\system32\bdeunlock.exe
    del /s /q "%~dp0Mount\Windows\system32\BitLockerCsp.dll
    del /s /q "%~dp0Mount\Windows\system32\BitLockerDeviceEncryption.exe
    del /s /q "%~dp0Mount\Windows\system32\BitLockerWizard.exe
    del /s /q "%~dp0Mount\Windows\system32\BitLockerWizardElev.exe
    del /s /q "%~dp0Mount\Windows\system32\fveapi.dll
    del /s /q "%~dp0Mount\Windows\system32\fveapibase.dll
    del /s /q "%~dp0Mount\Windows\system32\fvecerts.dll
    del /s /q "%~dp0Mount\Windows\system32\fvecpl.dll
    del /s /q "%~dp0Mount\Windows\system32\fvenotify.exe
    del /s /q "%~dp0Mount\Windows\system32\fveprompt.exe
    del /s /q "%~dp0Mount\Windows\system32\fveskybackup.dll
    del /s /q "%~dp0Mount\Windows\system32\fveui.dll
    del /s /q "%~dp0Mount\Windows\system32\fvewiz.dll
    del /s /q "%~dp0Mount\Windows\system32\manage-bde.exe
    del /s /q "%~dp0Mount\Windows\system32\manage-bde.wsf
    del /s /q "%~dp0Mount\Windows\system32\repair-bde.exe
    del /s /q "%~dp0Mount\Windows\system32\SystemSettings.DeviceEncryptionHandlers.dll
    del /s /q "%~dp0Mount\Windows\system32\WofTasks.dll
    del /s /q "%~dp0Mount\Windows\system32\fmapi.dll

    del /s /q "%~dp0Mount\Windows\SysWOW64\BitLockerCsp.dll
    del /s /q "%~dp0Mount\Windows\SysWOW64\fveapi.dll
    del /s /q "%~dp0Mount\Windows\SysWOW64\fveapibase.dll
    del /s /q "%~dp0Mount\Windows\SysWOW64\fvecerts.dll
     
  6. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10
    Provides a way to delete files, which makes the system image very small.
     

    Attached Files:

  7. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    842
    419
    30
    #2387 raptorddd, Mar 2, 2025
    Last edited: Mar 2, 2025
    @SunLion

    24H2_Integrator_9.1
    i have 2 ssd. i use1to test in laptop so i need to swap ssd. but when i go back to main ssd it wont boot.
    i have to select REPAIR MY PC , but its missing in created ISO.

    here its untouch ISO.
    Screenshot 2025-03-01 230107.png

    i selected 1 integrate to WIM

    ============================================================
    Do you want integrate Dart?
    ============================================================
    [ 1 ] - Integrate Dart into WinRE.wim
    [ 2 ] - DO NOT Integrate DaRT
    ============================================================
    * Type your option and press Enter: Integrate Dart into WinRE.wim
    ============================================================

    but when i boot from USB and want to repair pc its missing that option. i have to download again stock microsoft ISO and then create with rufus.

    here is slimdown10 ISO is missing because script or ist missing from microsoft side because its different set up.??

    Screenshot 2025-03-01 233131.png Screenshot 2025-03-01 233151.png Screenshot 2025-03-01 233220.png Screenshot 2025-03-01 233237.png
     
  8. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
    Remove or comment out the lines below and test again:

     
  9. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    4,297
    16,745
    150
    @SunLion I have been offline for a week, can you point us to the 24H2_Integrator_9.1link?
     
  10. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #2390 sainfo, Mar 2, 2025
    Last edited: Mar 2, 2025
    I tried it, it says that it cannot find the component at this address. I looked in the registry and also don’t see such paths:
    .
    reg delete "HKLM\DEFAULT\Drive\shell\*
    .

    reg delete "HKLM\NTUSER\Drive\shell\*
    .

    How to understand this? Or was this some kind of joke?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    Try this.
     
  12. SunLion

    SunLion MDL Expert

    May 11, 2011
    1,634
    6,111
    60
  13. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bendeyar

    bendeyar MDL Member

    Mar 14, 2019
    241
    510
    10
    In my opinion, the old is always better than the new.
    But everyone has different tastes.
    You won't lose anything by trying.
    You'll only gain experience.
     
  16. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10

    Attached Files:

  17. sainfo

    sainfo MDL Addicted

    Dec 6, 2021
    653
    1,445
    30
    #2399 sainfo, Jan 23, 2026
    Last edited: Jan 23, 2026
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. wuliyen

    wuliyen MDL Member

    Oct 6, 2009
    199
    476
    10