Nemam više link, ali sam si kopirao upute u OneNote, ovako glasi:
Citiraj:
You need a machine with ADK installed, and a copy of dvd media (or iso)
copy the install.wim to a folder on your hard disk for best performance, mount the wim image using dism.exe, and run the following from an elevated command prompt:
dism.exe /image:<path to mounted wim image> /Get-ProvisionedAppxPackages
(you can filter these into a text file for ease)
Once you have the list, which will take the form;
DisplayName : Microsoft.BingFinance
Version : 10004.3.193.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingFinance_10004.3.193.0_neutral_~_8wekyb3d8bbwe
You can then isolate the actual package string.
i.e. "Microsoft.BingFinance_10004.3.193.0_neutral_~_8wekyb3d8bbwe"
Once you have a list of all of the packages you want to remove, mount your install.wim and run the following command for each package file:
Dism /Image:<path to mounted image> /Remove-ProvisionedAppxPackage /PackageName:<name of provisionedappxpackage>
Save and unmounts your wim image and use that new image to deploy the OS.
|
Nakon ovog gore potrebno je to spržiti kao novi bootabilni .iso image.
Stvar radi sigurno, testirano iz prve ruke.