Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 1.63 KB

Remove-Windows10Apps.md

File metadata and controls

79 lines (59 loc) · 1.63 KB
Author external help file Module Guid Module Name online version schema
Paul Boyer
psvault-Windows10-help.xml
365380a9-8cef-470f-9396-9f684904d499
psvault-Windows10
2.0.0

Remove-Windows10Apps

SYNOPSIS

Script for removing Windows 10 metro apps.

SYNTAX

Remove-Windows10Apps [[-Version] <Int32>] [[-AppListName] <String>] [<CommonParameters>]

DESCRIPTION

Provided an update version or a specific AppList name, the script will remove applications that prevent the system from being syspreped for imaging.

EXAMPLES

EXAMPLE 1

Remove-Windows10Apps -Version 1909

EXAMPLE 2

Remove-Windows10Apps -AppListName "AllApps"

PARAMETERS

-Version

Integer parameter representing the feature version of the OS. Check "winver" for the version number.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-AppListName

String parameter representing the name of a specific AppList to remove from the system

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Paul Boyer - Last updated 2-11-2021

RELATED LINKS