Skip to content

Instantly share code, notes, and snippets.

<Configuration>
<Add SourcePath="C:\ODT" OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365BusinessRetail">
<Language ID="en-us"/>
<ExcludeApp ID="PowerPoint"/>
<ExcludeApp ID="OneDrive"/>
<ExcludeApp ID="Outlook"/>
<ExcludeApp ID="OneNote"/>
<ExcludeApp ID="Lync"/>
<ExcludeApp ID="Groove"/>
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CopyProfile>True</CopyProfile>
</component>
</settings>
</unattend>
<#
.SYNOPSIS
Remove default apps.
.NOTES
Copyright (C) 2017 Profects B.V.
Author: Bart van Kleef <bart.van.kleef@profects.com>
.LINK
http://www.profects.com
.EXAMPLE
PS C:\> Remove-Default-Apps.ps1