Delete a user in Windows XP, can't find delete button or it's not showing
Try this command line
net user yourUserNameHere /DELETE
For example, if your test username is "ABCD" you'd run this:
net user ABCD /DELETE
Make sure you're logged on as an administrator of the machine.