(i)Execute this command on the shell
net user username password /add
now you can use any user and password
After executing this Command you added a user to the RDP. Now we need to add user as Administrator.
Now to add user as administrators group Use this command and execute this in shell.
"net localgroup administrators username /add"
add username and pass then click connect and enjoy your RDP.
Note:- If your RDP has static ip but doesn't connect on MSTSC then use these commands to allow remote users
reg add "hklm\system\currentControlSet\Control\Terminal Server" /v "AllowTSConnections" /t REG_DWORD /d 0x1 /f
reg add "hklm\system\currentControlSet\Control\Terminal Server" /v "fDenyTSConnections" /t REG_DWORD /d 0x0 /f
No comments:
nkjlfnernfgne
Note: only a member of this blog may post a comment.