Posts

Showing posts from January, 2011

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

map drive on windows xp sp 1 and windows xp sp 2

Image
how to map drive a computer on the network !!!!! ok, just follow this way ... 1. open your Command Prompt (click start-run, type cmd and enter) - you will see something like the picture below !   2. type like this :  net use H: \\ipTargetCompt\drivetobeaccessormapping$ then press enter (H will be the name of your mapping drive) 3. type username and password.  my assumtion we already have or know one or more account on the computer target.  see the pic below ! 4. finish. now you could access drive d (base on the picture above).