create new account, delete account, change account type from Command Prompt on windows xp
* open command prompt first * to create a new account just type : net user accountname /add * to delete account : net user accountname /delete * change account type to computer administrator : net localgroup administrators accountname /add