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
    89
    0
    edit and put rem

    REM Disable Microsoft Account and non-password sign-in options
    REM Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftAccount" /v "DisableUserAuth" /t REG_DWORD /d 1 /f >nul
    REM Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "NoConnectedUser" /t REG_DWORD /d 3 /f >nul
    REM Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowYourAccount" /v "value" /t REG_DWORD /d 0 /f >nul
    REM Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowWorkplace" /v "value" /t REG_DWORD /d 0 /f >nul
    REM Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions" /v "value" /t REG_DWORD /d 0 /f >nul

    REM Disable Windows Hello for Business
    REM Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\PassportForWork" /v "Enabled" /t REG_DWORD /d 0 /f >nul
    REM Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\PassportForWork" /v "DisablePostLogonProvisioning" /t REG_DWORD /d 0 /f >nul
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. djremix

    djremix MDL Novice

    Apr 25, 2011
    10
    0
    0
    last fast stock image only windows 7 starter x32
     
  3. Pillendreher

    Pillendreher MDL Novice

    Aug 6, 2013
    9
    2
    0
    Is there any way to properly go back to the standard start menu? I missed the config option and am now running a freshly installed system. I've uninstalled OpenShell, but that leaves me without a start menu at all. Pressing the windows button on my keyboard just leads to an error-message and a forced log-off.

    I guess it's because of this:

    Code:
    if not "%ReplaceStartMenuWithOpenShell%"=="0" (
     set DisableWindowsSearch=1
     set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,Microsoft.Windows.StartMenuExperienceHost"
    From what I can tell because of this

    Code:
    REM Remove unnecessary System UWP apps from the Registry
    for %%u in (%RemoveSystemUWPapps%) do (
     ECHO Removing %%u from the Registry
     for /f "tokens=1 delims=" %%a in ('reg query "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore" /s /f "%%u" /k 2^>nul ^| find /i "HKEY_LOCAL_MACHINE\TK_SOFTWARE\"') do (
        reg delete "%%a" /f >nul 2>&1
      )
    )
    the uwp apps are still there, yet the corresponding registry entry has been deleted. How do I get that back?

    EDIT:

    Running StartMenuExperienceHost.exe in C:\Windows\SystemApps leads to a buffer overflow message.
     
  4. redsunset

    redsunset MDL Member

    Mar 16, 2022
    170
    63
    10
    #845 redsunset, Sep 20, 2023
    Last edited: Sep 20, 2023
    /
     
  5. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,597
    1,593
    150
    #846 tcntad, Sep 23, 2023
    Last edited: Sep 23, 2023
    I keep getting these errors, is it just me or is it UUP?
    Edit. Trying to ping uupdump or access it doesnt work
    Edit2: It doesnt even exist?


    upload_2023-9-23_12-46-35.png
     
  6. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    763
    334
    30
  7. hoak

    hoak MDL Member

    Nov 13, 2009
    249
    505
    10
  8. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,597
    1,593
    150
    I am, I've always used uupdump.net and thats what the script uses..
     
  9. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,833
    7,855
    210
    But uupdump.net is no more...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,597
    1,593
    150
    And I didnt know that beacuse I havent used it some time and scriptmaker hasnt updated the files yet.
    Im still trying to download english esdfile and its not working beacuse cant be found
     
  11. Rivenson

    Rivenson MDL Novice

    Dec 19, 2011
    11
    3
    0
    Is there a way to add a language pack ( Windows Display Language ) to already slimmed and installed windows 10 Pro N En-Us ??
    Thx
     
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    869
    2,475
    30
  13. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,448
    2,639
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Rivenson

    Rivenson MDL Novice

    Dec 19, 2011
    11
    3
    0
    #855 Rivenson, Sep 24, 2023
    Last edited: Sep 24, 2023
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,833
    7,855
    210
    I know it says Windows 7 SP1 minimum in post #1, but Windows 7 cannot properly service the latest Windows 10/11 images anymore. You need Windows 1903 or higher, AFAIK.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. 2zyz2x

    2zyz2x MDL Novice

    Jul 8, 2015
    9
    3
    0
    So it's not due to an outdated DISM version?
    I've got a Windows 8.1 Pro host system available, does anyone have experiences with that?
     
  17. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    906
    399
    30
    You need Dism version on host higher then the version on target image. Can be easily acquired by ADK. Your problem could also be related to faulty updates and dism version has nothing to do with it (don't quote me on this)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Rivenson

    Rivenson MDL Novice

    Dec 19, 2011
    11
    3
    0
    by latest you mean iso's with ...v1 ? (like Win10_22H2_English_x64v1) , because i dont recall that errors happened before during the creation process ..

    Anyhow.. i tried to create ISO in a Win10 VM host OS .. and procedure completed without any errors ,
    and also.. final image size is reduced (Windows10_x64_en-US.iso -- 4.77GB) vs 5.70GB

    So, i guess that something doesn't work as it should in Win7 SP1 as host ..