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

    cyberthug MDL Junior Member

    Jan 9, 2017
    80
    86
    0
    edit the batch, remove this section, or put a rem in front of each line.

    Code:
    REM Disable System Restore
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR" /t REG_DWORD /d 1 /f >nul
    reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t REG_DWORD /d 1 /f >nul
    set RemoveTasks=%RemoveTasks%,"SystemRestore\SR"
    reg add "HKLM\TK_SYSTEM\ControlSet001\Services\swprv" /v "Start" /t REG_DWORD /d "3" /f >nul
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. 7theaven

    7theaven MDL Novice

    Aug 16, 2017
    19
    8
    0
    cyberthug: Thanks very much.
     
  3. Panco1

    Panco1 MDL Junior Member

    Dec 29, 2014
    55
    44
    0
    we waiting for Slimdown11
     
  4. Ohooo i see :cool:
     
  5. cyberthug

    cyberthug MDL Junior Member

    Jan 9, 2017
    80
    86
    0
    works also on Windows 10 LSTC 2021, i have made an unattend install.wim in my VM
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    with litlle modification...

    or follow my signature... windows 11 with no ads
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. my dear friend i already have most important any os slimdown script plus all un-telem tools packed with it .
    our friend @Panco1 needs it thatswhy i quoted his msg.
    i think you must quote his msg not mine.
    its ok no need to realize. we all are friends :)
     
  8. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    373
    171
    10
    @wkeller -
    There was already such a question - but there was no answer.
    Is it possible to add to the iso received from your script - the $OEM$ folder - in order to install your own programs and settings.
    This folder will contain your own SetupComplete.cmd and firstlogon.cmd
    And this will probably interfere with your scripts in the ready install.wim?
    Or - how to do it?
     
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,161
    5,975
    150
    going to check BareBoneOS & Slimdown10 on my poor LTSC N Image.
    hope my computer will survive this :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    Forget autocomplete.cmd, it was good for 98 or XP

    Just deploy your image in a vhd, boot it in a vm
    enter in audit mode during the first oobe

    install all the sw you need, the divers you need, make your additional customization/cleanup or whatever

    do sysprep (with generalize and reboot to oobe options) and shut down the machine

    mount the vhd, capture the image in install.wim, replace the old one wiith this.

    Fast, easy, and you see everything you do instead of praying that your autocomplete script does what you need while running silently.
     
  11. serrgiofdezz2

    serrgiofdezz2 MDL Novice

    Apr 4, 2023
    13
    2
    0
    Anyone know how to sign-in in Microsoft Edge? When i enter my username it seems it redirects to a windows online login which pop ups an error...
     
  12. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    373
    171
    10
    #432 zbigniew59, Apr 22, 2023
    Last edited: Apr 22, 2023
    @acer-5100
    I value you and your advice very much, but i can not do what you suggest, I'm not an IT specialist.
    I have an $OEM$ folder ready with everything I need, and I just open the iso in PowerISO, drop in that folder and save.
    For me, however, it is a much simpler and faster way, and it always works for me.
     
  13. gechu

    gechu MDL Novice

    Jul 20, 2009
    31
    21
    0
    You have to enable Microsoft account. Check the thread, how to do it has been mentioned before.
     
  14. cyberthug

    cyberthug MDL Junior Member

    Jan 9, 2017
    80
    86
    0
    edit the batch, remove this section, or put a rem in front of each line

    Code:
    REM Disable Microsoft Account and non-password sign-in options
    Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftAccount" /v "DisableUserAuth" /t REG_DWORD /d 1 /f >nul
    Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "NoConnectedUser" /t REG_DWORD /d 3 /f >nul
    Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowYourAccount" /v "value" /t REG_DWORD /d 0 /f >nul
    Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowWorkplace" /v "value" /t REG_DWORD /d 0 /f >nul
    Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions" /v "value" /t REG_DWORD /d 0 /f >nul
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Combination of BB OS online tool including $OEM$ pack 20 april 2023 build plus slimdown 10 plus no more | winsxs | tool by anon russian group worked like a charm . very very least component packages only 196 in numericals at windows/servicing/pavkages . omg win10 17763.latest Ent SKU required only 2.1 gb of disk space after installation. Awesome job MDL friends :D
     
  16. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    373
    171
    10
    I copied the contents of the SetupComplete.cmd file and removed it from the install.wim
    I pasted the contents into my SetupComplete.cmd in my $OEM$ folder
    Everything seems to work fine.
     
  17. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    #437 acer-5100, Apr 22, 2023
    Last edited: Apr 22, 2023
    No IT specialist needed, it's matter of few mouse clicks.

    Aside that, the whole idea of installing windows using an ISO, is outdated and time wasting.

    ISO still have a sense in 2023 as a mean to do in place upgrades.

    For fresh installs, deploying a wim is surely a better and a way faster way.

    Using a premade vhdx is even faster. Just copy one file, add it to the bootloader and reboot. 60 seconds needed over minutes or hours, depending how fast is your PC.
     
  18. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    884
    385
    30
    Is there a new BareboneOS script ? If so could you please link it to me ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,397
    2,381
    60
    #439 drew84, Apr 22, 2023
    Last edited: Apr 22, 2023
    If he is still feeling generous... you have to PM him... but be prepared to be disappointed ....

    used to have links to most of his stuff.. but like here ALL have been removed

    EDIT: @Dark Dinosaur's stuff is as close as you will get to what you are looking for... currently
     
  20. 12fedor

    12fedor MDL Novice

    Jan 22, 2019
    2
    1
    0
    Можете ли вы предоставить более подробную информацию или ссылку для изучения этого вопроса. Это неясно в учебниках Microsoft :(