Jump to content

Add Powershell to remove built-in apps


Recommended Posts

Hello,

I want to remove all of the built-in apps and shortcuts .. it drives me crazy that there shortcuts to Disney and Spotify, etc.

I am trying to use the following line in the Specialize pass under the Microsoft-Windows-Deployment section:

<RunSynchronousCommand wcm:action="add">
                    <Description>Remove Built In Modern Apps</Description>
                    <Order>4</Order>
                    <Path>&quot;c:\windows\system32\windowspowershell\v1.0\powershell.exe&quot; -executionpolicy unrestricted -command &quot;Get-AppxPackage -allusers | Remove-AppxPackage&quot;</Path>
  </RunSynchronousCommand>

It gets to a point where it says "Windows could not parse or process unattend answer file [c:\windows\panther\unattend.xml] for pass [specialize].   The answer file is invalid.

It shows in Windows System Image Manager like this:

image.thumb.png.5e4307614859e5274e86b81646ad0a56.png

If I need to call a .PS1 file to do this, that is okay, I was just hoping to keep it contained in a single line in the Unattend.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...