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
UPDATED for 1904x.5131 https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/ NOTE: All modifications are detailed in the script itself.
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...
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"
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"
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.
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.
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.
Added new, less invasive version of the script. Test it out. SD10v202_54_Lite.7z https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/ Enjoy!
Updated to version 1904x.5198 SD10v202_54.7z Please read the README.txt file before doing anything. https://forums.mydigitallife.net/threads/slimdown10_v2-0-2-continued.88599/ Enjoy!