adding user and granting admin privillege through cmd on windows xp

when you have a system32 shell and want to add a new admin user account, spawn the system32 shell and type in

net user (username) (password) /add
net localgroup administrators (username) /add

kudos google :D

p/s: i have forgotten about those commands because i always use metasploit scripts :(

Comments

Popular Posts