When creating a Windows-10-Image for the Enterprise you may not want to include all of the default Windows Store Applications (Windows Apps). This Script will help you to remove unnecessary built-in-apps.
When creating a Windows-10-Image for the Enterprise you may not want to include all of the default Windows Store Applications. This script takes a simple list of Apps and then removes the Apps from the default install.wim.
The Script works also for Windows 8 and Windows 8.1
Homepage: http://www.clientmgmt.de/it/windows-10-removing-built-in-apps-mit-powershell-wim/
Youtube: https://www.youtube.com/watch?v=pxectRu8Xgo
.DESCRIPTION
Removing Built-in apps from Windows 10 / Windows 8.1 / Windows 8
.PARAMETER
PathtoWim - Path to install.wim
select - Enable
.EXAMPLE
.\removeapps.ps1 -pathtowim c:\10\install.wim
.\removeapps.ps1 -pathtowim c:\10\install.wim -selectapps $true
.\removeapps.ps1 -pathtowim c:\10\install.wim -select $true -index 2
.NOTES
Script name: removeapps.ps1
Version: 1.2
Author: André Picker
Contact: @clientmgmt
DateCreated: 2015-07-22
LastUpdate: 2016-03-08
#>
Release-History:
Version 1.2: (UPDATE)
Screenshots
Example: .\removeapps.ps1 -pathtowim c:\10\install.wim

Example: .\removeapps.ps1 -pathtowim c:\10\install.wim -selectapps $true

The Script works also for Windows 8 and Windows 8.1
Homepage: http://www.clientmgmt.de/it/windows-10-removing-built-in-apps-mit-powershell-wim/
Youtube: https://www.youtube.com/watch?v=pxectRu8Xgo
.DESCRIPTION
Removing Built-in apps from Windows 10 / Windows 8.1 / Windows 8
.PARAMETER
PathtoWim - Path to install.wim
select - Enable
.EXAMPLE
.\removeapps.ps1 -pathtowim c:\10\install.wim
.\removeapps.ps1 -pathtowim c:\10\install.wim -selectapps $true
.\removeapps.ps1 -pathtowim c:\10\install.wim -select $true -index 2
.NOTES
Script name: removeapps.ps1
Version: 1.2
Author: André Picker
Contact: @clientmgmt
DateCreated: 2015-07-22
LastUpdate: 2016-03-08
#>
Release-History:
Version 1.2: (UPDATE)
- Option (-index 1,2,3 ...) to select indexnumber
- Option (-select $true) to select Apps
- "PackageName" replaced by "DisplayName"
- First Release
Screenshots
Example: .\removeapps.ps1 -pathtowim c:\10\install.wim

Example: .\removeapps.ps1 -pathtowim c:\10\install.wim -selectapps $true

Tidak ada komentar:
Posting Komentar