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. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    Thank you very much Sergey, we will try it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    #1766 sainfo, Nov 21, 2024
    Last edited: Nov 22, 2024
    Hello, I tried your updated script. And of course, I added my own tweaks to your script, well, how could we do without it, we couldn’t do without it - all Ok!
    :shake:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    I will send you my tools, which distribution will you use, with or without localization?
     
  4. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    Pro without localization please.
     
  5. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    Okay, now.
     
  6. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    #1771 sainfo, Nov 21, 2024
    Last edited: Nov 23, 2024
    Hi, your tool is very convenient to use. I additionally apply the files NTUSER.reg, SOFTWARE.reg and SYSTEM.reg to the image. Each file contains from 20 to 50 different tweaks. I put these files in the Tweaks folder. Is this correct or should they be placed in another folder or folders? Because it’s difficult to check the performance of such a number of tweaks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    Whose code is this? There is no such code in my script, I just don't know what to tell you.
     
  8. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    Hmm, what is this? Please read again carefully what I asked you about. It’s not at all clear what the code has to do with it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    #1774 sergey130270, Nov 21, 2024
    Last edited: Nov 21, 2024
    If you want to use your script to integrate tweaks, you need to open the tool with a text editor, the name of which is ConvertReg.ps1, it is in the Bin folder and change all the TK_ values in it to WIM_, that is, to yours, and save it, then you need to apply this code in your script, respectively, write your path to the folders.
    ECHO.
    ECHO =============================================================
    ECHO Adding Reg in to installation image
    ECHO =============================================================
    If Exist "Tweaks\Temp" rd /q /s "Tweaks\Temp" 1>nul 2>nul
    mkdir "Tweaks\Temp"
    PowerShell -Executionpolicy Bypass -File "Bin\ConvertReg.ps1" "Tweaks" "Tweaks\Temp"
    for/f "tokens=*" %%i in ('"dir /b "Tweaks\Temp\*.reg"" 2^>nul') do (
    ECHO Importing [%%i] to Image Registry...
    REGEDIT.exe /s REG IMPORT "Tweaks\Temp\%%i"
    )
    rd /q /s "Tweaks\Temp" 1>nul 2>nul

    If you use my script, then you don't need to do any manipulations, just put your tweaks in the Tweaks folder and the script will process all your tweaks and integrate them into your image
     
  10. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    #1775 sainfo, Nov 22, 2024
    Last edited: Nov 22, 2024
    Yes, I use your tool and do everything exactly as you advise. I just wanted to clarify with you whether I’m doing the right thing by placing my tweaks in your Tweaks folder. Now I see that I’m doing everything right - thanks for the advice!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    781
    347
    30
    @SunLion
    could you help me with the scripts i use.? they are slimdown online edited by me and one that @hoak share here.
    i need to know which line to revert
    1. location
    as there is a program to see all wifi 5ghz band saturation and needs location.
    2. sindows spotlight stopped working.
    thanks
     

    Attached Files:

  12. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    calc.jpg
    Ive done further testing on the 26100 image both vanilla & slimdowned version. The calc works as it should in the vanilla version.

    Trying to trackdown which field is breaking the built in calc app? I used Christoph Schneegans autounattend.xml file it did not break the calc. Though his xml leaves many other items I'd like to remove. I attempted to use Sergey's script
    though having issues running this!
    If anyone else can give any information into this issue?
    See image attached when I open the property of the calc in apps it shows zero bytes?
     
  13. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    I tried one more modification and it seems to have worked!

    - Add Microsoft.WindowsCalculator_2021.2409.0.0_neutral_~_8wekyb3d8bbwe.Msixbundle to the \hotfixes\APPX folder
    - Note the settings I used in the script. Updates not integrated!

    Try it out

    SD11v202_4.8.46.7z
    password: mdl2024
     

    Attached Files: