3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Chocolatey のアンインストール

Posted at

環境

  • Chocolatey
  • Windows

手順

「環境変数?」「PATH?」な方は触らないほうがいいです。

1. Chocolatey のインスールフォルダを削除する

C:\ProgramData\chocolateyをフォルダ毎削除する。見つから無い場合は、Windows PowerShellで以下のコマンドを実行すると分かる。

Windows PowerShell
PS C:\Users\[user]> echo $env:ChocolateyInstall
C:\ProgramData\chocolatey

2. 環境変数の削除

2-1. ユーザー環境変数を削除。

  • ChocolateyLastPathUpdate
    image.png

2-2. 以下のシステム環境変数を削除

  • ChocolateyInstall
    image.png
  • ChocolateyToolsLocation
    こちらは見当たらないので無視。あれば削除

2-3. PATH の更新

システム環境変数にC:\ProgramData\chocolateyがあるので削除する。

  • システム環境変数のPATH
    image.png
  • 「環境変数名の編集」ダイアログ
    image.png

参考

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?