chicken-package/chocolateyUninstall.ps1

4 lines
169 B
PowerShell
Raw Normal View History

2020-03-01 18:46:53 +00:00
Remove-Item -Recurse -Force "C:\tools\chicken"
Uninstall-ChocolateyEnvironmentVariable -VariableName "CHICKEN_PREFIX" -VariableType Machine
Update-SessionEnvironment