Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.61 KB

Enable-Win10Feature.md

File metadata and controls

73 lines (54 loc) · 1.61 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

Enable-Win10Feature

SYNOPSIS

Script to re-enable Windows 10 features that were removed due to / resulting from image capture issues.

SYNTAX

Enable-Win10Feature [-Calculator] [-StickyNotes] [<CommonParameters>]

DESCRIPTION

Script searches for AppXManifest files in the WindowsApps directory of the system and attempts to register the manifest files for missing Windows 10 feature.

EXAMPLES

EXAMPLE 1

Enable-Win10Feature -Calculator

PARAMETERS

-Calculator

Switch parameter indicating that the script should try to re-register the calculator

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-StickyNotes

Switch parameter indicating that the script should try to re-register sticky notes

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
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 1-26-18

RELATED LINKS