I want to remove individual apps from existing Ms office 365 installation on my laptop running Windows 11. I tried to do this with a configuration file containing the following code.
In a new folder folder called 'foroffice' where I saved extracted files from office deployment tool, I went to command prompt and typed the following command.
But then nothing happened.
I also ran the following commands in powershell with admin privileges but still no change.
Am I supposed to do the installation again or is there a way to remove apps from my existing Office 365 installation?
Code:
<Add OfficeClientEdition="64" Channel="Current">
<Product ID="O365BusinessRetail">
<Language ID="MatchOS" />
<Language ID="hi-in" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Teams" />
</Product>
<Product ID="ProofingTools">
<Language ID="en-us" />
</Product>
</Add>
In a new folder folder called 'foroffice' where I saved extracted files from office deployment tool, I went to command prompt and typed the following command.
Code:
D:\foroffice>setup.exe /configure preferencesconfig.xml
But then nothing happened.
I also ran the following commands in powershell with admin privileges but still no change.
Code:
Get-AppxPackage -Name "Microsoft.Office.Desktop.Access" | Remove-AppxPackage
Get-AppxPackage -Name "Microsoft.Office.Desktop.OneNote" | Remove-AppxPackage
Get-AppxPackage -Name "Microsoft.Office.Desktop.Publisher" | Remove-AppxPackage
Get-AppxPackage -Name "Microsoft.Office.Desktop.Teams" | Remove-AppxPackage
Get-AppxPackage -Name "Microsoft.Office.Desktop.Groove" | Remove-AppxPackage
Am I supposed to do the installation again or is there a way to remove apps from my existing Office 365 installation?
My Computer
System One
-
- OS
- Windows 11