Slimdown10_v2.0.2 (continued)

Discussion in 'Windows 10' started by SunLion, Sep 1, 2024.

  1. hoak

    hoak MDL Member

    Nov 13, 2009
    231
    424
    10
    #121 hoak, Nov 11, 2024
    Last edited: Nov 11, 2024
  2. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,320
    13,912
    120
    #122 Mavericks Choice, Nov 11, 2024
    Last edited: Nov 11, 2024
    Hope this is not too far off topic, trying to install the latest ADK 10.1.26100.1 May 2024
    though receiving the error I do not have the admin approval to install, I have the previous version on this win 10 PC I don't have any problems with that?
    Also can you advise the silent install switches for this release?
    I currently do this with the previous one
    Code:
    setup=adksetup.exe /features + /quiet /norestart
    setup=adksetup.exe /features OptionId.ApplicationCompatibilityToolkit /quiet /norestart
    setup=adksetup.exe /features OptionId.DeploymentTools /quiet /norestart
    setup=adksetup.exe /features OptionId.UserStateMigrationTool /quiet /norestart
    setup=adksetup.exe /features OptionId.VolumeActivationManagementTool /quiet /norestart
    setup=adksetup.exe /features OptionId.WindowsPerformanceToolkit /quiet /norestart
    setup=adksetup.exe /features OptionId.WindowsAssessmentToolkit /quiet /norestart
     
  3. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
  4. czsss

    czsss MDL Novice

    Aug 14, 2015
    8
    0
    0
    How does the touch keyboard not be deleted?
     
  5. cyberthug

    cyberthug MDL Junior Member

    Jan 9, 2017
    80
    86
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Sorry, but I don't understand what you mean.
     
  7. czsss

    czsss MDL Novice

    Aug 14, 2015
    8
    0
    0
    Help touch keyboard does not work
     
  8. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Could you please help me by attaching the log file and also some images of the problem?

    In a first check I didn't find anything that interferes with the keyboard, but let's take a closer look...
     
  9. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Try not to remove MicrosoftWindows.Client.CBS

    Code:
    if "%EnableStore%"=="0" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,MicrosoftWindows.Client.CBS,Microsoft.Win32WebViewHost,Windows.DevHome"
    if "%EnableStore%"=="1" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,MicrosoftWindows.Client.CBS,Microsoft.Win32WebViewHost,Windows.DevHome"
    if "%EnableStore%"=="2" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,MicrosoftWindows.Client.CBS,Microsoft.Win32WebViewHost,Windows.DevHome"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. czsss

    czsss MDL Novice

    Aug 14, 2015
    8
    0
    0
    #131 czsss, Nov 15, 2024
    Last edited: Nov 15, 2024
    how to make?
     
  11. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    #133 AeonX, Nov 15, 2024
    Last edited: Nov 15, 2024
    Open SD10v202_48_without_EDGE.cmd or SD10v202_48_with_EDGE.cmd with a text editor (I use Notepad++), search for MicrosoftWindows.Client.CBS (usually by pressing CTRL+F) and delete all occurrences of it and save the file. Backup your files first.

    Change these lines:
    Code:
    if "%EnableStore%"=="0" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,MicrosoftWindows.Client.CBS,Microsoft.Win32WebViewHost,Windows.DevHome"
    if "%EnableStore%"=="1" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,MicrosoftWindows.Client.CBS,Microsoft.Win32WebViewHost,Windows.DevHome"
    if "%EnableStore%"=="2" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,MicrosoftWindows.Client.CBS,Microsoft.Win32WebViewHost,Windows.DevHome"
    To this:
    Code:
    if "%EnableStore%"=="0" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,Microsoft.Win32WebViewHost,Windows.DevHome"
    if "%EnableStore%"=="1" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,Microsoft.Win32WebViewHost,Windows.DevHome"
    if "%EnableStore%"=="2" set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,Microsoft.Win32WebViewHost,Windows.DevHome"

    PS:
    If you use SD10v202_48_with_EDGE.cmd you only need to edit this line:
    Code:
    set "RemoveSystemUWPapps=MicrosoftWindows.Client.CBS,Windows.DevHome"
    To this:
    Code:
    set "RemoveSystemUWPapps=Windows.DevHome"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
    Thanks for helping!

    I'm thinking about releasing a less invasive version of the script, for those who want to keep more functions/features in their image. Maybe removing only the essentials, like Defender, Telemetry and some small things.
     
  13. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    It's a great idea! For those who are going to use the script to create an image like Windows 7 (only win32 programs, no UWP apps, no Store, no Microsoft account) the script works well, the problem is when the person needs the specific features/bloatware of Windows 10/11.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. robertcollier4

    robertcollier4 MDL Novice

    Dec 19, 2016
    20
    18
    0
    I am in favor of making Windows as light as possible. So my opinion is to include more variable switches so people can keep things for specific needs - also with REM comments with the switches commenting on what they do.
    Thanks for hearing.
     
  15. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30
  16. hoak

    hoak MDL Member

    Nov 13, 2009
    231
    424
    10
  17. hoak

    hoak MDL Member

    Nov 13, 2009
    231
    424
    10
  18. SunLion

    SunLion MDL Addicted

    May 11, 2011
    661
    1,626
    30