| Author | Paul Boyer |
|---|---|
| external help file | psvault-Windows10-help.xml |
| Module Guid | 365380a9-8cef-470f-9396-9f684904d499 |
| Module Name | psvault-Windows10 |
| online version | |
| schema | 2.0.0 |
Script to remove the Windows 10 Upgrade Assistant
Remove-UpdateAssistant [[-Reboot] <ParameterAttribute>] [<CommonParameters>]
Script tries to uninstall the Windows 10 Upgrade Assistant if it is detected on the system. Then it removes the assistant's working files and optionally reboots to complete the cleanup.
Remove-UpdateAssistant
Remove-UpdateAssistant -Reboot
Switch parameter to indicate a reboot should be performed after the script finishes uninstalling and cleaning up the update assistant
Type: ParameterAttribute
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis 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 2-11-2021