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 to re-enable Windows 10 features that were removed due to / resulting from image capture issues.
Enable-Win10Feature [-Calculator] [-StickyNotes] [<CommonParameters>]
Script searches for AppXManifest files in the WindowsApps directory of the system and attempts to register the manifest files for missing Windows 10 feature.
Enable-Win10Feature -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
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
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 1-26-18