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 |
Script for removing Windows 10 metro apps.
Remove-Windows10Apps [[-Version] <Int32>] [[-AppListName] <String>] [<CommonParameters>]
Provided an update version or a specific AppList name, the script will remove applications that prevent the system from being syspreped for imaging.
Remove-Windows10Apps -Version 1909
Remove-Windows10Apps -AppListName "AllApps"
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Paul Boyer - Last updated 2-11-2021