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. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    @SunLion I will do some testing thank you.
     
  2. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    781
    347
    30
    okey after many hours i finally fixed locations.
    now need windows spotlight
    anyone know the name for the service the one that tells you if you like the picture and i think it also tells you the location or information about the pic..
    that is missing for me... am on windows 11 24H2 am i missing settings on lock screen.?
    Screenshot 2024-11-23 220734.png
     
  3. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    @SunLion I used the supplied script, ensured the Microsoft.WindowsCalculator_2021.2409.0.0_neutral_~_8wekyb3d8bbwe.Msixbundle to the \hotfixes\APPX folder.
    did not apply updates as suggested. Still having the same issue? See log attached. Next option is try another vanilla source win 11?
     

    Attached Files:

  4. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    The difference is that I enabled Store with option 1 and you didn't.

    Strange, because I was supposed to have updated Calculator too.

    I'll try to create a new script and see if it works.
     
  5. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    #1786 Mavericks Choice, Nov 25, 2024
    Last edited: Nov 25, 2024
    Doing a new test right now.

    Edit: Changed value & enabled store, ran os in vm opened up calc & then it immediately closed down! Tried the repair option in the settings though no good!
     
  6. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    #1787 SunLion, Nov 26, 2024
    Last edited: Dec 1, 2024
    Removed

    New version published
     
  7. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    Hi guys! Add a couple more useful tweaks.

    ECHO.
    ECHO ===========================================================
    ECHO Disable Silent automatic installation of applications
    ECHO ===========================================================
    reg add "HKLM\TK_NTUSER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d "0" /f

    ECHO.
    ECHO ===========================================================
    ECHO Disable DevHome,NewsOutlook,CrossDevice,EdgeUpdate autoinstall
    ECHO ===========================================================
    reg delete "HKLM\TK_SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\DevHomeUpdate" /f
    reg delete "HKLM\TK_SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate" /f
    reg delete "HKLM\TK_SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\CrossDeviceUpdate" /f
    reg delete "HKLM\TK_SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\EdgeUpdate" /f

    ECHO.
    ECHO ===========================================================
    ECHO Disabling Bing In Search Menu
    ECHO ===========================================================
    reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /t REG_DWORD /d "0" /f
     
  8. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    Thanks for the support!

    One question: Won't removing DevHomeUpdate break Windows Search?
     
  9. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    I suggest just leaving it as is, without changing anything.

    I should clarify that this script was tested for LTSC. Regarding PRO, I will still check the necessary modifications.

    Thanks for the feedback
     
  10. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    #1792 SunLion, Nov 27, 2024
    Last edited: Nov 28, 2024
    I'm trying to install the modified Pro version in VirtualBox, but I get the message "Install driver to display hardware".

    Does anyone know how I can fix this?

    OK, looks like it was the source ISO. I changed it and it worked fine.

    Solved!
     

    Attached Files:

  11. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    I tried it: the updates were downloaded, the image was unpacked into the DVD folder and that’s it, CMD collapsed.
    :pissy:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    960
    2,924
    30
    Please post the log file.
     
  13. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    Yes I was previously having the same issue though I put this into my unattended answer file, it will work with any source of Windows 11 without prompt nor error.

    Code:
    <RunSynchronous>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <Path>cmd.exe /c "&gt;&gt;"X:\diskpart.txt" (echo SELECT DISK=0&amp;echo CLEAN&amp;echo CONVERT GPT&amp;echo CREATE PARTITION EFI SIZE=300&amp;echo FORMAT QUICK FS=NTFS LABEL="System"&amp;echo CREATE PARTITION MSR SIZE=16)"</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>2</Order>
                        <Path>cmd.exe /c "&gt;&gt;"X:\diskpart.txt" (echo CREATE PARTITION PRIMARY&amp;echo SHRINK MINIMUM=1000&amp;echo FORMAT QUICK FS=NTFS LABEL="Windows"&amp;echo CREATE PARTITION PRIMARY&amp;echo FORMAT QUICK FS=NTFS LABEL="Recovery")"</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>3</Order>
                        <Path>cmd.exe /c "&gt;&gt;"X:\diskpart.txt" (echo SET ID="de94bba4-06d1-4d40-a16a-bfd50179d6ac"&amp;echo GPT ATTRIBUTES=0x8000000000000001)"</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>4</Order>
                        <Path>cmd.exe /c "diskpart.exe /s "X:\diskpart.txt" &gt;&gt;"X:\diskpart.log" || ( type "X:\diskpart.log" &amp; echo diskpart encountered an error. &amp; pause &amp; exit /b 1 )"</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>5</Order>
                        <Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>6</Order>
                        <Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f</Path>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>7</Order>
                        <Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f</Path>
                    </RunSynchronousCommand>
                </RunSynchronous>
     
  14. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    Code:
    
    ===========================================================
        This is the original script, where Edge is removed
        and there are options to enable or disable Store
    ===========================================================
    
    
    
    Script used ==> 24H2_Integrator.cmd
    
    
    
    ==============================================
    Script Started At  8:10:59,70
    ==============================================
    
    
    HostVersion ==> Windows_11_IoTEnterpriseS_amd64
    
    
    ===============================================================================
    Unpacking ISO/DVD image: "26100.1.240331-1435.ge_release_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso" to DVD directory...
    ===============================================================================
    
    
    7-Zip 24.08 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-08-11
    
    Scanning the drive for archives:
    1 file, 4501397504 bytes (4293 MiB)
    
    Extracting archive: C:\24H2_Integrator\26100.1.240331-1435.ge_release_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso
    --
    Path = C:\24H2_Integrator\26100.1.240331-1435.ge_release_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso
    Type = Udf
    Physical Size = 4501397504
    Version = 1.02
    Cluster Size = 2048
    Sector Size = 2048
    Created = 2024-04-02 02:00:00.000000
    Modified = 2024-04-02 02:00:00.000000
    Comment =
    {
    Primary Volumes:
      PrimaryVolumeDescriptorNumber: 0
      VolumeSequenceNumber: 1
      VolumeId: UDF Volume
      VolumeSetId: b48ac000MS UDFBridge
      ApplicationId:
      ImplementationId: *Microsoft CDIMAGE UDF::Windows NT
    Partitions:
      PartitionIndex: 0
      PartitionNumber: 2989
      ContentsId: +NSR02
      ImplementationId: *Microsoft CDIMAGE UDF::Windows NT
      AccessType: Read-Only
      Size: 4500774912
      Pos: 622592
    Logical Volumes:
      Id: CES_X64FREO_EN-US_DV9
      BlockSize: 2048
      DomainId: *OSTA UDF Compliant::1.02
      ImplementationId: *Microsoft CDIMAGE UDF::Windows NT
      Partition Maps:
        PartitionMap: 0
        Type: 1
        VolumeSequenceNumber: 1
        PartitionNumber: 2989
      File Sets:
        FileSetNumber: 0
        FileSetDescNumber: 0
        LogicalVolumeId: CES_X64FREO_EN-US_DV9
        Id: CES_X64FREO_EN-
        CopyrightId:
        AbstractId:
        DomainId: *OSTA UDF Compliant::1.02
    }
    
    Everything is Ok
    
    Folders: 87
    Files: 960
    Size:       4495839613
    Compressed: 4501397504
    
    
    ============================================================
    Found the following images in ISO/DVD:
    
    
    ============================================================
    
    Ћ˜€ЃЉЂ: ‘Ёв ЄбЁзҐбЄ п ®иЁЎЄ . „«п '/C' Ґ®Ўе®¤Ё¬® ўўҐбвЁ § 票Ґ.
    ‚ўҐ¤ЁвҐ "CHOICE /?" ¤«п Ї®«г票п бЇа ўЄЁ Ї® ЁбЇ®«м§®ў Ёо.
    
    
    
    Error: 87
    
    The /SourceImageFile: option is missing a required argument.
    For more information, refer to the help for the /SourceImageFile: option.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    ЌҐ г¤ Ґвбп  ©вЁ Ї ЄҐвл© д ©«.
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,559
    14,614
    120
    This may be of interest I could only get this to work with an original MS source image file that contained an install.esd, would not work with an install.wim.
     
  16. sainfo

    sainfo MDL Senior Member

    Dec 6, 2021
    334
    670
    10
    The MS image source file cannot be install.esd, only install.wim. Of course, if it is really original ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    286
    347
    10
    #1800 sergey130270, Nov 28, 2024
    Last edited: Nov 28, 2024
    Hello everyone! In your script you ignored lines 1080 to 1087(Extracting DU Sources to Boot.wim) I think this is the reason, please activate this code in these lines.
    Or ignore the code in line 1113 to 1120 (Extracting DU Sources to DVD folder)