Stop-Process |
Arrête le processus |
---|---|
PowerShell |
Syntaxe
Stop-Process [-Id] Int32[] [-PassThru] [-Force] [-WhatIf] [-Confirm] [CommonParameters] |
Stop-Process -Name String[] [-PassThru] [-Force] [-WhatIf] [-Confirm] [CommonParameters] |
Stop-Process [-InputObject] Process[] [-PassThru] [-Force] [-WhatIf] [-Confirm] [CommonParameters] |
Description
Cette commande permet d'arrêter un ou plusieurs processus en cours d'exécution.
Dernière mise à jour : Jeudi, le 14 Janvier 2021