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

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

  1. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    502
    97
    30
    Please make it original and untouched without any modifications
     
  2. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    502
    97
    30
    #1522 ashish1989, Sep 15, 2024
    Last edited: Sep 15, 2024
    The script ended with zero errors
    1. Windows update is not working, had to use windows update blocker app from Sordum to make windows update working again
    2. Windows search is not working
    3. Right click context menu is customized, need original and untouched

    I just deleted SD11v202_4.8.10\hotfixes\OEM\config.reg" file before making iso to make right click context menu original and untouched but still there are some entries of Powershell which I don't know how to remove them, and after clean installation ran disable services script by abbodi given in extra scripts folder.

    Didn't tested above things previously, now reporting after testing. And @sainfo is right, the script has compatibility issues on Windows 11 host, I have previously faced the same run issues error on my Windows 11 machine. Kindly make it compatible to work on Windows 11.
     
  3. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    Let's get back to our sheep. I don't care what you tell me, but the script doesn't care what system is installed, even if it's an eight. When you run it on ten it works fine, on Win11 it does not want to and writes that ERROR: Syntax error. For '/C' . Think about it - Syntax error. That is, it is not related to what system is installed, but what is written in the script. Unfortunately, I am not a programmer to understand this code and how to change it that there were no queries in it at all about what system it is executed on. And really, what business is it, the script, in what system it is used, none at all and it's none of his business at all! The script itself cannot be tied to the system, unless, of course, it is specifically tied to it.

    I really hope that the experts who follow this topic will be able to help us all in some way.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. SunLion

    SunLion MDL Addicted

    May 11, 2011
    686
    1,701
    30
    The original project author wrote the script for Windows 10 and in his code he put commands for Windows 10 host only.

    As I said before, I am not a coding expert either, but I am still trying to find a solution to make it run on Windows 11 host.

    Cheers
     
  5. SunLion

    SunLion MDL Addicted

    May 11, 2011
    686
    1,701
    30
    @sainfo
    I did one more test here, but this needs to be tested on Windows 11.
    See if it works for you.
    password: mdl2024
     

    Attached Files:

  6. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    #1526 sainfo, Sep 16, 2024
    Last edited: Sep 16, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. SunLion

    SunLion MDL Addicted

    May 11, 2011
    686
    1,701
    30
    I'm glad it worked.

    I just added a command to identify the Windows 11 host and, if positive, use Windows 10's Dism to run the script.

    Thank God, everything is fine!
     
  8. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    #1528 sainfo, Sep 16, 2024
    Last edited: Sep 16, 2024
    What about my question about the update and Net3.5?

    I have it installed like this: This is the second time I've run it with these settings. The Net3.5 file seemed to be skipped, but the updates were installed again.
    [W10UI-Configuration]
    Target =%~dp0mount
    Repo =%~dp0UUP
    DismRoot =dism.exe

    Net35 =0
    Net35Source =%~dp0DVD\sources\sxs
    Cleanup =1
    ResetBase =1
    LCUwinre =0
    WinRE =1
    UpdtBootFiles =0
    SkipEdge =0
    SkipWebView =1
    UseWimlib =1

    _CabDir =%TEMP%\W10UItemp
    MountDir =%TEMP%\W10UImount
    WinreMount =%TEMP%\W10UImountre

    wim2esd =0
    wim2swm =0
    ISO =0
    ISODir =
    Delete_Source =0

    AutoStart =0

    AddDrivers =0
    Drv_Source =\Drivers
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. SunLion

    SunLion MDL Addicted

    May 11, 2011
    686
    1,701
    30
    You changed the options in file.ini:

    Net35 = 1 to Net35 = 0
    In this case, you chose NOT to add Net35. To enable it, leave it as option 1.

    SkipEdge = 1 to SkipEdge = 0
    This wouldn't interfere with much, I think you could leave it as 0 (zero).

    Could you attach the LOG file?
     
  10. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    The issue of Net3.5 is clear, but the issue of Windows11.0-KB5043080-x64.msu and Windows11.0-KB5042098-x64-NDP481.msu updates is not entirely clear. What does SkipEdge = 0 have to do with it, although I already have “0” there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. SunLion

    SunLion MDL Addicted

    May 11, 2011
    686
    1,701
    30
    #1531 SunLion, Sep 16, 2024
    Last edited: Sep 16, 2024
    After W10UI does the cleaning and resetbase, it then reinstalls the updates, so that they are not offered again by Windows Update later.

    What I said before is not correct.
    Reinstallation always occurs after net35 is enabled.
     
  12. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    Yes, I understood that, I wanted them not to be applied to the image. Therefore, then a problem arises with localizing the image. Maybe try just deleting the folder d:\SD11v202_4.8.10\hotfixes\WindowsUpdate\.
    I'll try now...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. SunLion

    SunLion MDL Addicted

    May 11, 2011
    686
    1,701
    30
    What I said before is not correct.
    Reinstallation always occurs after net35 is enabled.

    Try changing the w10ui.in file like this:

    Net35 =
    Net35Source =

    That is, without any information.

    See if it works.
     
  14. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    Ok,
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. SunLion

    SunLion MDL Addicted

    May 11, 2011
    686
    1,701
    30
    I tested it and it worked.

    The reinstallation is not performed.

    See the LOG.
     

    Attached Files:

  16. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    #1536 sainfo, Sep 17, 2024
    Last edited: Sep 17, 2024
    Yes, thank you, good man!

    I look at your Log file and see that your image is in Brazilian (Unpacking ISO/DVD image: "26100.1.240331-1435.ge_release_CLIENT_ENTERPRISES_OEM_x64FRE_pt-BR.iso). As far as I know, the original OEM image was only in English. Have you localized it or Do you know where to download it in other languages? Then I wouldn’t bother with localizing the image, but would immediately download it in my language - ru-RU.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    502
    97
    30
    Windows search is not working
     
  18. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. sainfo

    sainfo MDL Member

    Dec 6, 2021
    169
    241
    10
    #1540 sainfo, Sep 17, 2024
    Last edited: Sep 17, 2024
    Now I can’t say anything, I’ll install this OS in the evening and then I’ll see what’s wrong there and how to deal with it...

    Poik doesn't work. There is an ExtraScripts folder with scripts, you need to look at everything there. It’s not a problem to look, but they are not signed inside and it’s difficult to figure out which script is responsible for what in order to edit it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...