Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 924 Bytes

Remove-QuickAssist.md

File metadata and controls

44 lines (31 loc) · 924 Bytes
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-QuickAssist

SYNOPSIS

Simple function wrapper for removing Windows QuickAssist

SYNTAX

Remove-QuickAssist [<CommonParameters>]

DESCRIPTION

Removes the Windows Quick Assist app using the Remove-WindowsCapability cmdlet

EXAMPLES

EXAMPLE 1

Remove-QuickAssist

PARAMETERS

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

Author: Paul Boyer Date: 5-11-21

RELATED LINKS