Requirements

  1. Choban 😜

Uninstalling Choban

Uninstallation of Choban package manager is also quite easy! Just copy and paste code below to your PowerShell (as admin) and watch the magic!

  1. Open PowerShell with administrative rights
  2. Copy and paste the text below
  3. Wait until command finishes
  4. Re-start all your PowerShell sessions

PowerShell.exe command:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/cchoban/installer/master/uninstall.ps1'))

Didn't worked?

Please refer to Troubleshooting

Want to see what installation script does? You can always visit our GitHub page because it's Open Source!