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

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    #1701 sergey130270, Oct 28, 2024
    Last edited: Oct 28, 2024
    Hi, It should be like this. (Mount) forgot

    reg load HKLM\WIM_NTUSER D:\WimLocal\Mount\Users\Default\NTUSER.DAT
    reg import d:\WimLocal\tweak\Mount\USER.reg
    reg unload HKLM\WIM_NTUSER
     
  2. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    reg import d:\WimLocal\tweak\Mount\USER.reg
    Ошибка: Ошибка при открытии файла. Возможно, обнаружена ошибка диска или файловой системы.
     
    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
    #1703 sergey130270, Oct 28, 2024
    Last edited: Oct 28, 2024
    Oh, sorry, I made a mistake.

    reg load HKLM\WIM_NTUSER D:\WimLocal\Mount\Users\Default\NTUSER.DAT
    REGEDIT.exe /s REG IMPORT D:\WimLocal\Tweak\\USER.reg
    reg unload HKLM\WIM_NTUSER
     
  4. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    That's it, I figured it out, that's how it works. Thank you very much for the consultation!
    Подключение образа
    [==========================100.0%==========================]
    Операция успешно завершена.

    d:\WimLocal>reg load HKLM\WIM_Software D:\WimLocal\Mount\windows\system32\config\software
    Операция успешно завершена.

    d:\WimLocal>reg load HKLM\WIM_SYSTEM D:\WimLocal\Mount\Windows\System32\Config\SYSTEM
    Операция успешно завершена.

    d:\WimLocal>reg load HKU\WIM_NTUSER D:\WimLocal\Mount\Users\Default\NTUSER.DAT
    Операция успешно завершена.

    d:\WimLocal>D:\WimLocal\tools\SU64.exe /w /s reg import D:\WimLocal\tweak\SOFTWARE.reg
    Операция успешно завершена.

    d:\WimLocal>D:\WimLocal\tools\SU64.exe /w /s reg import D:\WimLocal\tweak\SYSTEM.reg
    Операция успешно завершена.

    d:\WimLocal>reg import D:\WimLocal\Tweak\USER.reg
    Операция успешно завершена.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    Apologise for the bump, im still having issues with this script, I have looked at SunLions suggestion to read up at hotfix suppository link, though having no joy with your script.
     
  6. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    529
    162
    30
    Is this registry modifications blocking to join a domain?
    I just need to hide Windows Backup app... Any ideas???
     
  7. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,925
    30
    You must remove Windows.DevHome to hide Windows Backup

    But it has a side effect: Windows Search will stop working...
     
  8. hoak

    hoak MDL Senior Member

    Nov 13, 2009
    288
    637
    10
  9. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    529
    162
    30
    Is this also valid for Win 11 24H2?

    Thank you beforehand
     
  10. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,925
    30
    Yes
     
  11. robertcollier4

    robertcollier4 MDL Novice

    Dec 19, 2016
    20
    19
    0
    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
    The above lines were mentioned in a previous post but I cannot find them anywhere in SD10v202_42. Have these lines been removed?
    I would definitely like to disable Microsoft Account and non-password sign-in.
    I am looking to keep things as minimal as possible so would appreciate a note about any other things that have been removed as well.
     
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,925
    30
    Please note that the original script was written for Windows 10.

    What we did was adapt it for Windows 11, which required removing several codes that were interfering with either digital activation or the execution of Windows Search.

    But you can insert the code into the script, along with others of its type, and test it out.
     
  13. robertcollier4

    robertcollier4 MDL Novice

    Dec 19, 2016
    20
    19
    0
    Oh - I thought it was still primarily targetted to Windows 10 given the name Slimdown10. Thanks for the reply.
    Can you or anyone else please post the script before it was adapted to Windows 11? I am looking for all the Windows 10 tweaks but dont have any older versions downloaded.
    What version should I be looking for? Also, what about releasing it under two names - Slimdown10 and Slimdown11?
     
  14. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,925
    30
    For Windows 10 see here:
    https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/

    For Windows 11 I don't intend to open a new topic.
    I'll just try to update the script here in this topic.
     
  15. robertcollier4

    robertcollier4 MDL Novice

    Dec 19, 2016
    20
    19
    0
    That is where I downloaded "SD10v202_42.7z" from - and it doesnt contain the disable Microsoft Account lines and so now I am wondering what else was removed. I dont have an older version to do a diff, I just found this discrepancy of things removed from something posted on forums.
    Is there an older version that contains the things removed like disable Microsoft Account and other possible things?
     
  16. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,925
    30
    Slimdown10_2.02_original.cmd (line 1680)
    REM Disable Microsoft Account
    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\AllowWorkplace" /v "value" /t REG_DWORD /d 0 /f >nul

    REM Disable sign in options like PIN, password, etc. in Settings (you probably don't need this policy, so it is commented out)
    rem Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions" /v "value" /t REG_DWORD /d 0 /f >nul
    REM Disable Custom User Account Image (you probably don't need this policy, so it is commented out)
    rem Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowYourAccount" /v "value" /t REG_DWORD /d 0 /f >nul


    I only removed the Disable Microsoft Account lines.
    The other lines were already commented out in the original script.

    I updated the changes in the "SD10v202_48_with_EDGE.cmd" and "SD10v202_48_without_EDGE.cmd" scripts themselves.
    When you download the next update next week, you'll see everything from the beginning.
     
  17. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    Hello! It's been a long time since you spoiled us with your achievements. Can you share your fresh ideas or have you already abandoned this topic?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    Hi! I changed my scenario a little, if you want to do tests I can send you the whole set, I am in Turkey now, accompanying my son in the dental clinic, he wanted a Hollywood smile, on Sunday we will fly back home to the Netherlands, I hope this day will come soon, that's all.
     
  19. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    #1719 sainfo, Nov 12, 2024
    Last edited: Nov 12, 2024
    I'd be happy to test your new script. Please send me all your image processing tool.
    :tankyou:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    #1720 sergey130270, Nov 12, 2024
    Last edited: Nov 12, 2024