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

Discussion in 'Windows 10' started by wkeller, Feb 15, 2023.

  1. cyberthug

    cyberthug MDL Junior Member

    Jan 9, 2017
    58
    58
    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. Redtune

    Redtune MDL Novice

    Mar 16, 2022
    45
    12
    0
    #845 Redtune, Sep 20, 2023
    Last edited: Sep 20, 2023
    /
     
  5. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,425
    1,460
    150
    #846 tcntad, Sep 23, 2023 at 11:46
    Last edited: Sep 23, 2023 at 18:55
    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
    628
    265
    30
  7. hoak

    hoak MDL Member

    Nov 13, 2009
    119
    62
    10
  8. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,425
    1,460
    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,105
    6,715
    210
    But uupdump.net is no more...
     
  10. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,425
    1,460
    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
    5
    2
    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 Senior Member

    May 11, 2011
    275
    311
    10
  13. pm67310

    pm67310 MDL Expert

    Sep 6, 2011
    1,830
    1,211
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Rivenson

    Rivenson MDL Novice

    Dec 19, 2011
    5
    2
    0
    #855 Rivenson, Sep 24, 2023 at 14:22
    Last edited: Sep 24, 2023 at 15:05