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

Comments

Popular posts from this blog

Data Flow Diagram (DFD)

allow only numeric (0-9) in html inputbox using jquery