Link

Uninstall-TfsShell

Removes Azure DevOps Shell shortcuts and Windows Terminal profile fragments.


Table of Contents

  1. Syntax
  2. Description
  3. Parameters
  4. Related Links

Syntax

Uninstall-TfsShell
    [-Target <ShellTarget>]

[Go to top]

Description

Uninstall-TfsShell removes shortcuts and profile fragments previously created by Install-TfsShell. By default, it removes items from all targets (Start Menu, Desktop, and Windows Terminal). Use the -Target parameter for selective removal.

[Go to top]

Parameters

-Target

Specifies the target locations to remove shortcuts and profile fragments from. Defaults to All (StartMenu, Desktop, and WindowsTerminal). Possible values: StartMenu, Desktop, WindowsTerminal, All

Type ShellTarget
Position 0
Default Value All
Accept pipeline input False
Accept wildcard characters False