Uninstall kbcode

Removes kb.exe, the kbcode folder, and the PATH entry — no admin needed.

PowerShell

powershell -NoProfile -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol='Tls12'; Invoke-Expression (Invoke-RestMethod -UseBasicParsing https://kbcode.dev/uninstall.ps1)"

Command Prompt (cmd.exe)

curl -fsSL https://kbcode.dev/uninstall.bat -o "%TEMP%\kbu.bat" && "%TEMP%\kbu.bat"

Paste the command in your terminal and press Enter. The uninstall is instant.

← Back to kbcode
Copied