Remove stored .zip archive passwords from Windows credential manager
FOR /f "tokens=2-3 delims==" %G IN ('cmdkey /list ^| find ".zip"') DO cmdkey /delete:"%G=%H"
Don't want to log out but you do want to get rid of a stored .zip file password in Windows? This will do that.