Uninstall-Win32Service
PackageDeployment Module Help |
Package Deployment Module |
Uninstall-Win32Service Cmdlet |
Version 4.0.0.5 |
Uninstall-Win32Service
Synopsis
Uninstall Service
Syntax
Uninstall-Win32Service [-Name] <String> [[-Context] <String>] [-ContinueOnError] [<CommonParameters>]
Description
Use this command to uninstall a service or a device for Windows. If required, the service will be stopped before it is uninstalled.
Parameters
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Name <String> |
||||||
Service name. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |