Skip to content

Commit

Permalink
Added uninstallation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaro committed Apr 28, 2021
1 parent f41b115 commit 87cc6a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/Az.Tools.Predictor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@ Required configuration for Az Predictor:

> Note: You can switch between the modes with the "F2" key/
## Uninstallation

Once installed and enabled, Az Predictor is loaded in the PowerShell profile.
To uninstall the Az.Tools.Predictor module:

1. Close **all** PowerShell session (do not forget VSCode).

2. Launch a PowerShell session with no profile

`pwsh -noprofile`

3. Execute

`Uninstall-Module -Name Az.Tools.Predictor -Force`

4. Close PowerShell

## Privacy and data collection

### Privacy
Expand Down

0 comments on commit 87cc6a3

Please sign in to comment.