tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

Universal debloater (for all windows 10/11 editions and versions)

Open APT-ZERO opened this issue 1 year ago • 0 comments

Hello As we all know, currently tiny11builder uses this command to remove GetHelp (for example) dism /image:c:\scratchdir /Remove-ProvisionedAppxPackage /PackageName:Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe As the version is different in different windows versions, can't use 1 script to debloat all iso images, so the NTDEV_ made 2 scripts for 2 different windows versions But if we could use Wildcards in DISM.exe command, we was able to make 1 script for all windows 10/11 versions idk wildcard is supports in DISM.exe or not But even If wildcard is not supported, we can use a combine of Find.exe or Findstr.exe with DISM.exe /Get-ProvisionedAppxPackages to get the version of GetHelp in our ISO and remove it, no matter what windows edition or version we have Can someone try it?

Edit: I checked PRs and some users actually did it https://github.com/ntdevlabs/tiny11builder/pulls

APT-ZERO avatar Dec 14 '23 06:12 APT-ZERO